On 01/25/2018 08:17 AM, Bob Sneidar via use-livecode wrote:
Thanks Mark.

I have a mainstack called Forms Generator. In the openStack handler in the card 
script of that stack, I open modally another substack called Login. This is so 
that no one can access the app without logging in first.

When I Save As Standalone, this Login stack opens (why I do not know, I assume the 
Standalone Builder is "walking" through the scripts) and when it does, the 
Standalone Builder stops dead in it's tracks waiting for the Login (opened modally if you 
recall) is dismissed.

Ah! This sounds familiar.
Do you have an openStack or preOpenStack handler in your login stack script? Those should go into the script of the first card instead. It sounds like your login stack is receiving an initialization message from the Standalone Builder.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to