Supress Standalone Builder Warnings
Bob Sneidar
bobsneidar at iotecdigital.com
Fri May 3 12:44:10 EDT 2024
Also, isn’t the problem that when opening a stack Livecode detects the stack being opened has the same name as one already in memory?
Bob S
> On May 3, 2024, at 9:39 AM, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Hi Curry.
>
> I use a Splash Stack which then opens what I call the mainStack. Should I put this in the closeStack of the splash stack or the main stack?
>
> Bob S
>
>
> On May 3, 2024, at 8:38 AM, Curry Kenworthy via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Simplest way – In card 1 of main stack to build:
>
> on closestack
> --- curryk 2020 no-purge LC build:
> if the environment is "development" then
> lock messages
> --- and only if add'l main stack issues:
> try
> # delete stack "XYZ"
> end try
> end if
> end closestack
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list