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 on

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

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 David's).  

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! ;) g 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 screen

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 mwie...@ahsoftware.net wrote: on startup -- the startup message is only

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.