[flexcoders] ItemRenderer returns empty Object instead of encapsuled data.

2008-08-18 Thread florian.salihovic
I have two instances of mx:controls::List. Both use the same ItemRenderer. A TypeError occours, when i drop one item from one List into the other List. Instead of the encapsuled type (an instance of an interface, typed to the interface) just an empty Ombject instance is returned. I

RE: [flexcoders] ItemRenderer returns empty Object instead of encapsuled data.

2008-08-18 Thread Alex Harui
: [flexcoders] ItemRenderer returns empty Object instead of encapsuled data. I have two instances of mx:controls::List. Both use the same ItemRenderer. A TypeError occours, when i drop one item from one List into the other List. Instead of the encapsuled type (an instance of an interface, typed