[EMAIL PROTECTED] wrote:

I tried “AllowInterrupts” it didn’t allow me to break in, even when I put it into the offending handler.

It's a global property, you set it once and forget about it. Put this into the message box:

  set the allowinterrupts to true

After that, command-period should allow you to break into any script and stop it. The property will be persisitent for the entire session.

If you are using the latest release of 2.7.4, then the allowInterrupts should be set to true automatically by the IDE, and doing the above won't change anything. But if you are using the last release before this one, it shipped with this property set to false and command-period didn't work. Setting it in the message box will fix it.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to