Thread: TableNavigator
View Single Post
  #38  
Old 02-12-2006, 07:57 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: A script you might like

[ QUOTE ]
Hi, just a quick update to say the script going well for me and no problems since the RefreshGUI button added [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

Great. Ain't working for me now [img]/images/graemlins/shocked.gif[/img], but I don't get that error unless I reproduce it, so it's cool. [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]
Still confused about the "Fold" checkbox being ignored sometimes but it makes no real difference to the usability (not been quick enough to press alt+1 yet to see if its a joypad only thing [img]/images/graemlins/smile.gif[/img] ).

[/ QUOTE ]

Strange thing that. I'll play some holdem tomorrow, see if I can find the bug.

[ QUOTE ]
I will try to look into including Sam's modifiers soon too and see if I can make it totally mouseless.

[/ QUOTE ]

I have like 10 buttons. How many combinations is that when I use all 10 fingers? [img]/images/graemlins/grin.gif[/img]

[ QUOTE ]
Not had time yet to try the Deal-in/Deal-out script,

[/ QUOTE ]

Probably not so good for holdem since you lose $$$ when you have to post the blind again after sitting out.
It great for stud though - when I see things are going to get real complicated in a hand I just hit that button and then I can focus and hopefully make some good decision [img]/images/graemlins/laugh.gif[/img].

[ QUOTE ]
but I wish I knew how AHK knows a checkbox is checked (this would help AutoResizer, as this the only thing AutoResizer can't confirm has actually changed when clicked).

[/ QUOTE ]

ControlGet, OutputVar, Checked (OutputVar is set to 1 if checked, 0 if not), , Control, WinTitle [img]/images/graemlins/smile.gif[/img]
Reply With Quote