Calvin-

Saturday, January 15, 2011, 3:55:15 PM, you wrote:

> Hi,

> I need some guidance of the LC parlance when making objects 
> visible/invisible on start up.  I've tried some experiments, but nothing
> works.

Hmmm... startup of a standalone app or startup in the IDE? In the
script of the first card of the stack (not in the stack script itself)
you can do the following:

on startup
  -- the startup message is only sent to standalone apps
  -- make some things invisible
  -- set the visible of someObject to false
  -- set the visible of group lotsOfObjects to false
end startup

on preOpenStack
  -- this one works in the IDE
  -- make some things invisible
end preOpenStack

-- 
-Mark Wieder
 mwie...@ahsoftware.net


_______________________________________________
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