Search found 84 matches

by winstein
Thu Dec 06, 2012 2:40 pm
Forum: Beginners
Topic: Perform action if WaitWindowOpen took too long to wait
Replies: 2
Views: 5983

I didn't think of this. This is OK for me.

Thanks for the tip!
by winstein
Wed Dec 05, 2012 4:19 am
Forum: Beginners
Topic: Perform action if WaitWindowOpen took too long to wait
Replies: 2
Views: 5983

Perform action if WaitWindowOpen took too long to wait

Is there any way for the scheduler to perform an action (such as, say, skip that step) if the WaitWindowOpen didn't detect any window for a long time? This also applies to other forms of waiting where the scheduler needs to wait for certain things to perform something.

Thanks for reading.
by winstein
Wed Dec 05, 2012 1:45 am
Forum: Beginners
Topic: User-selected or Universal Directory
Replies: 2
Views: 4517

Thanks for the help! I appreciate it!
by winstein
Mon Dec 03, 2012 2:15 am
Forum: Beginners
Topic: User-selected or Universal Directory
Replies: 2
Views: 4517

User-selected or Universal Directory

Is there any way for users to select a directory, in order for the program to work in another computer? If not, is there a way to input a universal directory, such as say, Documents or Desktop (regardless of the user's PC)?

Thanks for reading.
by winstein
Wed Nov 28, 2012 3:22 am
Forum: Beginners
Topic: Cancelling a running script
Replies: 4
Views: 7953

Rain wrote:Try...

Code: Select all

OnEvent>KEY_DOWN,VK115,0,Shutdown

SRT>Shutdown
  Exit>1
END>Shutdown

This works! Thank you!
by winstein
Tue Nov 27, 2012 10:47 am
Forum: Beginners
Topic: Perform a function if the program can't continue
Replies: 2
Views: 6011

Perform a function if the program can't continue

Is it possible to perform a function or command automatically if the scheduler is idle (as in, it will wait for something to open, but cannot due to some problem)? I might need to do this because there may be times when nothing will happen in the program, and so it should move on rather than leave i...
by winstein
Tue Nov 27, 2012 7:48 am
Forum: Beginners
Topic: Cancelling a running script
Replies: 4
Views: 7953

Thanks for the help, which is always welcomed, but what I was basically asking is to end the script without the need to press anything (the example you gave requires that I need to press something). Also, I checked that using the Goto label is not encouraged, so I used the Skip Label one. Oh well, I...
by winstein
Mon Nov 26, 2012 4:17 pm
Forum: Beginners
Topic: Creating functional "boxes" in the script
Replies: 2
Views: 9015

Creating functional "boxes" in the script

Here's something I would like to implement. If the script did not manage to do what is intended, meaning that it goes out of sync, how do I make the program skip that particular section to another line (and continue as usual)? Basically, what I am saying is, I want to create something like parts wit...
by winstein
Mon Nov 26, 2012 4:01 pm
Forum: Beginners
Topic: Cancelling a running script
Replies: 4
Views: 7953

Cancelling a running script

If I want to cancel the script while in the middle of it, what should I do? I attempted the Shift+Esc code within the script, but no luck, even though the icon mentioned that you could press said key combo to cancel it. What is the best way to do this?

Thanks for reading.
cron
Sign up to our newsletter for free automation tips, tricks & discounts