| Author |
Message |
Topic: Pause and Continue Code |
OrelseIamfired
Replies: 9
Views: 306
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 6:34 pm Subject: Pause and Continue Code |
Hi Lexikos,
Thank you for telling me about #MaxThreadsPerHotkey. I like that better than what I did.
/ Louis |
Topic: Pause and Continue Code |
OrelseIamfired
Replies: 9
Views: 306
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 6:18 pm Subject: Pause and Continue Code |
Hi phfjeld,
The script that I included in my message was there only for discussion. I removed all irrelevant detail from my working script, and left the fundamental parts necessary for asking my q ... |
Topic: Pause and Continue Code |
OrelseIamfired
Replies: 9
Views: 306
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 10:37 pm Subject: Pause and Continue Code |
Never mind, I got my script to work using some of the Pause command's parameters. This is the my sketch script.
Loop
{
SplashTextOn, 200,100,Timer status, Timed out (%A_Index%).
... |
Topic: Pause and Continue Code |
OrelseIamfired
Replies: 9
Views: 306
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 10:03 pm Subject: Pause and Continue Code |
Hi,
I have a similar requirement, but I need a hotkey routine more complicated than the simple F2:: example given in this thread. I have an If/Else statement in my hotkey routine, and pressing F2 ... |
Topic: Documentation for SetTimer and Thread |
OrelseIamfired
Replies: 3
Views: 347
|
Forum: Bug Reports Posted: Fri Jul 11, 2008 9:11 pm Subject: Documentation for SetTimer and Thread |
Hi Krogdor,
Thanks for clarifying the sentence for me; what you wrote was easy to understand. By the way, it was not the ambiguous pronouns that was causing my confusion with the sentence. The fo ... |
Topic: Documentation for SetTimer and Thread |
OrelseIamfired
Replies: 3
Views: 347
|
Forum: Bug Reports Posted: Fri Jul 11, 2008 6:24 pm Subject: Documentation for SetTimer and Thread |
This is not really a bug, but this forum section seems the best place to put my comments about the documentation.
In the description for SetTimer :
The following has some ambiguous pronouns.
Wh ... |
Topic: WinWaitAnyNewWindow |
OrelseIamfired
Replies: 9
Views: 722
|
Forum: Ask for Help Posted: Mon Mar 10, 2008 9:14 pm Subject: WinWaitAnyNewWindow |
Is there some reason not to use a shell hook (SKAN's method)?
WINEVENTPROC is a pointer to a callback function. See Hi lexiKos,
I am experimenting with SKAN's method, but I wanted also to try yo ... |
Topic: WinWaitAnyNewWindow |
OrelseIamfired
Replies: 9
Views: 722
|
Forum: Ask for Help Posted: Fri Mar 07, 2008 10:28 pm Subject: WinWaitAnyNewWindow |
Hi lexiKos,
If you need to detect when a window is created, you can use a shell hook (as in the post Skan linked to) or SetWinEventHook().
Have you already used DllCall to call that SetWinEven ... |
Topic: Compile_AHK II - for those who compile! |
OrelseIamfired
Replies: 119
Views: 13352
|
Forum: Scripts & Functions Posted: Sat Mar 01, 2008 10:33 pm Subject: Compile_AHK and relative paths |
Hi ladico,
I should like to know if Compile_AHK handles relative paths for file names, i.e., relative to the script's directory.
Let us say that I have a script called wolf.ahk in this directory.
... |
Topic: Compile_AHK and relative file paths |
OrelseIamfired
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Thu Feb 28, 2008 3:23 pm Subject: Compile_AHK and relative file paths |
Hi I suggest that you simply PM ladkio, one of the script's authors, about your questions.
Thank you for your the suggestion and for setting up the mail link for me; that was very kind.
/ Louis |
Topic: Compile_AHK and relative file paths |
OrelseIamfired
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Wed Feb 27, 2008 9:54 pm Subject: Compile_AHK and relative file paths |
Hi [VxE],
I do not know how to use the information that you pointed me to? Are you sure we are talking about the same thing. I am not seeking information about writing my own script; I am seeking ... |
Topic: Compile_AHK and relative file paths |
OrelseIamfired
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Wed Feb 27, 2008 8:39 pm Subject: Compile_AHK and relative file paths |
Hi,
I should like to know if Compile_AHK (the Compile-with-Options tool) can use relative paths for the file names, i.e., for the EXE, ICOs, etc? If so, what is the trick?
/ Louis |
Topic: WinWaitAnyNewWindow |
OrelseIamfired
Replies: 9
Views: 722
|
Forum: Ask for Help Posted: Tue Dec 04, 2007 3:17 pm Subject: WinWaitAnyNewWindow |
FGR, Skan, and lexikos,
Thank you for your useful responses.
Wow, Skan, that is impressive. On first glance, it looks a little heavy for me, so I shall take some time to study it.
Regards to ... |
Topic: WinWaitAnyNewWindow |
OrelseIamfired
Replies: 9
Views: 722
|
Forum: Ask for Help Posted: Fri Nov 30, 2007 3:40 pm Subject: WinWaitAnyNewWindow |
Hi,
Is there an easy way to wait for any new window that opens? This way I can wait for a window, see which one it is, then act on it appropriately.
/ Louis |
Topic: GUI and program flow |
OrelseIamfired
Replies: 3
Views: 354
|
Forum: Ask for Help Posted: Tue Jul 03, 2007 2:34 pm Subject: GUI and program flow |
Hi Nick,
I am back from the long weekend. Happy Canada Day to me.
Thank you, that looks really good.
Thanks to Engunneer also.
Regards,
/ Louis |
| |