Hi there,

 

I have an MXML Component in a sub folder of the Flex (2.0 Alpha) root.

 

\MainApp.mxml

\dialogs\LoginDialog.mxml

 

The class Flex generates will be dialogs.LoginDialog.mxml

 

In MainApp.mxml I want to use a state to add this dialog dynamically. If LoginDialog.mxml would reside in the same folder as MainApp.mxml I could simply type:

 

<mx:AddChild … >

            <myspace:LoginDialog … />

</mxAddChild>

 

How do I do this with LoginDialog.mxml in a subdirectory?

 

Regards

RR

 



--
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




Reply via email to