I just pushed Moonshine IDE project file for examples/mxroyale/RemoteObjectAMFTest example. Please pull changes from Royale repository [1]. Open in Moonshine folder of project using menu File -> Open/Import project. Try to build with newest nightly build of Royale.
Carlos, In this example we have to main file App.mxml and App_Jewel.mxml - VSCode asconfig.json is configured to build with App.mxml and I did configure Moonshine with that file as well. Let me know if something should be configured differently. [1] https://github.com/apache/royale-asjs/tree/develop/examples/mxroyale/RemoteObjectAMFTest Thanks, Piotr czw., 24 wrz 2020 o 02:28 wkoch <[email protected]> napisaĆ(a): > Still no luck. I'm trying to go very slow and use a dumbed down version of > the example. I'm getting > > * Could not find file for class: mx.messaging.channels.AMFChannel > : Error: File not found: mx.messaging.channels.AMFChannel* > > SDK is pointed at > /C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs/ > > I see the AMFChannel.as in > > /royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\messaging\channels/ > but the compiler isn't finding it..... > > Here's the code: > > > <j:Application xmlns:f="http://ns.adobe.com/mxml/2009" > xmlns:b="library://ns.apache.org/royale/basic" > xmlns:j="library://ns.apache.org/royale/jewel" > xmlns:h="library://ns.apache.org/royale/html" > xmlns:accessories="org.apache.royale.html.accessories.*" > xmlns:local="*" > initialize="appInit()" > > <b:ApplicationDataBinding /> > <b:ContainerDataBinding /> > <b:ClassAliasBead /> > <f:Script> > > </f:Script> > <f:Declarations> > <b:SimpleRemoteObject id="service" destination="SecureColdFusion" > source="basemap.CFC.MIS_Lists" fault="onFault(event)" /> > </f:Declarations> > > > I can't figure out what to set to make it compile. > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki
