| Author |
Message |
Topic: How to open a folder on screen |
feejo
Replies: 4
Views: 372
|
Forum: Ask for Help Posted: Fri May 29, 2009 6:39 pm Subject: How to open a folder on screen |
| Thanks |
Topic: How to open a folder on screen |
feejo
Replies: 4
Views: 372
|
Forum: Ask for Help Posted: Fri May 29, 2009 4:59 pm Subject: How to open a folder on screen |
Sorry, just open a folder. I have a path of the folder I want to open, instead of clicking my way to get to that folder, I want ahk to open it directly for me.
Thanks |
Topic: How to open a folder on screen |
feejo
Replies: 4
Views: 372
|
Forum: Ask for Help Posted: Fri May 29, 2009 4:10 pm Subject: How to open a folder on screen |
How to open a folder on screen.
Thanks |
Topic: Can we put a path into the clipboard |
feejo
Replies: 1
Views: 260
|
Forum: Ask for Help Posted: Wed May 20, 2009 9:01 pm Subject: Can we put a path into the clipboard |
| E:\DOWNLOAD\%variable%:=clipboard |
Topic: Same hotkey for 2 ahk script running at same time |
feejo
Replies: 3
Views: 482
|
Forum: Ask for Help Posted: Mon May 18, 2009 5:28 pm Subject: Same hotkey for 2 ahk script running at same time |
| I put #IfWinActive to one of the 2 and it worked. But on both at same time, only one worked? |
Topic: Same hotkey for 2 ahk script running at same time |
feejo
Replies: 3
Views: 482
|
Forum: Ask for Help Posted: Mon May 18, 2009 1:34 pm Subject: Same hotkey for 2 ahk script running at same time |
I have the same hotkey for 2 different .ahk. bost software run at same time, but I work on one at a time.
#1
WinWait, gSculpt,
IfWinNotActive, gSculpt , , WinActivate, gSculpt ,
WinWaitActive, ... |
Topic: A++ does not count all the time |
feejo
Replies: 1
Views: 365
|
Forum: Ask for Help Posted: Wed Jan 28, 2009 10:14 pm Subject: A++ does not count all the time |
I have a problem I gosub to a tag
a(increment number): then,
a++
But sometime he repeat the same tag twice, like if he forgot to count, who can I make sure the a++ work and ... |
Topic: ifwinactive |
feejo
Replies: 1
Views: 369
|
Forum: Ask for Help Posted: Wed Jan 28, 2009 2:37 pm Subject: ifwinactive |
If this can work, I have that window appear once in a while
ifwinactive EasyTune5 Build
{
MouseClick, left, 280, 14
Sleep, 100
MouseClick, left, 253, 116
Sleep, 100
}
******** ... |
Topic: Can we search among variable value? |
feejo
Replies: 2
Views: 1211
|
Forum: Ask for Help Posted: Fri Jan 23, 2009 12:55 am Subject: Can we search among variable value? |
| Can we search among variable value? Ex: I have 20 variable containing numbers, can I search for one that contain the number 11. |
Topic: To run a timer while the script is running and when... |
feejo
Replies: 5
Views: 577
|
Forum: Ask for Help Posted: Mon Jan 19, 2009 8:49 pm Subject: To run a timer while the script is running and when... |
Yes
Ok how? |
Topic: To run a timer while the script is running and when... |
feejo
Replies: 5
Views: 577
|
Forum: Ask for Help Posted: Mon Jan 19, 2009 1:22 am Subject: To run a timer while the script is running and when... |
| Can we put that on the computer clock, like a agenda: at 7pm he will tell you to watch the tv. |
Topic: Multiple variable change |
feejo
Replies: 3
Views: 531
|
Forum: Ask for Help Posted: Sat Jan 17, 2009 2:48 pm Subject: Multiple variable change |
Is this what you want?
no=0
;np=0
de:
tooltip, Ca=%nom1% Nombre=%cas1% `n Casulty=%nom2% Cas=%cas2%
no++ ;ces 2 variable des cas doivent être incrémenté ici après le tooltip
;np++ ;ces 2 ... |
Topic: Multiple variable change |
feejo
Replies: 3
Views: 531
|
Forum: Ask for Help Posted: Sat Jan 17, 2009 10:00 am Subject: Multiple variable change |
My variable stay the same (they should be different)
the variable nom no (no is the increment)
the variable cas np (np is the increment)
They just appear on the tooltip as the same number, how can ... |
Topic: Is this a array |
feejo
Replies: 1
Views: 465
|
Forum: Ask for Help Posted: Fri Jan 16, 2009 9:01 pm Subject: Is this a array |
I am trying to figure out what array are or can be used. Is it just like in my goto. Can it be used in other way? Is there a easy script to understand array?
Thanks
a=0
Begin:
Gosub a% ... |
Topic: To run a timer while the script is running and when... |
feejo
Replies: 5
Views: 577
|
Forum: Ask for Help Posted: Fri Jan 16, 2009 4:05 pm Subject: To run a timer while the script is running and when... |
| How to run a timer while the script is running and when it reach a certain time a variable is reset to 0 and the script just continue. Is those thing slow down much the script? |
| |