Apache Royale is the successor of Adobe Flex. While Flex used MXML and ActionScript 3 to produce rich internet applications for Adobe Flash Player and AIR, Apache Royale uses the same programming language (AS3) and XML definition files to produce applications targeting different platforms, including HTML/JavaScript without any plugins.
Questions tagged [apache-royale]
65 questions
0
votes
1 answer
what is the equivalent concept in apache royale for flexmdi.swc , flexlib.swc
When I am migrating the flex to royale application , i am unable to implement the concept MDIWindow Concept in royale.
I am able to find in Visual Studio Code IDE the implementation
//Generated from:…

Naresh_Nalla
- 21
- 7
0
votes
1 answer
Definition mx.binding.utils.BindingUtils could not be found similar couple of imports not loading
I got chance to migrate Flex application to Apache Royale, able to run helloworld applications. started migrating Application, getting couple of exceptions. bellow is the one.
we are using…

Naresh_Nalla
- 21
- 7
0
votes
1 answer
How to find ArrayList length after filtered in apache royale
This code snippet is from TDJ List
…

choirulanam
- 67
- 4
0
votes
1 answer
What is current state of MX Emulation?
I confess that I didn't have much time to follow every release of Apache Royale but my question is: What is the state of Apache Royale MX Emulation ?
Can I convert and application with buttons, grids, alerts, etc ... ?
The skin was implemented or is…

Hugo
- 31
- 1
- 4
-2
votes
1 answer
How to convert from flex UI to apache roayle
I have Main.MXML file within that I have another view ReportTab.mxml(canvas is root tag for this page) under this one I have more another page RaviReport.mxml(canvas is root tag for this page) within this page I having formItem once I submit them I…

Ravikanth
- 7
- 3