| Author |
Message |
Topic: Enable/Disable part of script (suspend) |
Corupter
Replies: 6
Views: 1004
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 5:26 pm Subject: Enable/Disable part of script (suspend) |
Thank you for your help. I still can not belive it was so simple.
Here is changed code:
ButtonStartMultiBox:
State:=!State
If State
GoSub OnLab
Else
GoSub OffLab
OnLab:
H ... |
Topic: Enable/Disable part of script (suspend) |
Corupter
Replies: 6
Views: 1004
|
Forum: Ask for Help Posted: Sun Feb 21, 2010 3:27 pm Subject: Enable/Disable part of script (suspend) |
Nobody?  |
Topic: break a loop on pressing a key |
Corupter
Replies: 6
Views: 1088
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:03 pm Subject: Re: break a loop on pressing a key |
Hi, maybe somebody else have better idea. I am noob in ahk....
But i think pause function would work just fine.
This would pause your script when you press +F::Pause
Or reload function. ... |
Topic: Enable/Disable part of script (suspend) |
Corupter
Replies: 6
Views: 1004
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 8:20 am Subject: Enable/Disable part of script (suspend) |
I think it wont work because its suspend function. So i need another function. Anyway i am still traying to do this way you mention.
manual say:
Any hotkey/hotstring subroutine whose very first li ... |
Topic: GUI picture buttons |
Corupter
Replies: 4
Views: 625
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 7:55 am Subject: GUI picture buttons |
| You could add function to the picture so it would have function like normal button. Its simple but look strange. Much better would be if it change when mouseover and click. I dont know how to do mouse ... |
Topic: UNICODE letters via SEND command - not working. |
Corupter
Replies: 6
Views: 203
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 8:05 pm Subject: Re: UNICODE letters via SEND command - not working. |
you are wellcome  |
Topic: Enable/Disable part of script (suspend) |
Corupter
Replies: 6
Views: 1004
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 8:02 pm Subject: Enable/Disable part of script (suspend) |
I have tryed about hour to make this work with indication you give me. But its "bigger than me". Could you be a bit more specific please? Thank you.
My function is "Multi Box" ( ... |
Topic: UNICODE letters via SEND command - not working. |
Corupter
Replies: 6
Views: 203
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 4:54 pm Subject: Re: UNICODE letters via SEND command - not working. |
I am noob as well. Yes there is but you have to compile it as "UTF-8".  |
Topic: Enable/Disable part of script (suspend) |
Corupter
Replies: 6
Views: 1004
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 4:50 pm Subject: Enable/Disable part of script (suspend) |
Hi, I am working at multifunction script which have few lines which have to be disabled until i enable that specific function.
Example: I have GUI script with few buttons. One of them is turn on/o ... |
Topic: UNICODE version of AutoHotkey |
Corupter
Replies: 236
Views: 34259
|
Forum: Scripts & Functions Posted: Fri Feb 19, 2010 4:25 pm Subject: Re: UNICODE version of AutoHotkey |
Great, thank you.  |
Topic: UNICODE letters via SEND command - not working. |
Corupter
Replies: 6
Views: 203
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 4:23 pm Subject: Re: UNICODE letters via SEND command - not working. |
You need unicode AutoHotkey. http://www.autohotkey.com/forum/viewtopic.php?t=50485ahku |
Topic: IniRead with default RegRead Var [solved, thank you hugov] |
Corupter
Replies: 11
Views: 472
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 4:12 pm Subject: IniRead with default RegRead Var [solved, thank you hugov] |
Thank you very very much hugov That is exactly what i am looking for. I was stil ltrying to make it as default value and it doesant work like that.
it shoudl be like this if somebody else have t ... |
Topic: IniRead with default RegRead Var [solved, thank you hugov] |
Corupter
Replies: 11
Views: 472
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 3:42 pm Subject: IniRead with default RegRead Var [solved, thank you hugov] |
Becasue its the same function. If i make new var for example mumble and type it behind coma in iniread funcion it just display var name not path which is represented by that var. |
Topic: IniRead with default RegRead Var [solved, thank you hugov] |
Corupter
Replies: 11
Views: 472
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 3:15 pm Subject: IniRead with default RegRead Var [solved, thank you hugov] |
| Yes it would but I dont want it to be writen. I want to have simple launcher for program which take as default path to that program value from registry. If I as user select another path it should igno ... |
Topic: IniRead with default RegRead Var [solved, thank you hugov] |
Corupter
Replies: 11
Views: 472
|
Forum: Ask for Help Posted: Fri Feb 19, 2010 3:08 pm Subject: IniRead with default RegRead Var [solved, thank you hugov] |
nobody?  |
| |