Page 1 of 1

Standalone substack not visible - SOLVED

Posted: Wed Nov 06, 2013 6:04 pm
by jawall
Sirs,

I usually don't build standalones, but this time I want it. Problem is I have a substack that in the course of script is made visible and invisible sometimes. In the standalone it never shows. I have no experience with the standalone builder. Do you have any hints or ideas?

Thank you
Jürgen

Re: Standalone substack not visible

Posted: Wed Nov 06, 2013 7:28 pm
by jawall
SOLVED

In my openstack handler I had to replace

Code: Select all

close stack "revtools" -- hide the tools palette
with

Code: Select all

if there is a stack "revtools" then close stack "revtools" -- hide the tools palette