Re: [flexcoders] Diagnosing a TypeError #1034 with RSLs

2011-11-02 Thread Alex Harui
Try dumping ObjectUtil.toString() on the object in question. On 11/2/11 1:51 PM, "Nigel Magnay" wrote: It's just passing classes that are constructed in the normal way; - mycorp-flex-xreader rsl defines public class XReader { ... public function XReader(reflectionProvider:ReflectionP

[flexcoders] HttpService error handling

2011-11-02 Thread Sells, Fred
I'm using Flex 4.1 with a django backend. Django provides a really useful HTML error traceback when it fails. Currently I then have to manually insert the offending url into the browser url to see the error details when debugging. That's a pain. I would like to subclass HttpService to provide

Re: [flexcoders] Diagnosing a TypeError #1034 with RSLs

2011-11-02 Thread Nigel Magnay
It's just passing classes that are constructed in the normal way; - mycorp-flex-xreader rsl defines public class XReader { ... public function XReader(reflectionProvider:ReflectionProvider) {} where public interface ReflectionProvider { ... } public class ASReflectionProvider implements Re

Re: [flexcoders] Diagnosing a TypeError #1034 with RSLs

2011-11-02 Thread Alex Harui
What is the code doing? If it is trying to find a class definition by name and can’t that might be the issue. On 11/2/11 12:21 PM, "Nigel Magnay" wrote: I've just been updating our build to use the latest Flexmojos 4.1-beta, and to use RSL versions of the 4.5.1 flex framework. To do th

RE: [flexcoders] Error comparing bitmapData

2011-11-02 Thread Philip Smith
So apparently this error is as a result of comparing bitmap from images of different sizes. To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Tue, 1 Nov 2011 22:54:27 + Subject: [flexcoders] Error comparing bitmapData I'm get

[flexcoders] Diagnosing a TypeError #1034 with RSLs

2011-11-02 Thread Nigel Magnay
I've just been updating our build to use the latest Flexmojos 4.1-beta, and to use RSL versions of the 4.5.1 flex framework. To do this, I've included all the dependencies in a manual, correct order, so that the RSL load order is correct. I've even manually added entries to get the correct default

[flexcoders] 3rd party RSLs ?

2011-11-02 Thread Nigel Magnay
Would I be correct in saying that any RSLs that my SWF uses must be compiled with (exactly) the same version of the SDK ? I have an SWC that I'm using as an RSL rather than linking directly, and it's bombing out with VerifyError: Error #1053: Illegal override of getPollSyncMessageResponder in mx.