Hey guys,
I want to create a child of Panel through script. When a child needs to be created, I do the following
function createPanelChild()
{
var child = "components.category_" + childID;
this.createChild( child, "category" );
}
This code runs inside Panel file. Is it the wrong way of doing it?
Thanks
Agha Mehdi
IDT - eBusiness Program Manager
Work: 408.284.8239
Fax: 408.284.2766
--
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

