I killed my stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller

Post Reply
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

I killed my stack

Post by magice »

Ok so apparently the repeat loop that I included in the openStack sequence has a problem. Now it locks up when i open it. I stupidly forgot to save a backup copy. Does anyone know if there is a way to open a stack in the ide without running the openStack scripts?
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: I killed my stack

Post by magice »

Ignore this, I found the "Suppress messages" option. Thank god that is there.
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: I killed my stack

Post by Klaus »

Hi Magic,

you can also use the messagebox (or any script):
...
lock messages; go stack "path/to your/stack/here.rev"
...
That's what "Suppress Messages" does :D


Best

Klaus
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: I killed my stack

Post by magice »

Klaus wrote:Hi Magic,

you can also use the messagebox (or any script):
...
lock messages; go stack "path/to your/stack/here.rev"
...
That's what "Suppress Messages" does :D


Best

Klaus
Thank you, I can see where that could come in handy.
Post Reply