Page 1 of 1

AutoClick with answer button

Posted: Wed Oct 03, 2007 3:30 pm
by alessandropisoni
My problem is:
I have one answer box with one button "Ok" . I want that this answer show for 3 seconds and after this time hide without click the button "ok".
This is possible?
Thanks

Posted: Wed Oct 03, 2007 3:48 pm
by FourthWorld
This can be done with the built-in answer dialog, but it would be a bit tricky, requiring that you trap the preOpenStack message and check that the stack opening is the answer dialog, perhaps also checking a global to trigger this behavior while not triggering it other times. In short, a lot of work.

Probably much simple to make this dialog custom, and just use the modal command to display it.