| Author |
Message |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Sat Jul 07, 2007 3:59 pm Subject: Reset ahk |
What you are asking is not to exit the current thread, but to exit the underlying thread. I believe that is currently not possible.
yes you are right... so now i know it's not possible... thanks...
... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Sat Jul 07, 2007 9:12 am Subject: Reset ahk |
thanks all for your answers...
it can be used to solve the problem...
but back to my first question... is it any way in ahk to reset/kill the current thread without exiting the application?...
... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Sat Jul 07, 2007 1:12 am Subject: Reset ahk |
I mean... that's not the only external application that i used...
in my other subprogram, i run another application...
and like i said earlier... i also have embedded program (like the windows med ... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Sat Jul 07, 2007 12:49 am Subject: Reset ahk |
run() in that "example" is my own function to call external application...
and i believe that the one that get stuck is the "otherapplication.exe"... since that application is no ... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Fri Jul 06, 2007 10:06 pm Subject: Reset ahk |
maybe the exit is what i'm looking for, but is that any way to call it from another thread, let say by pressing a button, to close another thread?
the problem in my application is not in ahk script ... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Fri Jul 06, 2007 8:31 pm Subject: Reset ahk |
ok... let's make this a little bit more clear... it's more than just a variable..
for example my application has an embedded Windows Media Player, and right now it's playing a song... and I press a ... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Fri Jul 06, 2007 7:54 pm Subject: Reset ahk |
I think Reload will reset the whole application, just like do close and re-open it... am I right?.. If I do that, it will reset the memory inside my application.
What I am looking for is the functi ... |
Topic: Reset ahk |
boge
Replies: 19
Views: 477
|
Forum: Ask for Help Posted: Fri Jul 06, 2007 6:47 pm Subject: Reset ahk |
I have an ahk application that use GUI as a user panel. If the user press one button, one script will run.
Sometimes the script is get stuck because of other aspect than the application itself. I w ... |
Topic: Embed an Internet Explorer control in your AHK Gui via COM |
boge
Replies: 177
Views: 23173
|
Forum: Scripts & Functions Posted: Thu May 31, 2007 3:55 pm Subject: Embed an Internet Explorer control in your AHK Gui via COM |
thx guys...
I think I can figure out something of it....
THANKS a lot... |
Topic: Embed an Internet Explorer control in your AHK Gui via COM |
boge
Replies: 177
Views: 23173
|
Forum: Scripts & Functions Posted: Tue May 22, 2007 10:30 am Subject: Embed an Internet Explorer control in your AHK Gui via COM |
Nice job Sean...
btw, is there any way to enable Tab button inside the browser? what I meant is something similar like IE, when we press the Tab button it will move through all the link and button ... |
Topic: Determine if a WebPage is completely loaded in IE |
boge
Replies: 78
Views: 13708
|
Forum: Scripts & Functions Posted: Wed May 16, 2007 3:26 pm Subject: Determine if a WebPage is completely loaded in IE |
very nice sean...
btw, do you have something similar for firefox?
since I work most of the time with firefox... |
| |