![]() |
|
#31
|
|||
|
|||
|
Hehe, just one slight adaption needed for me:
Joy7:: Critical <font color="red">Unplug, USB</font> GetBeer, MyFavorite, Cold return [img]/images/graemlins/smirk.gif[/img] I just opened up the joypad, then put back together and all working again (not a clue why though, but not complaining lol), so maybe my luck changed! [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#32
|
|||
|
|||
|
I swear it’s that malicious GUI. First it made you trip over your pad, the it made it work again.
I’m going crazy… I was testing the script and all I did was change a line in one of the hotkeys and now when I try to run it, it tells me the GetTargetWrap() function contains another function, which it absolutely doesn’t. That GUI has supernatural powers. It’s playing with us. [img]/images/graemlins/mad.gif[/img]Gives me the creeps. *shudder* |
|
#33
|
|||
|
|||
|
My housemate managed to get this to work for a keyboard hotkey:
KBzone3:: Wall, Opposite, MakeHole return You have to hit the keyboard very hard, but it worked. Kayboard still works, too, after he found all the keys. |
|
#34
|
|||
|
|||
|
[ QUOTE ]
KBzone3:: Wall, Opposite, MakeHole return [/ QUOTE ] This works real good for old ball-mice too! [img]/images/graemlins/grin.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#35
|
|||
|
|||
|
New sub-thread needed I think... the old one got so deep getting hard to read [img]/images/graemlins/smile.gif[/img]
All seems to be working fine for me, and the fix-GUI button working fine too (ty! [img]/images/graemlins/smile.gif[/img] ), but just one anomaly left: sometimes (maybe 20% of time) the "Fold" checkbox just won't select, no idea why though? (and for some strange reason AutoResizer's "Auto-Post 1st BB" started failing). Sleepy again, so maybe it will be clearer as to what is going on tomorrow. I also gona see if I can use a 6th button for lobby control tomorrow. If I could get it to act as a modifier (which seems possible from what I just read in AHK help), then I hope/think script could be 100% joypad driven. Juk [img]/images/graemlins/smile.gif[/img] |
|
#36
|
|||
|
|||
|
[ QUOTE ]
just one anomaly left: sometimes (maybe 20% of time) the "Fold" checkbox just won't select, no idea why though? (and for some strange reason AutoResizer's "Auto-Post 1st BB" started failing). [/ QUOTE ] Maybe the new code I added? I haven't had any problems (mainly playing Stud now though, Hold'em is a bankroll killer for me [img]/images/graemlins/ooo.gif[/img]). Modifiers are possible I believe (Sam posted something a few days ago I think). Here's a cool hotkey I just wrote; it deals you in/out at every table: Warning: This will check the auto-post blind checkbox´when dealing in. Joy9:: Loop, Parse, table_list, `, { ControlGet, is_checked, checked, , Button5, ahk_id%a_loopfield% Control, Check, , Button5, ahk_id%a_loopfield% If is_checked = 0 { Control, Check, , Button5, ahk_id%a_loopfield% } else { Control, Uncheck, , Button5, ahk_id%a_loopfield% Control, Check, , Button3, ahk_id%a_loopfield% } } return |
|
#37
|
|||
|
|||
|
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]
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] ). I will try to look into including Sam's modifiers soon too and see if I can make it totally mouseless. Not had time yet to try the Deal-in/Deal-out script, 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). Hope the stud going well for you [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#38
|
|||
|
|||
|
[ 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] |
|
#39
|
|||
|
|||
|
Still working fine and still in love with this script! [img]/images/graemlins/laugh.gif[/img]
I stopped the unpressable fold checkbox thing by just disabling the 'check or fold' stuff (no idea why, but this was the cause of my probs - maybe its just my PC playing up lol). Found I don't use this anyway and still end up pressing check/call rather than check/fold - very few misclicks so far (less than mouse I think!) [img]/images/graemlins/smile.gif[/img] BTW: I adapted the deal-in/deal-out script to make it so that it unchecks "Auto-Post blind" on all windows, which is helpful for me (when I had enough and need a rest from the bad beats etc, but want to finish my rounds off...) [img]/images/graemlins/smile.gif[/img] Not had time to hybridize Sam's mouse-less lobby control yet, but will try and hopefully I can use 'mini-lobby' script too (endless list of projects building up and not enough time... lol) [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#40
|
|||
|
|||
|
[ QUOTE ]
I stopped the unpressable fold checkbox thing by just disabling the 'check or fold' stuff (no idea why, but this was the cause of my probs - maybe its just my PC playing up lol). Found I don't use this anyway and still end up pressing check/call rather than check/fold - very few misclicks so far (less than mouse I think!) [img]/images/graemlins/smile.gif[/img] [/ QUOTE ] Okay. Haven't had time to really look into it (difficult to fix this stuff when it only comes up every once in a while) and won't if you don't really need it. I don't need it for stud because that check/fold thing almost never comes up (no free flops from the BB). [ QUOTE ] Not had time to hybridize Sam's mouse-less lobby control yet, but will try and hopefully I can use 'mini-lobby' script too (endless list of projects building up and not enough time... lol) [img]/images/graemlins/smile.gif[/img] [/ QUOTE ] I'll can do the lobby control - you better get on with your other projects! [img]/images/graemlins/smile.gif[/img] I was working on it yesterday - the problem is to find a smooth and user-friendly way to handle all the different situations that can come up (no good if you can never remember which button does what [img]/images/graemlins/confused.gif[/img]). I have also pretty much given up on writing something that lets you select a specific open seat via joypad - I have some nice code that highlights a seat but I can't find an easy way to ignore all kinds of other controls with the same name (which are reported as visible even if I can't see them...). I just use brute force now - just have it click every friggin button it can find with that name and then close all the "this seat has already been reserved etc." pop-ups. [img]/images/graemlins/grin.gif[/img] Of course this just takes the first free seat it can find - to select a specific seat you'll have to use the keyboard I guess. Anyway, I hope I can finish this today. |
![]() |
|
|