Standalone substack not visible - SOLVED

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jawall
Posts: 31
Joined: Wed Sep 12, 2012 1:43 pm

Standalone substack not visible - SOLVED

Post by jawall » Wed Nov 06, 2013 6:04 pm

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
Last edited by jawall on Wed Nov 06, 2013 7:29 pm, edited 1 time in total.

jawall
Posts: 31
Joined: Wed Sep 12, 2012 1:43 pm

Re: Standalone substack not visible

Post by jawall » Wed Nov 06, 2013 7:28 pm

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

Post Reply