Re: How to create application states dynamically?

2019-10-21 Thread Alex Harui
IMO, Binding is independent from states. Even if you took out all of the states, if you had a binding from a non-public property, there is no way to get that to work dynamically at runtime (at least, not without a ton of work). You should be able to generate bindings for public properties so

Re: How to create application states dynamically?

2019-10-21 Thread Ramazan Ergüder Bekrek
After looking how the compiler generates MXML states as suggested by Alex I've discovered some important details... Let's say that I have these two UI component in my main UI. The class that is generated automatically is this: https://pastebin.com/dg93hAQv As you can see also the class has

Re: Future proof Flex/Flash apps.

2019-10-21 Thread Carlos Rovira
Hi Alex, thanks for the URLs. I'll change in website this night or tomorrow, as I can get the time. El lun., 21 oct. 2019 a las 9:48, Alex Harui () escribió: > Nightly build of TDF migration to Royale is here: > > >

Re: Future proof Flex/Flash apps.

2019-10-21 Thread Alex Harui
Nightly build of TDF migration to Royale is here: http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/TourDeFlexMigration/lastSuccessfulBuild/artifact/examples/mxroyale/tourdeflexmodules/bin/js-debug/index.html It might break from time to time, so let us know if it is broken. The initial