Re: Setting visibility on start up

2011-01-17 Thread Bob Sneidar
Check preOpenStack. I think in this handler you should be setting up all your environment stuff. Remember to pass it though when you are done. Bob On Jan 15, 2011, at 3:55 PM, Calvin Waterbury wrote: > Hi, > > I need some guidance of the LC parlance when making objects visible/invisible > o

Re: Setting visibility on start up

2011-01-15 Thread Mark Wieder
william- Saturday, January 15, 2011, 6:33:19 PM, you wrote: > preOpenStack works in both the IDE and in a standalone while "on startup" > only works when compiled to a standalone? That's good to know. I wonder why > any one would use startup? I parse commandline arguments there for a standalone

Re: Setting visibility on start up

2011-01-15 Thread william humphrey
preOpenStack works in both the IDE and in a standalone while "on startup" only works when compiled to a standalone? That's good to know. I wonder why any one would use startup? On Sat, Jan 15, 2011 at 8:10 PM, Mark Wieder wrote: > on startup > -- the startup message is only sent to standalone

Re: Setting visibility on start up

2011-01-15 Thread David C.
> Hi David C., > > Would this mean for start up I would code in the stack script... > > on openStack >    set the visible of button "YourButton" to true >    set the visible of field "MyField" to true > end openStack > > Am I on the right track? > > Thanks, > Calvin As Mark mentioned, there are so

Re: Setting visibility on start up

2011-01-15 Thread Mark Wieder
Calvin- Saturday, January 15, 2011, 4:13:48 PM, you wrote: > Hi Mark, > I was referring to "standalone," but I got a bonus on this one! ;) part of the bonus is that the startup and preopenstack are both sent before the stack is visible, so you don't have to worry about any flashing on the scre

Re: Setting visibility on start up

2011-01-15 Thread Calvin Waterbury
Hi Mark, I was referring to "standalone," but I got a bonus on this one! ;) Thanks, Calvin Mark Wieder Saturday, January 15, 2011 6:10 PM Calvin- Saturday, January 15, 2011, 3:5

Re: Setting visibility on start up

2011-01-15 Thread Calvin Waterbury
Hi David C., Would this mean for start up I would code in the stack script... on openStack set the visible of button "YourButton" to true set the visible of field "MyField" to true end openStack Am I on the right track? Thanks, Calvin --

Re: Setting visibility on start up

2011-01-15 Thread Mark Wieder
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 fir

Re: Setting visibility on start up

2011-01-15 Thread David C.
> 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. > > FYI - for anyone that is interested, I *really* learned a lot from Mark's > presentation/chat (I couldn't get good video consistently on Davi

Setting visibility on start up

2011-01-15 Thread Calvin Waterbury
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. FYI - for anyone that is interested, I *really* learned a lot from Mark's presentation/chat (I couldn't get good video consistently on David's). A