Ok so we have changed couple of things in that version of Moonshine. Please go to project *Settings* -> *Run* and change Platform to -> *JS*
pt., 31 sty 2020 o 21:56 Paul Stearns <[email protected]> napisał(a): > Piotr: > > I now am using 9.7 Royale, and 2.6.0 Moonshine. The nature of the error > changed. It doesn't like what appears to be the first line of the first > module; > > : --targets=SWF > : -load-config+=obj/FlexComponentTestConfig.xml > : -locale=en_US > : -debug=true > : -o > : bin/Main.swf > : Loading configuration: > C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\frameworks\royale-config.xml > : Loading configuration: > C:\FlexComponentTest\obj\FlexComponentTestConfig.xml > : > : C:\FlexComponentTest\src\Main.mxml(2): col: 1 Error: This tag could not > be resolved to an ActionScript class. It will be ignored. > : > : <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > layout="absolute" > : ^ > : > : C:\FlexComponentTest\src\Main.mxml(2): col: 1 Error: This tag could not > be resolved to an ActionScript class. It will be ignored. > : > : <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > layout="absolute" > : ^ > : > : 4.4691854 seconds > > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > ------------------------------ > *From*: Piotr Zarzycki <[email protected]> > *Sent*: 1/31/20 2:51 PM > *To*: [email protected], Paul Stearns <[email protected]> > *Subject*: Re: Moonshine/Royale noob question. > Paul, > > You have two options you can setup Royale globally, so every project would > use that default. > > 1) Choose menu *File* -> *Settings *-> *Default SDK* -> *Change. *Next in > popup choose "+" button and point to "royale-asjs" folder in unzipped SDK. > 2) You can setup SDK for specific project right click on project Settings > -> Build Options -> Custom SDK -> Change - and follow above instruction in > the next steps. > > Are you using Windows or Mac ? > > Try also download Nightly Build of Moonshine - it contains many fixes and > it should be enough stable for development. > > pt., 31 sty 2020 o 20:34 Paul Stearns <[email protected]> napisał(a): > >> Piotr: >> >> I had right clicked & settings, but I didn't notice the left panel, which >> is grey and blended into the Projects, Useful Links, etc. I see it now. >> This is a criticism of the "flat" style of "responsive design" in general, >> not Moonshine but I find applications written using the flat no chrome gray >> scale design rather difficult to use. >> >> Regarding; >> >> I see that you have used Getting Started to download SDK, what is weird >> instead 0.9.6 you have there 0.9.4. Anyway try to download manually latest >> nightly build and use that. However I would first setup your test build >> with Flex SDK - try achieve that you are successfully building your >> application with Flex. >> >> I have downloaded & extracted apache-royale-0.9.7-bin-js, How do I make >> it so that Moonshine uses this instead of what it downloaded? >> >> Paul R. Stearns >> Advanced Consulting Enterprises, Inc. >> >> 15280 NW 79th Ct. >> Suite 250 >> Miami Lakes, Fl 33016 >> >> Voice: (305)623-0360 x107 >> Fax: (305)623-4588 >> >> ------------------------------ >> *From*: Piotr Zarzycki <[email protected]> >> *Sent*: 1/31/20 2:03 PM >> *To*: [email protected], Paul Stearns <[email protected]> >> *Subject*: Re: Moonshine/Royale noob question. >> Paul, >> >> Answering to your question inline. >> >> pt., 31 sty 2020 o 19:54 Paul Stearns <[email protected]> napisał(a): >> >>> I launched Moonshine 2.5.0. I installed all of the software it could >>> install. >>> >>> I pointed it at a project I had copied to the machine which works fine >>> under Flexbuilder 3. This is where I get into issues; My questions; >>> >>> >>> 1. Under Project, there is no Setup/Configure/Options to allow me to >>> change compiler settings or anything else. >>> >>> >> You can add additional compiler options under - right click on project >> *Settings* -> *Build options* -> *Additional compiler options. *You can >> specify there for example -debug=true etc. The same as you would specify in >> console. >> >> >>> >>> 1. Is there supposed to be a GUI for MXML files? >>> >>> >> No there is no GUI for MXML, but we have in future plans to add such >> stuff for Jewel module. >> >> >>> >>> 1. When I try to build the project I get; >>> >>> >> I see that you have used Getting Started to download SDK, what is weird >> instead 0.9.6 you have there 0.9.4. Anyway try to download manually latest >> nightly build and use that. However I would first setup your test build >> with Flex SDK - try achieve that you are successfully building your >> application with Flex. >> >> Next step would be configure project in a way that you are able to build >> successfully trough Royale - let me know once you achieve above. >> >> >>> >>> : Compiling FlexComponentTest >>> : Using Royale SDK: >>> "C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.4-bin-js\royale-asjs" >>> : WARNING: An illegal reflective access operation has occurred >>> : WARNING: Illegal reflective access by >>> com.google.common.base.internal.Finalizer >>> (file:/C:/MoonshineSDKs/Royale_SDK/apache-royale-0.9.4-bin-js/royale-asjs/lib/external/guava.jar) >>> to field java.lang.Thread.inheritableThreadLocals >>> : WARNING: Please consider reporting this to the maintainers of >>> com.google.common.base.internal.Finalizer >>> : WARNING: Use --illegal-access=warn to enable warnings of further >>> illegal reflective access operations >>> : WARNING: All illegal access operations will be denied in a future >>> release >>> : Unknown tag:compiler.targets >>> >>> >>> >>> >>> Paul R. Stearns >>> Advanced Consulting Enterprises, Inc. >>> >>> 15280 NW 79th Ct. >>> Suite 250 >>> Miami Lakes, Fl 33016 >>> >>> Voice: (305)623-0360 x107 >>> Fax: (305)623-4588 >>> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://www.patreon.com/piotrzarzycki >> <https://www.patreon.com/piotrzarzycki>* >> > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
