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: FourthWorld, heatherlaine, Klaus, kevinmiller

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

I killed my stack

Post by magice » Mon Jan 28, 2013 6:43 am

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 » Mon Jan 28, 2013 7:05 am

Ignore this, I found the "Suppress messages" option. Thank god that is there.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: I killed my stack

Post by Klaus » Mon Jan 28, 2013 2:21 pm

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 » Mon Jan 28, 2013 5:36 pm

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