Open stack in "safe" mode
Jim Ault
JimAultWins at yahoo.com
Sat Apr 15 00:49:12 EDT 2006
On 4/14/06 9:23 PM, "Robert Sneidar" <bobs at twft.com> wrote:
> Well I figured this out pretty quickly. I put this into a button of a
> new stack:
>
> on mouseUp
> answer file "Edit the script of this stack:"
> put it into myStack
> edit the script of stack myStack
> end mouseUp
>
> and then removed the offending code. All's well. :-)
A way could be
--the multi-line message box
set the lock messages to true
go stack problemStack
--or in the multi-line message box
answer file "Edit the script of this stack:"
edit the script of stack myStack
HTH
Jim Ault
Las Vegas
More information about the use-livecode
mailing list