How to launch an app invisible?

Jeff Massung massung at gmail.com
Tue Jun 1 13:54:37 EDT 2010


Untested, but could you just put this in the first card of the main stack:

on preOpenStack
   if the environment is not "development" then
      hide this stack
   end if
end preOpenStack

Jeff M.



More information about the use-livecode mailing list