[flexcoders] Re: Casting down an object

2009-11-02 Thread jer_ela
Do you need A class objects (ie ones w/o the C property) in your app? If not just add the C property to the A class. It should still be converted correctly. If you still need the A class, add an exportAsB method to create a B class equivelent. --- In flexcoders@yahoogroups.com, bnsmeets

[flexcoders] Re: Casting down an object

2009-11-02 Thread droponrcll
--- In flexcoders@yahoogroups.com, bnsmeets bensme...@... wrote: Hi all, I'm wondering if it is possible to 'hack' some sort of downcasting into AS3. The context is, that I am using a generated webservice proxy from Flex 3, and want to be able to add custom (extra) properties to the