terminate script from keyboard

Springer, Paul paul.springer at sensis.com
Fri May 21 08:40:20 EDT 2004


OK, here was the situation I originally had the problem with; I have added
one line to Chipp's script. How would you stop this?

on mouseUp
   repeat 100000 times
     put "hello" & cr after fld 1
     answer "hello"
   end repeat
end mouseUp

-Paul

-----Original Message-----
From: Chipp Walters [mailto:chipp at chipp.com] 
Sent: Friday, May 21, 2004 6:14 AM
To: How to use Revolution
Subject: Re: terminate script from keyboard

Hi Xavier!

I just built a test stack with a single button and a single fld on 
Windows XP.

In the button script I put:

on mouseUp
   repeat 100000 times
     put "hello" & cr after fld 1
   end repeat
end mouseUp

I can interrupt the script by pressing Ctrl-period

-Chipp


_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


More information about the use-livecode mailing list