systemsforge wrote:
> Just wondering, is it possible to completely programmatically generate
> all interface elements at runtime in Flex (i.e. do you HAVE to have
> any compile time MXML or can you dynamically generate your entire UI
> on the fly using AS if you so wish).

You sure can, matter of fact -- as I understand it -- mxml files are all 
converted to AS before compilation, so you don't compile mxml ever 
anyways. So logically, anything you can do in mxml, you can do in AS.

You can have a look at the generated AS if you use the compiler option 
-keep-generated-actionscript


hth
Ben

Reply via email to