[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-09 Thread Mark
Thanks Harish. mark --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan [EMAIL PROTECTED] wrote: Alternatively, you can call createComponentsFromDescriptors(); after adding the controlBar as the child, by doing this we do not need to bother about the order in which the children are

Re: [flexcoders] Re: Missing the ControlBar on my panel...

2006-10-08 Thread Harish Sivaramakrishnan
Alternatively, you can call createComponentsFromDescriptors(); after adding the controlBar as the child, by doing this we do not need to bother about the order in which the children are added to the base container. ThanksHarishOn 10/6/06, Mark [EMAIL PROTECTED] wrote:

[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-06 Thread Mark
Okay, I worked with it for several hours before posting, but of course 20 minutes after I ask the question I get the answer from collegue. Even though I had set the protected property equal to an instance of ControlBar I still need to add the control bar as a child:

[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-06 Thread Mark
Thanks Dan. mark --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: controlBar does not seem to be automatically added as a child within the Panel class. You need to do it explicitly at the end of createChildren(). And as a preemptive reminded, make sure controlBar