Open Side Menu Go to the Top
Register
TableNavigator TableNavigator

04-28-2006 , 07:09 PM
Fixed a Clockwise bug. Now it's possible to navigate through all tables, even those that are stacked on each other.

Adde
TableNavigator Quote
05-05-2006 , 01:16 AM
A couple of new features added at:

http://overcards.com/wiki/moin.cgi/TableNavigator

* Counter-Clockwise navigation

The old Clockwise command is renamed, giving these two commands: "Go Clockwise Forward" and "Go Clockwise Back".

* New (Party only) "Toggle Autosit" command (in lack of a better name).

With the same hotkey you toggle through the different modes:

- Off
- Sitout at BB
- Leave at BB
- Wait for BB
- Post BB.

The current state is shown by a white rectange (with black text) just above the Rebuy button.

When Party pops up the buttons (Post BB / Sit Out / Wait for BB), depending on the current state, this will happen:

- Sitout at BB: Sitout button is clicked.
- Leave at BB: Sitout button is clicked, and table is left automatically.
- Wait for BB: Wait for BB button is clicked, and Auto Post Blind is checked.
- Post BB: Post BB button is clicked, and Auto Post Blind is checked.

When the toggle sequence is started, the state of Auto Post Blind and Deal Me Out checkboxes is saved, and if the toggle gets set to Off again, the original state is reset.

So, what's the use for this?

* If a table has gotten bad and you want to leave it, you can toggle "Leave at BB" and play out the remaining free hands. No need to change any checkboxes or press any Sitout button when BB reaches you, or manually leave the table.

* If you have used PST to join a couple of new tables, you can move good tables (with Move command) to free monitor location, and then toggle "Wait for BB" or "Post BB" on each table, and just wait until you are automatically dealt in.

* If you need to take a break, you can toggle "Sitout at BB" on all tables, and play out remaining free hands. When you come back you can toggle each table with "Wait for BB" or "Post BB" depending on your position.

* Changed Toolbox

Since Toggle Autosit makes a couple of Toolbox commands obsolete, these are removed.

Adde
TableNavigator Quote
05-05-2006 , 02:50 PM
I've nearly got support added for Pacific Poker now - see my comments about using PostMessage rather than MouseClick on the OC forum.

I've gotta go out, but will have it done by the end of tonight.

Juk
TableNavigator Quote
05-05-2006 , 03:51 PM
Quote:
I've gotta go out...
Heya, sounds like you haven't been outside for weeks...

Adde
TableNavigator Quote
05-05-2006 , 03:56 PM
Does NL/PL work well with TN?

Do NL/PL players use TN?

If yes and yes, it's an easy thing to add Party No Limit Reloader functionality to TN, but I won't do anything until I know if there is a "demand" for that.

Could be quite handy for limit play too. I often buy in with standard amount at first, and when I've got the number of tables I want, I rebuy to double standard amount on all tables.

Adde
TableNavigator Quote
05-05-2006 , 04:59 PM
Quote:
I've nearly got support added for Pacific Poker now
Great! PostMessage scares me. I'll still look at the OC thread.
-Sam
TableNavigator Quote
05-05-2006 , 05:03 PM
Quote:
Could be quite handy for limit play too. I often buy in with standard amount at first, and when I've got the number of tables I want, I rebuy to double standard amount on all tables.
I never buyin for anything but 25BB, but I suppose it'd be nice to have an app checking to make sure I never drop below 12BB. (Gotta be able to cap every street. )

Does the reloader really look to see how much money I have, or does it just rebuy on all my tables?
-Sam
TableNavigator Quote
05-05-2006 , 11:12 PM
Quote:
Quote:
I've gotta go out...
Heya, sounds like you haven't been outside for weeks...
Lol, I kinda got carried away with the Pacific support and "I won't be long, I'm just adding PostMessage support to an AHK script" don't make for a very good excuse why your so late!

Juk
TableNavigator Quote
05-06-2006 , 12:27 AM
Quote:
Quote:
I've nearly got support added for Pacific Poker now
Great! PostMessage scares me. I'll still look at the OC thread.
I updated the Wiki, so TN now supports Pacific too (now if only I could stop Pacific from eating 100% CPU every-time I open 3 tables... ).

If you look in the OC forum, I explained the new function for mouse clicking I wrote called PostLeftClick() (all the PostMessage stuff is in that function), and the advantages it has over the standard MouseClick function for AHK.

Juk
TableNavigator Quote
05-06-2006 , 05:24 AM
Quote:
Does the reloader really look to see how much money I have, or does it just rebuy on all my tables?
-Sam
Right now it doesn't, since it was designed for NL, but I plan to fix that.

Adde
TableNavigator Quote
05-08-2006 , 07:09 PM
Am I missing something or is there definitely not enough documentation on this thing?

On OC, before the code all there is a description of the 4 modes and navigation types.

Edit: also, is there no way to set my hotkeys to buttons like / , . [ ] \ ; ' ?
There is some stuff in here that I don't really understand (maybe if I just mess around with it I'll figure it out, but it still seems like there should be some documentation on all the features), for example what does the "NL Modifier" control do? Does it highlite the bet size box? If not, is there a control to do that?
TableNavigator Quote
05-08-2006 , 11:03 PM
Quote:
Am I missing something or is there definitely not enough documentation on this thing?

On OC, before the code all there is a description of the 4 modes and navigation types.

Edit: also, is there no way to set my hotkeys to buttons like / , . [ ] \ ; ' ?
There is some stuff in here that I don't really understand (maybe if I just mess around with it I'll figure it out, but it still seems like there should be some documentation on all the features), for example what does the "NL Modifier" control do? Does it highlite the bet size box? If not, is there a control to do that?
Yes, I think alot has been added and the instructions need to be updated (alot of different people have worked on it in parallel making the instructions harder to update).

Juk
TableNavigator Quote
05-09-2006 , 01:55 PM
Sorta like this I though:



Whatcha think Adde?
TableNavigator Quote
05-09-2006 , 02:41 PM
Quote:
Sorta like this I though:



Whatcha think Adde?
Heya, that's beautiful! I want it!

What are those cards? My (possibly hidden by the toolbox) own hole cards?

Just thinking out loud...a horizontal button bar just below the titlebar might be "slicker"?

Adde
TableNavigator Quote
05-09-2006 , 02:46 PM
In other news, I'm experimenting with a Table Hiliter thing. All tables where I have yet to act on gets a green/whatever notification bar at top. When 8-tabling it tends to be so much graphics, especially with PA Hud:s Showdown Info activated, that I have to fumble with my eyes to see what tables I need to concentrate on.

Perhaps I'm the only one who want this feature. Anyway, still testing, it might turn out too stressful for the processor/video card.

Adde
TableNavigator Quote
05-09-2006 , 04:01 PM
Quote:
What are those cards? My (possibly hidden by the toolbox) own hole cards?
Nah - you had a single text control there (to seperate the Exit button a bit I assumed) and I thought it would look nice with the cards there.

Quote:
Just thinking out loud...a horizontal button bar just below the titlebar might be "slicker"?
I dunno, I think it would look weird but feel free to try it.

Quote:
In other news, I'm experimenting with a Table Hiliter thing. All tables where I have yet to act on gets a green/whatever notification bar at top. When 8-tabling it tends to be so much graphics, especially with PA Hud:s Showdown Info activated, that I have to fumble with my eyes to see what tables I need to concentrate on.
So I guess the way this is different from the borders we already have is that it also takes tables into account where it's not your turn yet but where you have been dealt cards?
Maybe you could tweak that code?
TableNavigator Quote
05-09-2006 , 04:34 PM
Quote:

Yes, I think alot has been added and the instructions need to be updated (alot of different people have worked on it in parallel making the instructions harder to update).

Juk
OK well then can someone answer my couple of questions?
What is NLModifier button in the config?
How do I activate the bet-size box so I can type in a bet amount?
In the button config, nothing happens when I try to set a command to punctuation keys. Is there a way to use those keys? Should I just modify the .ini manually to achieve this?
TableNavigator Quote
05-09-2006 , 04:34 PM
Quote:
So I guess the way this is different from the borders we already have is that it also takes tables into account where it's not your turn yet but where you have been dealt cards?
Maybe you could tweak that code?
Kind of. I use ImageSearch to look for the presence of a checked advance button. If found, no hilite. Else if unchecked advance button is found, hilite. Else if action button is found, hilite. Else don't hilite.

It actually works quite well. With a timer of 200 ms it's not too clumsy when hiding/showing the border gui on several open tables. Need to find the perfect size and color though, so it won't get annoying, and at the same time will be visible enough.

Adde
TableNavigator Quote
05-09-2006 , 04:55 PM
Quote:
Kind of. I use ImageSearch to look for the presence of a checked advance button. If found, no hilite. Else if unchecked advance button is found, hilite. Else if action button is found, hilite. Else don't hilite.

Yeah, I get it. You don't have to use ImageSearch though; I think checked/unchecked are different controls actually (though I might be wrong). So you can just check which one is visible (that works with overlap also).

I just added the new toolbox code btw... one thing though, how do I actually click the buttons? Navigation works fine, but my default "okay" button doesn't work?

Edit: I just used the default C:\Programs location. Dunno what that'd be in Sweden. It's in the auto-execute under the toolbox_list, so you can change it.
TableNavigator Quote
05-09-2006 , 05:17 PM
Quote:

Yeah, I get it. You don't have to use ImageSearch though; I think checked/unchecked are different controls actually (though I might be wrong). So you can just check which one is visible (that works with overlap also).

I just added the new toolbox code btw... one thing though, how do I actually click the buttons? Navigation works fine, but my default "okay" button doesn't work?

Edit: I just used the default C:\Programs location. Dunno what that'd be in Sweden. It's in the auto-execute under the toolbox_list, so you can change it.

No "s" in "Programs" in Sweden. Easy fix:

pic_folder = %A_ProgramFiles%\PartyGaming\PartyPoker\Images

I didn't use any defaults for the toolbox buttons. Just added that to my local copy. Will update OC in a minute.

I thought so too, different controls, but no. Have to use ImageSearch, but I'm quite impressed how fast that function is.

Adde
TableNavigator Quote
05-09-2006 , 05:28 PM
Quote:
pic_folder = %A_ProgramFiles%\PartyGaming\PartyPoker\Images
Ah, nice. I had forgotten about that.

Quote:
I thought so too, different controls, but no.
Yeah... I was thinking about the "Fold to any bet" button(s), since I use those for Stud.

Quote:
Have to use ImageSearch, but I'm quite impressed how fast that function is.

Hehe - you should check out the code I wrote for Stars this morning. Fast, for sure.
TableNavigator Quote
05-10-2006 , 04:09 AM
you guys are awesome. i just bought an xbox 360 controller for my pc and cant wait to test it out
TableNavigator Quote
05-10-2006 , 10:12 AM
Thanks to a funtion Juk wrote I improved Stars support - the mouse now stays where it is!

I also added NL support for Stars... please have a look at this post if you're interested in the pot-sized stuff.
TableNavigator Quote
05-10-2006 , 10:55 AM
Quote:
Thanks to a funtion Juk wrote I improved Stars support - the mouse now stays where it is!
It should also mean their is no chance of ever clicking the wrong window!

Just using MouseClick meant that a window could steal focus at a bad time resulting in the wrong window getting sent the click (there was another AHK thread here on 2+2 not long ago discussing methods of fixing this using input blocks, etc), but by using my PostLeftClick in AHK scripts function this should all be avoided.

Juk
TableNavigator Quote
05-10-2006 , 01:04 PM
I have some problem with my hand and arm, it's hurting all the time, to much betting? so I think I will try this poky with a gamepad and this script instead, I never had anyone before and my question is, what sort of a gamepad do you suggest I buy? would anyone be good enough? or can someone recommend me a good one?
TableNavigator Quote

      
m