PDA

View Full Version : PartyPokerBeta & AutoHotKey


12-04-2005, 04:32 PM
Anyone tried to use PartyPokerBeta tiling multitables with Autohotkey? I don't know how I should adjust the script so that the hotkey adjusts according to the table size.

Kovner
12-04-2005, 06:38 PM
The AutoHotKey script method of having the script move your cursor to the button and press it is obsolete, man! And to add to all of its existing problems, it has the problem of not working with PartyPokerBeta.

MagicMan and I, about a year ago, developed a better method that has the script send Windows commands to the PP tables. It doesn't matter where the buttons or tables are, it is instant, and it doesn't move your cursor.

https://webspace.utexas.edu/kovnerm/8Table.zip?uniq=vromv6

Here's my version of the script, but its specific to I like it setup. It isn't commented well, but you can look at it and use parts of it to implement these better mechanics.

tigerite
12-04-2005, 06:45 PM
I use the same method, the one problem is that sometimes they move buttons about, so what was AfxWnd42s16 (for instance) isn't anymore. That by the way is raise, if my memory is right.

SamIAm
12-04-2005, 09:01 PM
[ QUOTE ]
I use the same method, the one problem is that sometimes they move buttons about, so what was AfxWnd42s16 (for instance) isn't anymore. That by the way is raise, if my memory is right.

[/ QUOTE ]Aw, only if you're using internal names to call the buttons. For some, you can look for the real name. I hit the button (http://forumserver.twoplustwo.com/showflat.php?Cat=0&Board=software&Number=3905879&S earchpage=1&Main=3856528&Words=%5C%21&topic=&Searc h=true#Post3905879) marked "Fold" when I want to fold.
-Sam

12-14-2005, 03:53 PM
Thanks all for the response! I'm going to try that out.