| Author |
Message |
Topic: PixelColorWait |
wiiox
Replies: 13
Views: 1120
|
Forum: Wish List Posted: Mon Jan 22, 2007 6:41 pm Subject: PixelColorWait |
Ah right. thanks  |
Topic: PixelColorWait |
wiiox
Replies: 13
Views: 1120
|
Forum: Wish List Posted: Mon Jan 22, 2007 6:38 am Subject: PixelColorWait |
| Wow that was fast. Thanks again JSLover. |
Topic: PixelColorWait |
wiiox
Replies: 13
Views: 1120
|
Forum: Wish List Posted: Mon Jan 22, 2007 12:43 am Subject: PixelColorWait |
I guess this is just a PixelSearch and a loopYou're right, so what?
Because it's more convenient, and because certain optimizations are possible when you pass the "waiting" part to AHK. T ... |
Topic: Keep script running when user is switched. |
wiiox
Replies: 4
Views: 210
|
Forum: Ask for Help Posted: Thu Jan 18, 2007 6:10 am Subject: Keep script running when user is switched. |
Is it possible to start a script, switch the user to the welcome screen, and have the script still run on that user's account?
The script I need to run is basically entirely mouseclicks and send co ... |
Topic: Running a script in minimized window |
wiiox
Replies: 2
Views: 301
|
Forum: Ask for Help Posted: Fri Nov 10, 2006 8:49 pm Subject: Running a script in minimized window |
| I want a script ( its basically a macro, series of mouse clicks etc applied to a browser) to only operate in a defined window, for example Firefox. When I minimize this firefox window, the script will ... |
Topic: Possible? Pause script -> Resume after shutdown. |
wiiox
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Mon Nov 06, 2006 5:41 am Subject: Possible? Pause script -> Resume after shutdown. |
Wow, thanks! Although I havn't tried it yet, I wanted to get in a reply. Its late so I'll probally get at configuring that tomorrow.
When Im done putting in my values etc, Ill post again to say how ... |
Topic: Need help with problematic script ;o |
wiiox
Replies: 2
Views: 173
|
Forum: Ask for Help Posted: Mon Nov 06, 2006 5:11 am Subject: Need help with problematic script ;o |
Heh, I tried your suggestions. Although they didn't fix my problem, they DID lead me on to poke here and there, and find out what IS the problem.
Turns out my "if WinExist" should be &quo ... |
Topic: Need help with problematic script ;o |
wiiox
Replies: 2
Views: 173
|
Forum: Ask for Help Posted: Mon Nov 06, 2006 1:43 am Subject: Need help with problematic script ;o |
start_time := A_TickCount
Sleep, 2000
Loop, Read, C:\Path
{
IfEqual, this, %A_LoopReadLine%
{
elapsed_time := A_TickCount - start_time
FileAppend, %elapsed_time ... |
Topic: Possible? Pause script -> Resume after shutdown. |
wiiox
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Sun Nov 05, 2006 7:57 pm Subject: Possible? Pause script -> Resume after shutdown. |
Im not entirely interested in completely revamping my script, unless how to do it is sort of outlined But thank-you anyways. Gave me more ideas of what I could do.
I sort of thought of an altern ... |
Topic: Possible? Pause script -> Resume after shutdown. |
wiiox
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Sun Nov 05, 2006 6:57 am Subject: Possible? Pause script -> Resume after shutdown. |
I have a script that will probally be running for quite a few hours. However, I would like to periodically pause it. During that pause, I might do various things; for example shutdown my computer.
... |
Topic: Create list of consecutively numbered usernames |
wiiox
Replies: 2
Views: 134
|
Forum: Ask for Help Posted: Sat Nov 04, 2006 8:37 am Subject: Create list of consecutively numbered usernames |
Wow. So simple. I was trying to do all this complicated crap. I knew about the a_index factor from searching the forums, just wasn't sure how to apple.
I guess it was just a lack of an understandin ... |
Topic: Create list of consecutively numbered usernames |
wiiox
Replies: 2
Views: 134
|
Forum: Ask for Help Posted: Sat Nov 04, 2006 7:54 am Subject: Create list of consecutively numbered usernames |
Hey, I am quite new to AHK and was wondering if anyone could help me with something.
I am trying to create a list of usernames using a script. I want a set base text in each username, but after tha ... |
| |