Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 03-27-2007, 04:14 PM
Max Higley Max Higley is offline
Junior Member
 
Join Date: Oct 2006
Posts: 16
Default Re: TableNavigator

Give this a shot. It's because of the new "Layout" button that all the button numbers increased by one. You can figure this stuff out with the Window Spy utility that comes with AutoHotkey. You just launch it, mouse over whatever button you want to know the number of, and read the result out of the Window Spy window.

<font class="small">Code:</font><hr /><pre>
FoldFullTilt(id) {
string_list = FTCButton12|FTCButton26
match_list = 3|3
clickList(string_list, match_list, id)
}

CallFullTilt(id) {
string_list = FTCButton13|FTCButton28|FTCButton12
match_list = 3|3|3
clickList(string_list, match_list, id)
}

RaiseFullTilt(id) {
string_list = FTCButton14|FTCButton27
match_list = 3|3
clickList(string_list, match_list, id)
}

IsTableWaitingFullTilt(id) {
return ( IsVisCtrl("FTCButton12", id) )
}

PotFullTilt(id) {
ControlClick, FTCButton22, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.