Re: [flexcoders] Best approach for Dynamic UI generation from XML...

2009-04-03 Thread Maciek Sakrejda
-Original Message- From: Ilam Mougy Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Best approach for Dynamic UI generation from XML... Date: Fri, 03 Apr 2009 12:31:07 - I have a task of dynamically generating Flex UI forms from XML. I am free

RE: [flexcoders] Best approach for Dynamic UI generation from XML...

2009-04-03 Thread Tracy Spratt
available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ilam Mougy Sent: Friday, April 03, 2009 8:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Best approach for Dynamic UI generation from XML... I have a task of dynamically generating Flex UI

[flexcoders] Best approach for Dynamic UI generation from XML...

2009-04-03 Thread Ilam Mougy
I have a task of dynamically generating Flex UI forms from XML. I am free to design the look of the XML to be whatever I like. Is there a best approach to this problem, other than iterating over the XML and one by one creating objects that maps to Flex UI elements? Thanks,