Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
JBurger
- Junior Coder
- Posts: 33
- Joined: Wed Nov 12, 2003 7:16 pm
- Location: NY
Post
by JBurger » Thu Nov 04, 2004 3:32 pm
I'm trying to play with the new features in 7.3 I can't get the ask timout to work. I'm I doing something wrong?
Let>ASK_TIMEOUT=10000
Ask>Script will start in 10 seconds.,AskResult
If>AskResult=YES,Go,NoGo
Label>Go
Message>Run!!!
Goto>Fin
Label>NoGo
Label>Fin
That should bring up a dialog box. Ask for input and timout in ten seconds, defaulting to yes. What I'm I missing? The above, when I run it never times out. Hitting the button manualy works fine.
Thanks
-Joe
-
Captive
- Macro Veteran
- Posts: 213
- Joined: Sun Oct 20, 2002 8:37 pm
- Location: Colorado, USA
Post
by Captive » Sat Nov 06, 2004 12:10 am
Confirmed, the same happens to me. The "Ask" dialog doesn't close in 10 seconds. Even setting it to a lower value (like 10 or 1) doesn't work.
-
Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
-
Contact:
Post
by Bob Hansen » Sat Nov 06, 2004 12:35 am
Also confirmed, version 7.3.01.
Note that INPUT_TIMEOUT does work in same code replacing ASK function with Input function, and mofdifying as necessary.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
JBurger
- Junior Coder
- Posts: 33
- Joined: Wed Nov 12, 2003 7:16 pm
- Location: NY
Post
by JBurger » Mon Nov 08, 2004 3:33 pm
Good. I thought it was me.