Re: Problem with Basic.swc or operator error?

2020-10-08 Thread Piotr Zarzycki
Wonderful! :) Good luck with farther exploration :) Let us know how it goes. czw., 8 paź 2020 o 04:00 Piotr Grudzinski napisał(a): > Hi Piotr, > > I've installed the latest nightly build of Royale and now the errors are > gone. > > Thanks, > Piotr > > On Wed, Oct 7, 2020 at 12:22 PM Piotr Grudzi

Re: Moonshine Debug build giving different results from Release Build

2020-10-08 Thread wkoch
Problem was resolved. I hadn't added the -js-dynamic-access-unknown-members=true compiler option -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-08 Thread wkoch
Follow-up to the issue. I removed the registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);. I had read somewhere I needed it -- my mistake. I put my code into a brand new project and rebuilt everything (including the files on my web server). Now it binds as expected. I'm guessin

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-08 Thread Carlos Rovira
Hi Warren, you had this wrong line: registerClassAlias('org.apache.royale.collections.ArrayList', ArrayList); that has no sense. The right one you shuold use: registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); Since you want to use ArrayList with Jewel. If you were using emul

HelloWorld.js in js-release is empty.

2020-10-08 Thread Piotr Grudzinski
Hello all, I've built the HelloWorld example with Flash Builder 4.7 and Royale 0.9.8 (Oct 7). The application from js-debug works fine. In js-release the HelloWorld.js is empty. Seems that I've missed something? Regards, Piotr

Re: HelloWorld.js in js-release is empty.

2020-10-08 Thread Carlos Rovira
Hi, have you setup "debug" to false, so release version could be created? El jue., 8 oct. 2020 a las 15:48, Piotr Grudzinski () escribió: > Hello all, > > I've built the HelloWorld example with Flash Builder 4.7 and Royale 0.9.8 > (Oct 7). > The application from js-debug works fine. In js-releas

Re: HelloWorld.js in js-release is empty.

2020-10-08 Thread Piotr Grudzinski
Hello Carlos, With Flash Builder, running the build creates the debug versions of swf and js - both are functional. To create the release build the Export Release Build command is used. It creates the functional swf. The js version is not working - the HelloWorld.js is empty. So swf and js behave

Re: HelloWorld.js in js-release is empty.

2020-10-08 Thread Piotr Zarzycki
Piotr, Try one of the IDE which supports officially Royale? Moonshine IDE or VSCode. Next post here console output so we could help. Thanks, Piotr On Thu, Oct 8, 2020, 6:26 PM Piotr Grudzinski wrote: > Hello Carlos, > > With Flash Builder, running the build creates the debug versions of swf >

Re: HelloWorld.js in js-release is empty.

2020-10-08 Thread Carlos Rovira
As Piotr says, please you need to provide more info about how you're doing. There are many ways to use Royale (Maven, ANT, VSCode, Moonshine,...) Also Flash Builder is not really supported since it was an IDE discontinued by Adobe 10 years ago (at least I can't say much more about it since I left