I killed my stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
I killed my stack
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
Ignore this, I found the "Suppress messages" option. Thank god that is there.
Re: I killed my stack
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
Best
Klaus
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

Best
Klaus
Re: I killed my stack
Thank you, I can see where that could come in handy.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![]()
Best
Klaus