Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1151  
Old 07-06-2007, 07:37 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Stars has their own scrolling feature now, but it works the other way than the betpot script does, thus blocking it.

[/ QUOTE ]

Excellent find [img]/images/graemlins/smile.gif[/img]

I was just about to post a lack of progress "something is very strange here" - this is explains matters.

I had just discovered that after a non-autobet pot command I could restore scrolling by clicking the slider - seems table must be focuses for Stars' scroll function to work, whereas BetPot does not need focus... thus the occasional 2-steps then stop.

IIRC Stars has always had it's own wheel/slider control, but you had to click the slider first to activate it - seems they changes that part.

Obviously removing the ~ from in front of the WheelUp:: and WheelDown:: hotkeys in the code restores BetPot to full functionality, but stops mousewheel working in other apps.

not sure how best to proceed, now [img]/images/graemlins/confused.gif[/img]

dave.
Reply With Quote
  #1152  
Old 07-06-2007, 08:02 PM
rhizome rhizome is offline
Senior Member
 
Join Date: Jul 2004
Posts: 353
Default Re: Stars Bet Pot AHK ?

I couldn't find the answer to this. What is the difference between

~MButton::, ^MButton::, and ^!MButton:: ?

I just have a regular 3 button mouse. Thanks.
Reply With Quote
  #1153  
Old 07-06-2007, 08:40 PM
butcha butcha is offline
Member
 
Join Date: Jun 2007
Posts: 67
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I couldn't find the answer to this. What is the difference between

~MButton::, ^MButton::, and ^!MButton:: ?

I just have a regular 3 button mouse. Thanks.

[/ QUOTE ]
These are all hotkeys for the middle mouse button.

By putting the tilde sign (~) in front of a hotkey you make sure the script still sends the key to the system, while still allowing you to use it as a hotkey.

^ is code for the Control-key and ! is code for the Alt-key, so ^!MButton means Control+Alt+MButton.

Read more here if you are interested:
http://www.autohotkey.com/docs/Hotkeys.htm


/butcha
Reply With Quote
  #1154  
Old 07-06-2007, 08:43 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

dave, would it work to just block the wheel, and send {WheelUp/down} to the window if the id is not in StarsTables?

rhizome, "~" means that the button click should be sent to the window as well as to the script, "^" means Ctrl and "!" means Shift (or Alt, dont remember 100%).
Reply With Quote
  #1155  
Old 07-06-2007, 08:53 PM
rhizome rhizome is offline
Senior Member
 
Join Date: Jul 2004
Posts: 353
Default Re: Stars Bet Pot AHK ?

Thanks... I'll try messing with these
Reply With Quote
  #1156  
Old 07-06-2007, 10:58 PM
holland3r holland3r is offline
Senior Member
 
Join Date: Jul 2005
Location: Running Wayyyy Below Expectation
Posts: 492
Default Re: Stars Bet Pot AHK ?

I'd love for you to get it working again, since Stars has the scroll wheel direction reversed from what it should be, and because Stars' won't work if you don't have their tables set to steal focus (which I hate!).
Reply With Quote
  #1157  
Old 07-07-2007, 01:27 PM
Noodles. Noodles. is offline
Senior Member
 
Join Date: Jun 2007
Posts: 395
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
Stars has their own scrolling feature now, but it works the other way than the betpot script does, thus blocking it.

[/ QUOTE ]

Excellent find [img]/images/graemlins/smile.gif[/img]

I was just about to post a lack of progress "something is very strange here" - this is explains matters.

I had just discovered that after a non-autobet pot command I could restore scrolling by clicking the slider - seems table must be focuses for Stars' scroll function to work, whereas BetPot does not need focus... thus the occasional 2-steps then stop.

IIRC Stars has always had it's own wheel/slider control, but you had to click the slider first to activate it - seems they changes that part.

Obviously removing the ~ from in front of the WheelUp:: and WheelDown:: hotkeys in the code restores BetPot to full functionality, but stops mousewheel working in other apps.

not sure how best to proceed, now [img]/images/graemlins/confused.gif[/img]

dave.

[/ QUOTE ]

Not sure how to proceed? Maybe remove the scrolling feature as stars now has its own? [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #1158  
Old 07-07-2007, 01:47 PM
curtains curtains is offline
Senior Member
 
Join Date: May 2003
Location: Philadelphia
Posts: 13,960
Default Re: Stars Bet Pot AHK ?

Im sure I hate the stars scrolling feature, especially if it moves in terms of # of BBs
Reply With Quote
  #1159  
Old 07-07-2007, 11:47 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

<font color="blue">BetPot v-0.2p Update</font>

PokerStars
<ul type="square">[*]Fix for MouseWheel after latest update[/list]
http://www.overcards.com/wiki/moin.cgi/BetPot


Enjoy!

dave.
Reply With Quote
  #1160  
Old 07-08-2007, 01:11 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
dave, would it work to just block the wheel, and send {WheelUp/down} to the window if the id is not in StarsTables?


[/ QUOTE ]

Yes, this is what I went for in the end.

Was hoping to get "IfWinActive / conditional hotkeys" working, but since thy rely on the active table it does not work 100% with focus stealing that poker apps love to implement [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
Reply


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 06:23 PM.


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