Hi Joanne, The TodoMVC example has a good and clean implementation of a bottom link bar that goes to different states (that could be pages) and is also using Routing to reflect it in the browser address bar.
https://twitter.com/ApacheRoyale/status/1229476550866821120 Also we have two versions, and I think it is a very good learning material. Just using Jewel: https://github.com/apache/royale-asjs/tree/develop/examples/jewel/todomvc And other that adds Crux to the mix: https://github.com/apache/royale-asjs/tree/develop/examples/crux/todomvc-jewel-crux <https://github.com/apache/royale-asjs/tree/develop/examples/jewel/todomvc> Maybe if you are learning first one would be better. Then you can progress to Crux version to get all the benefits. Carlos El sáb., 18 jul. 2020 a las 18:01, joanneseneque (<[email protected]>) escribió: > Thanks for the examples. I will have a look at them. > > Joanne > > > > Sent from my Samsung Galaxy smartphone. > > > -------- Original message -------- > From: Piotr Zarzycki <[email protected]> > Date: 18/07/2020 17:46 (GMT+04:00) > To: [email protected] > Subject: Re: Help: New application in royale > > 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 Alina Kazi <[email protected]> wrote: > >> 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 >> View is loaded in App.mxml startup file. >> >> You can also see examples in crux >> >> Hope this helps. >> >> Alina Kazi >> >> >> On Sat, 18 Jul 2020, 5:47 pm SENEQUE CRAIG THIERRY, < >> [email protected]> wrote: >> >>> 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 types of applications ? >>> Modules , views ? >>> >>> I am looking at the examples in royale-asjs but can't seem >>> to find something like requested above. >>> >>> Thanks. >>> >>> Joanne >>> >> -- Carlos Rovira http://about.me/carlosrovira
