You know guy.. you could have saved a really big company many millions I understand you are doing this freely…. A year ago we were close to version 1.0, where are we now? and franlly, there is no way I can port me 1.5million lines of code for flex 3.5 product to whatever apache or royale at this point. You got the CSS right, you don’t have any big company shit going on… You would have spent time on a real advanceddatagrid and maybe we would not be in this condition.. where are you at and what are the next steps… feels like this project is just going to die.. Die like flash and whatever folks think this means…
Whover is not happy with this statement, I prove you wrong to tell and show me the contrary.. Probably worth millions if you can do it, just saying.. From: Piotr Zarzycki <[email protected]> Sent: Thursday, September 24, 2020 1:50 AM To: [email protected] Subject: Re: [EXTERNAL] Re: How to set up a remote object (JS) [EXTERNAL] 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<https://hes32-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fapache%2froyale%2dasjs%2ftree%2fdevelop%2fexamples%2fmxroyale%2fRemoteObjectAMFTest&umid=30c284cb-90b0-4562-9c76-a11795b9e398&auth=a3b3241658f0ddb98a3a4cffadf6aaf732573a8c-71551e45c4276f85d389804fe0beedfdda894a3b> Thanks, Piotr czw., 24 wrz 2020 o 02:28 wkoch <[email protected]<mailto:[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<http://ns.apache.org/royale/basic>" xmlns:j="library://ns.apache.org/royale/jewel<http://ns.apache.org/royale/jewel>" xmlns:h="library://ns.apache.org/royale/html<http://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
