RE: Work on Emulation

2018-06-18 Thread Alina Kazi
Hi Alex, Below given flash API’s are used by D-Biz Library Project and Main Application Project. Do I also need to emulate all these API’s ? flash.utils.Dictionary; flash.utils.IExternalizable; flash.display.DisplayObject; flash.display.Bitmap; flash.display.CapsStyle;

Re: Work on Emulation

2018-06-18 Thread Alex Harui
Hi Serkan, You can look at the mx-manifest.xml and spark-manifest.xml in the frameworks folder of a Flex SDK to determine which emulation classes go in those manifests or in MXRoyaleClasses.as or SparkRoyaleClasses.as HTH, -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date:

Re: Work on Emulation

2018-06-18 Thread Serkan Taş
Thank you Alex, I think i missed this detail. Maybe someone has already answered the question but i need to ask again. How may I decide which classes are for MXML which are not ? thanx, serkan 11.06.2018 08:43 tarihinde Alex Harui yazdı: Hi Serkan, Yes, it looks like those classes were

Re: Jewel Themes

2018-06-18 Thread Carlos Rovira
Hi Ale, I think theme compiler option can be chained with a "," can you try to write "theme":,," ? If this don't work hope others using IDEs can give some clue here thanks Carlos 2018-06-18 11:49 GMT+02:00 Ale : > Hi Carlos, > > The line in the /asconfig.json/ file (compilerOptions) is: > >

Re: Jewel Themes

2018-06-18 Thread Ale
Hi Carlos, The line in the /asconfig.json/ file (compilerOptions) is: /"theme": "${royalelib}/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css"/ Thanks, Ale -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Jewel Themes

2018-06-18 Thread Ale
Hi! I saw a thread discussing how to import Jewel themes in an IDE and I managed to "import" a theme using the compiler option /"theme"/ in VSCode. What I want to know is how can I use several themes like a primary one, a secondary one and emphasized one like I see it's used in Jewel Example