FYI, I added AMFStorage because I don’t think it should be necessary to have an MX dependency just for that.
I changed “flush” to “save” because I think that’s more descriptive. mx Storage should probably use AMFStorage under the hood, but for now it’s probably “good enough”. This page should probably be updated: https://apache.github.io/royale-docs/features/loading-external-data/localsharedobject <https://apache.github.io/royale-docs/features/loading-external-data/localsharedobject> > On Feb 11, 2020, at 7:51 PM, Harbs <[email protected]> wrote: > > Thanks. I was meaning to get to that today, but work got in the way… ;-) > >> On Feb 11, 2020, at 5:17 PM, Carlos Rovira <[email protected]> wrote: >> >> Hi Harbs, >> just mixed the router branch and added Network to the Storage pom. >> all is building right :) >> >> El lun., 10 feb. 2020 a las 21:22, Harbs (<[email protected]>) escribió: >> >>> I started working on link 2. It will need proper editing when I’m done but >>> it should contain the pertinent info. >>> >>>> On Feb 10, 2020, at 10:10 PM, Andrew Wetmore <[email protected]> >>> wrote: >>>> >>>> Hi, @Harbs <mailto:[email protected]> . Is the feature "Router" or >>> "Routing"? I presumed "Routing", the way the Flex feature was "deep >>> linking". There is a page for its documentation here [1], and I can rename >>> it if I guessed wrong about the feature name. >>>> >>>> There is also a step on routing in the basic tutorial waiting to be >>> completed [2]. I can work on that if you can provide material for the first >>> page I mentioned. >>>> >>>> >>>> >>>> Andrew >>>> >>>> [1] >>> https://github.com/apache/royale-docs/blob/master/features/routing.md < >>> https://github.com/apache/royale-docs/blob/master/features/routing.md> >>>> >>>> [2] >>> https://github.com/apache/royale-docs/blob/master/create-an-application/application-tutorial/routing.md >>> < >>> https://github.com/apache/royale-docs/blob/master/create-an-application/application-tutorial/routing.md >>>> >>>> On Mon, Feb 10, 2020 at 9:03 AM Harbs <[email protected] <mailto: >>> [email protected]>> wrote: >>>> I have reworked Router in the feature/router branch to be more PAYG and >>> I think it ended up more expressive and powerful. >>>> >>>> Router can be declared with different behavior beads to handle different >>> routing needs. >>>> >>>> There’s currently: >>>> StateRouting which automatically has two way syncing of the state and >>> the route. >>>> ComponentRouting which automatically adds and removes components based >>> on the route. >>>> ParameterRouting which executed functions depending on the specified >>> parameters. >>>> Title is handled in a bead too. >>>> >>>> >>>> I still need to finish the following: >>>> 1. Catch hash links and redirect without reloading the window. There’s a >>> skeleton bead for this, but it’s not yet functional. >>>> 2. Sub-hash routing which scrolls to a specific window position based on >>> hash. >>>> >>>> I’m open to other suggestions. >>>> >>>> I believe the branch is ready to merge, but I’m not sure if Maven will >>> currently build (specifically because I changed Storage and it now relies >>> on Network and in turn Reflection). If one of the Maven folks could >>> confirm, I’d appreciate it. >>>> >>>> Thanks, >>>> Harbs >>>> >>>> >>>> -- >>>> Andrew Wetmore >>>> >>>> http://cottage14.blogspot.com/ <http://cottage14.blogspot.com/> >>>> >>>> >>>> >>>> >>> >>> >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >
