[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Although it isn't clear in my example, I am extending mx.rpc.remoting.mxml.RemoteObject, but I still reveive the errors. -Mike --- In flexcoders@yahoogroups.com, Pedro Sena [EMAIL PROTECTED] wrote: Hi, Be sure you are extending the mx.rpc.remoting.mxml.RemoteObject instead of extending

[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Sounds interesting, but I'm communication from flex to java (via blazeds :) --- In flexcoders@yahoogroups.com, Simon Bailey [EMAIL PROTECTED] wrote: Just in case your doing something already done here http://www.nutrixinteractive.com/blog/?p=124 On 4 Jul 2008, at 17:20, mbhoisie wrote:

[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Interesting suggestion, but if I try that, I still get the following error: Could not resolve components:method to a component implementation. I've almost concluded that if you want to extend RemoteObject, you simply cannot use mx:method, because it's special cased in the compiler. -Mike