Re: More Standalone Building Weirdness...

2020-08-14 Thread JeeJeeStudio via use-livecode
What if you unload it. Turn messages off. Load your stack and build it right away. Does that work? Op vr 14 aug. 2020 17:25 schreef Paul Dupuis via use-livecode < use-livecode@lists.runrev.com>: > The stack where building a Windows Standalone just stays on "Attaching > Engine..." forever had no '

Re: More Standalone Building Weirdness...

2020-08-14 Thread Paul Dupuis via use-livecode
The stack where building a Windows Standalone just stays on "Attaching Engine..." forever had no 'closeStack' handlers at all. I added the following: on closeStack -build close issue-- if the environment is "development" and \ there is a stack "revStandalo

Re: More Standalone Building Weirdness...

2020-08-13 Thread Richard Gaskin via use-livecode
The Standalone Builder really needs to be a separate process. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.comhttp://www.

Re: More Standalone Building Weirdness...

2020-08-13 Thread JeeJeeStudio via use-livecode
Put this in every stack you build, and i mean the "build close issue" part in the on closeStack Handler It was in one of the release notes. Maybe that is holding your build to complete on shutdownRequest answer question "Are you sure you want to stop?" with "Y" or "N" if it is "Y" then

More Standalone Building Weirdness...

2020-08-12 Thread Paul Dupuis via use-livecode
I have a stack that when I build into a Windows Standalone (only Windows) in LC 9.6.0 under Windows, the dialog that says "Attaching Engine..." never finishes. The Standalone gets built and runs properly, but the "Attaching engine..." dialog in the building process never finishes (waiting over