Re: Help: New application in royale

2020-07-18 Thread joanneseneque
Thanks for the examples. I will have a look at them.JoanneSent from my Samsung Galaxy smartphone. Original message From: Piotr Zarzycki Date: 18/07/2020 17:46 (GMT+04:00) To: users@royale.apache.org Subject: Re: Help: New application in royale Hi Joanne,In case of Jewel

Re: Help: New application in royale

2020-07-18 Thread Piotr Zarzycki
Hi Joanne, In case of Jewel you have example as part of Royale [1] . You can also check real world application written with Jewel and PureMVC [2] - registration is free. [1] https://royale.apache.org/tourdejewel/ [2] https://x.prominic.net/MyAccount Thanks, Piotr On Sat, Jul 18, 2020, 3:17 PM

Re: Help: New application in royale

2020-07-18 Thread Alina Kazi
Hi, If you just want to load a module(as we used to load in Flex) See this simple example: Main File : https://paste.apache.org/f6eab Module File : https://paste.apache.org/ozn0c Regards Alina Kazi On Sat, 18 Jul 2020, 5:47 pm SENEQUE CRAIG THIERRY, wrote: > Hi, I am starting a new

Re: Help: New application in royale

2020-07-18 Thread Alina Kazi
Hi Joanne, If you're creating your application with mx and spark components https://github.com/apache/royale-asjs/tree/develop/examples/mxroyale/tourdeflexmodules/src/spark/modules And if you are using JewelUI. See examples here https://github.com/apache/royale-asjs/tree/develop/examples/jewel

RE: Help: New application in royale

2020-07-18 Thread Yishay Weiss
Hi, Are you looking for routing that will be stored in the browser’s history? If that’s the case I think you might want to take a look at BrowserRouter [1]. I am not aware of a public example of how to use this, so I hope others who have used it can offer some info, if you can’t figure it out

Help: New application in royale

2020-07-18 Thread SENEQUE CRAIG THIERRY
Hi, I am starting a new application in Apache Royale, where I need to have a login screen, then re-direct the logged user to a home page, and then to other "views" based on links on this home page. Are there existing examples of this kind of application yet ? What is best suited for these