RE: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-23 Thread Olivier Dion
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 p

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-23 Thread Piotr Zarzycki
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

RE: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-23 Thread wkoch
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

Problems debugging the SDK from a few days ago

2020-09-23 Thread Maria Jose Esteve
Hi, does the same thing happen to someone when debugging? I don't see the code, instead a screen appears with the path to the class file, for example "jewel GroupBase.as": Could not load source 'f:\jenkins\jenkins-slave\712657a4\workspace\Royale\Royale-asjs\frameworks\projects\Jewel\src\mai

Re: Jewel Presentation Model properties proxied in TLC classes

2020-09-23 Thread Carlos Rovira
Hi just let you know that I removed from TLCs some methods that are really APIs from the corresponding Prensentation Models. Does not have sense to have those exposed in the main component API. Components affected (most of the time due to inheritance: - DataContainer - List - ButtonBar