close the answer dialog from script

Mark Schonewille m.schonewille at economy-x-talk.com
Fri Aug 24 07:05:14 EDT 2007


Hi Eric,

I tried it and it works. Thanks for this nice and simple solution.

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.com

Quickly extract data from your HyperCard stacks with DIFfersifier.  
http://differsifier.economy-x-talk.com


Op 24-aug-2007, om 13:01 heeft Eric Chatonet het volgende geschreven:

> Hi Paolo,
>
> You can use the usual answer dialog and have not to build your own:
>
> on mouseUp
>   send "CloseAnswerDialog" to me in 4 seconds
>   answer "You are great"
> end mouseUp
> --------------------------
> on CloseAnswerDialog
>   close stack "Answer Dialog"
> end CloseAnswerDialog
>




More information about the use-livecode mailing list