Curry Kenworthy wrote:

> Richard:
>
>  > Any way to abort this?:
>  > on mouseUp
>  >    repeat
>  >      answer "Hi"
>  >    end repeat
>  > end mouseUp
>
> There is a good chance of succeeding if you hold down Enter
> continually to actuate the dialog OK while clicking rapidly
> on the toolbar Property Inspector icon. If the Inspector
> appears, you can use it to select your button, edit the script,
> add a breakpoint, "OK" and then stop the script. It's also
> possible to open the Message Box this way or (for slightly
> different code) turn off messages. Depending on the exact
> code and situation it may take a while to get back control but
> it's nice when it works!

The loop's too tight, can't access anything other than the answer dialog's OK button, after which it appears again.

Know of any trick for getting Ctrl-. to work for this in LC as it does in other xTalks?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to