Post a New Reply
Reply to thread: AutoHotkey question
Username:
Please select the number: 2
1 2 3 4 5 6 7 8 9 10
Post Subject:
Your Message:
Smilies
Angel Angry Blush Confused
Dodgy Exclamation Heart Huh
Idea Sleepy Undecided Smile
Wink Cool Big Grin Tongue
Rolleyes Shy Sad  
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)




Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)


Thread Review (Newest First)
Posted by SaT_Admin - 10-27-2012, 12:21 AM
Smile

Btw, usually you only have to run the scripts as admin if the program you are working with is run as admin. So for example, if Stars is forcing you to run as admin, then your AHK script will need the same privileges.
Posted by Mercediator - 10-26-2012, 10:15 PM
I've been very stupid.
I just had to run my scripts as Administrator :-)
Now it's fixed! Big Grin
Posted by SaT_Admin - 10-26-2012, 02:31 PM
Honestly, I'm not doing anything special in regards to RButton. I will prompt the user if they DO want the original right mouse functionality, in which case I will add the ~ prefix to the hotkey, but this is shown within SaT. If that ~ prefix is present, you SHOULD still get the Stars popup.

Maybe its some issue with your AHK script. If you post it I'll take a brief look.

A simple AHK script like this should work everywhere including on Stars tables:

Code:
RButton::
   MsgBox, you right clicked
return
Posted by Mercediator - 10-26-2012, 12:02 PM
Hi greg,
I'm almost back to reboot my poker grinding career,
but I'm still having some technical difficulties with my other AutoHotkey script that I've made myself.

I wondered if I could ask you for some advice here.

I can no longer get my own hotkeys to work in my own scripts.
When I use my RButton while I'm on a PokerStars table, the AHK script misses it and PokerStars shows the "table theme menu" that you get from right clicking on a PS table.

However, when I use SAT and I use your RButton functionality, in your script it works just fine: AHK just grabs the RButton action and does the defined stuff in it, and PokerStars does not interfere by showing the "table theme menu".

So my question is: how did you make that possible?

I don't understand. My script used to work a year ago, but now PokerStars interferes so something must have changed in the PS software.

I would be very glad if you could give me some tip on this issue Shy