![]() |
|
|
|
#1
|
|||
|
|||
|
Sorry, I'm retarded...can't get this to work, it's the #include file "Functions.ahk" cannot be opened thing. I downloaded autohotkey and downloaded handsome's zip file, unzipped functions.ahk and then tried to unzip the 2nd one. It always gives me that error message...what am i doing wrong??
|
|
#2
|
|||
|
|||
|
they both need to unzipped in the same folder, after that if you run functions followed by the other it should work.
If you cant unzip them, which it sounds like, they wont work. Btw, ran a short session before i slept last night, the program is great. |
|
#3
|
|||
|
|||
|
Let me clear a couple of things up.
1) You don't actually need to open functions.ahk, it just needs to be in the same directory. 2) F1 (cascade) and allin (middle mouse button or *) work via coordinates, so they're not gonna work if your windows are resized. |
|
#4
|
|||
|
|||
|
This is a great script, thanks handsome! As someone who's never used cascaded tables I must say it seems useful, although I haven't gotten the hang of it yet. It seems to mitigate the frustration of bad beats a little since you just push or call and forget about it as another table covers up the board.
|
|
#5
|
|||
|
|||
|
Great script
I think I got the cascade key to work. (I'm no programmer, so dont be too harsh if it doesnt). Also this might work only for regular size windows, but I'm not too sure about that. I added one line to: F1:: ;__Cascades tables PostStarsClick(450, 60, ExFromList(tablesStars())) SendPlay c return which becomes: F1:: ;__Cascades tables PostStarsClick(450, 60, ExFromList(tablesStars())) SendPlay v SendPlay c return Also you can change the line: SendPlay c to SendPlay t And you will tile the windows instead of cascading them |
|
#6
|
|||
|
|||
|
I use few other scripts, and I need only the " autoregister part ".
But I don't know what part of the script I must to keep. Anyone can do it ? |
|
#7
|
|||
|
|||
|
[ QUOTE ]
I use few other scripts, and I need only the " autoregister part ". But I don't know what part of the script I must to keep. Anyone can do it ? [/ QUOTE ] #NoEnv #Persistent #SingleInstance force #Include %a_scriptDir% #Include Functions.ahk interval = 100 ; period between refreshes Loop { AutoRegister() Sleep %interval% } Autoregister() { SetTitleMatchMode 2 IfWinExist, Tournament Registration ControlClick, Button1 ControlClick, OK } |
![]() |
| Thread Tools | |
| Display Modes | |
|
|