|
Zener Wanderer
Joined: 31 May 2004 Posts: 54 Location: USA
|
Posted: Fri Jun 25, 2004 8:42 am
#YESNO, Auto-Select? |
Is there a way to make a trigger that will automatically press Yes or No? I know there are WAY easier paths to go about executing #YESNO commands and such, but I am just curious.
~Zener |
|
|
|
geniusclown Magician
Joined: 23 Apr 2003 Posts: 358 Location: USA
|
Posted: Fri Jun 25, 2004 8:47 pm |
The point of having the #YESNO command and %yesno function is to prompt for user input. If this isn't what you want, then you should use another means.
What is it you're trying to do? |
|
|
|
Threndil Newbie
Joined: 09 Jan 2006 Posts: 9 Location: Guatemala
|
Posted: Sat Mar 17, 2012 1:36 pm |
This is an old thread, but it's exactly what I was trying to find as well.
I've made an alarm system and when it finishes ringing it snoozes, asking me 'snooze for 5 minutes?' using the %yesno function.
Is there a way to make it pick 'yes' #IF I haven't answered in X amount of time? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Mar 17, 2012 3:16 pm |
No such way.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Threndil Newbie
Joined: 09 Jan 2006 Posts: 9 Location: Guatemala
|
Posted: Sun Mar 18, 2012 12:44 am |
Bummer. Thanks anyway.
|
|
|
|
bothkill Apprentice
Joined: 13 Mar 2005 Posts: 125 Location: Bucharest
|
Posted: Tue Mar 20, 2012 6:40 am |
Maybe if you describe in more detail what you want to achieve, we will be able to find a solution to it by other means.
As a workaround, I'm thinking of using a combination of buttons/alarms/variables (but no YESNO dialog windows).
Instead of having a YESNO window, you could use a button that changes colour when you're supposed to choose snooze.
Using a timer (alarm/wait) and checking on the variable (which is modified either by pressing the button or at the end of this timer script) you could launch the snooze automatically. |
|
|
|
|
|