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
Standalone substack not visible - SOLVED
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Standalone substack not visible - SOLVED
Last edited by jawall on Wed Nov 06, 2013 7:29 pm, edited 1 time in total.
Re: Standalone substack not visible
SOLVED
In my openstack handler I had to replace
with
In my openstack handler I had to replace
Code: Select all
close stack "revtools" -- hide the tools palette
Code: Select all
if there is a stack "revtools" then close stack "revtools" -- hide the tools palette