Hi,
I was experimenting trying to get RemoteObject to proxy method calls.
so instead of doing
service.send("echo", [name_txt.text]);
be able to do:
service.echo(name_txt.text);
I tried with Proxy class
(org.apache.royale.utils.Proxy)
and implementing IEventDispatcher, but compiler throws error:
Call to a possibly undefined method echo through a reference with static
type RemoteObject.
It's possible to do something like this? what I'm missing?
This seems a little enhancement, but it would be cool if we get it in order
to be more near of the normal syntax we all have in our code bases.
thanks
--
Carlos Rovira
http://about.me/carlosrovira