[flexcoders] Re: List dataProvider issue

2006-04-27 Thread Suzy Lawson
Thanks Gordon. Changing the class to dynamic also fixed it per a blog i found from your help. http://www.simb.net/blog/index.cfm/2006/4/19/Using-Flex-2-List-Controls-with-ColdFusion-Components --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Make ItemVO implement

RE: [flexcoders] Re: List dataProvider issue

2006-04-27 Thread Gordon Smith
: List dataProvider issue Thanks Gordon. Changing the class to dynamic also fixed it per a blog i found from your help. http://www.simb.net/blog/index.cfm/2006/4/19/Using-Flex-2-List-Controls- with-ColdFusion-Components --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Make

RE: [flexcoders] Re: List dataProvider issue

2006-04-27 Thread Matt Chotin
@yahoogroups.com Subject: RE: [flexcoders] Re: List dataProvider issue OK, but we recommend implementing IUID because non-dynamic objects are larger and slower than dynamic ones. It could be as simple as public class ItemVO { public var name : String; public var type : String; public function get uid