Re: [flexcoders] Instantiating uncompiled MXML at runtime in flex

2007-05-15 Thread John Robinson
Do you have an example of the xml? Does it have actionscript in it, or is it just laid out components? Laying out components is easy... figuring out and running AS is quite a bit more difficult. I've done some experiments with loading pseudo-mxml at runtime and displaying it, but there are

[flexcoders] Instantiating uncompiled MXML at runtime in flex

2007-05-13 Thread Austin Kottke
Anyone have any ideas on how to take an entire Panel that is just an xml file and then load this in flex 2 and then have it instantiate it? This is not a compiled SWF using the Modules package in flex, but just a simple xml file. I've done this with a Tree Control where I loaded in the xml and