Page 1 of 1

I killed my stack

Posted: Mon Jan 28, 2013 6:43 am
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?

Re: I killed my stack

Posted: Mon Jan 28, 2013 7:05 am
by magice
Ignore this, I found the "Suppress messages" option. Thank god that is there.

Re: I killed my stack

Posted: Mon Jan 28, 2013 2:21 pm
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

Re: I killed my stack

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