|
That's not really the way
that flex works. You don't create mxml on the fly. What you can do
is create an extensible component that reads some sort of configuration, and
dynamically adds elements on the fly, using the addChild method. This way
you can dynamically add any kind of component at runtime, whether it is a
textbox, radio button, or custom component. -Andy
From: [email protected] on
behalf of Pramod Sent: Tue 8/8/2006 7:17 AM To: [email protected] Subject: [flexcoders] Dynamically Create a MXML file Hi, -- 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
YAHOO! GROUPS LINKS
__,_._,___ |
- [flexcoders] Dynamically Create a MXML file Pramod
- RE: [flexcoders] Dynamically Create a MXML file Andrew Trice
- RE: [flexcoders] Dynamically Create a MXML file Tracy Spratt

