Re: [flexcoders] good examples of dynamic rendering

2007-06-05 Thread Mark Doberenz
Yeah, but they can be a bit slow regarding rendering time. If you can get away with doing a List and setting it's ItemRenderer to a Component, it may get you what you want also. This is the way I try to do things since I heard that Repeaters are slow rendering-wise...

Re: [flexcoders] good examples of dynamic rendering

2007-06-05 Thread Tom Chiverton
On Monday 04 Jun 2007, Derrick Anderson wrote: > am i correct in thinking that this must happen all in actionscript since it > is dynamic in nature? mx:Repeater may do what you want ? -- Tom Chiverton Helping to centrally engineer magnetic e-business on: http://thefalken.livejournal.com ***

[flexcoders] good examples of dynamic rendering

2007-06-04 Thread Derrick Anderson
does anybody know where i can see some examples of dynamic rendering? that might be a noob term, i'm not sure. let's say that my application let's the user create survey questions to be asked to a contact. On the contact profile i need to display questions and form controls based on what is se