Supress Standalone Builder Warnings

Bob Sneidar bobsneidar at iotecdigital.com
Fri May 3 12:39:35 EDT 2024


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



More information about the use-livecode mailing list