You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/07/18 15:34:27 UTC

[GitHub] [royale-asjs] lmarevaloa opened a new issue #434: How do I call a RemoteObject method from Apache Royale?

lmarevaloa opened a new issue #434: How do I call a RemoteObject method from Apache Royale?
URL: https://github.com/apache/royale-asjs/issues/434
 
 
   I need is to add more than one method to the RemoteObject.
   
   Using the example as3, but adding one more method, how would this look in Apache Royale?
   <mx:RemoteObject id="Server" destination="Server" source="gb.informaticasystems.Server" fault="handler_backendCommunicationFails(event)" >
     <mx:method name="executeQuery" result="handler_fetchDataRequestSuccess(event)"/>
     <mx:method name="getData" result="handler_getDataSuccess(event)"/>
   </mx:RemoteObject>
   
   
   Someone has a similar example but in Apache Royale??

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services