Yves, sorry for slow reply... I've written a custom itemrenderer for a list component, but the proxy instance (when dnd'ed) has to look different from the instance of itemrenderer which is actually dnd'ed. The proxy uses same class and receives same data object as item in list... so is there a possibility to set a property only for the proxy instance, or get a property to distinguish proxy from an instance actually in the list ?
thomas --- http://www.web-attitude.fr/ msn : [email protected] softphone : sip:[email protected] <sip%[email protected]> téléphone portable : +33601 822 056 2009/5/25 Yves Riel <[email protected]> > > > You'll have to be a little bit more specific. What are you trying to > achieve? You can listen to any drag event in any controls and do custom > actions. > > ------------------------------ > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *thomas parquier > *Sent:* Sunday, May 24, 2009 4:57 PM > *To:* [email protected] > *Subject:* [flexcoders] list itemrenderer > > Hi, > > Is there a possibility to do some code differently in a drag proxy instance > of itemRenderer ? > > thomas > --- > http://www.web-attitude.fr/ > msn : [email protected] > softphone : sip:[email protected] <sip%[email protected]> > téléphone portable : +33601 822 056 > >

