Title: RE: [flexcoders] Create Panel Child

Thanks Manish, that worked. Except that the controls are not showing now.

This is how my mxml looks.

<mx:Form width="500" xmlns:mx="http://www.macromedia.com/2003/mxml">
        <mx:FormItem label="Organization">
                <mx:HBox>
                        <mx:CheckBox label="64K x 36" width="80" toolTip="64K x 36"/>
                        <mx:CheckBox label="128K x 36" width="80" toolTip="128K x 36"/>
                        <mx:CheckBox label="256K x 36" width="80" toolTip="256K x 36"/>
                </mx:HBox>
                <mx:HBox>
                        <mx:CheckBox label="512K x 36" width="80" toolTip="512K x 36"/>
                </mx:HBox>
        </mx:FormItem>

</mx:Form>

When I load this file normally, it loads fine but when I load it with CreateChild method, it strips out the checkboxes. Is there anything else I need to be careful about?

Thanks

Agha Mehdi
IDT - eBusiness Program Manager

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani
Sent: Monday, August 08, 2005 10:56 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Create Panel Child

On 8/8/05, Mehdi, Agha <[EMAIL PROTECTED]> wrote:

> var cat1:category_12345 = category_12345; (can this be in any part of the
> application?)

Yes, any part of the application that is linked in.  Put it into a
separate .as file and include it using the Script element.

 <mx:Script source="MyDependencies.as" />

> var catID = "category_12345";
> createChild( catID, "", {...} );
>
> Is this how I need to structure it?

Yes, but catID needs to be the fully-qualified class name (including
the package name).  See my previous email for how I'm using the Bar
class.

Manish


------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="" href="http://us.ard.yahoo.com/SIG=12h9pskm4/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123531027/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org" TARGET="_blank">http://us.ard.yahoo.com/SIG=12h9pskm4/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123531027/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org

">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~->

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Computer software testing Macromedia flex Development
Software developer


YAHOO! GROUPS LINKS




Reply via email to