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
Apache Royale : how to show Handcursor over Jewel Label?
Is there a way to show Handcursor when mouse go over a j:Label ?
(equivalent of buttonMode="true" useHandCursor="true" ).
Regards

Fred
- 399
- 3
- 12
0
votes
2 answers
Apache Royale Jewel How to use ScrollableSectionContent into ScrollableSectionContent?
I have something like this :
…

Fred
- 399
- 3
- 12
0
votes
1 answer
Apache Royale Jewel TextArea : how to have a carriage return ? (for text to go to a new line)
Is it possible to have a carriage return (for text to go to a new line) in the when hitting return key ? (actualy it seems ignoring it).
SDK used is 0.9.8#2556
Regards

Fred
- 399
- 3
- 12
0
votes
1 answer
Apache Royale : what is Jewel DataGrid rowHeight property equivalent on SDK 0.9.8#2556
I moved from SDK 0.9.7 to SDK 0.9.8#2556 to be "up to date".
It seems that rowHeight property on Jewel Datagrid is no longuer available.
I didn't find how to set default row height. (I want all my row having 64 pixels height).
Does I need a bead or…

Fred
- 399
- 3
- 12
0
votes
1 answer
Equivalent of parent parentDocument from flex
I must turn a Flex code into an Apache Royale one but in my research, there is on attribute for which i dont find the equivalent.
In Flex, to call an actionScipt function from a parent mxml, I have:

Tellimi
- 89
- 10
0
votes
2 answers
Royale-Apache Error: "This tag could not be resolved to an ActionScript class. It will be ignored."
I'm a NewBie with Royale-Apache, When I'm running "helloWorld" program.
But I don't know why error: "This tag could not be resolved to an ActionScript class. It will be ignored." away show when I run mxmlc src/hello.mxml(I use…

Lê Trọng Tùng
- 39
- 7
0
votes
1 answer
apache royale command line Error: unknown configuration variable js-dynamic-access-unknown-members
I am trying to build tour de jewel sample project,
downloaded from: nightly build number #1861
I'am using Visual Studio Code.
But can not build with termainal message :
Executing task: C:\ProgramData\Oracle\Java\javapath\java.exe -jar …

choirulanam
- 67
- 4
0
votes
0 answers
Apache royale read file javascript in project
Good morning, I have a project with apache royale jewel at the moment I have a problem since I need to access js functions
I have on the route
src \ resources
jewel-index-template.html
jsencrypt.js
Inside the jewel-index-template.html add some…
0
votes
2 answers
How to control the indicator gap on an Apache Royale Jewel form?
I have a simple form:
…

wrkoch
- 29
- 4
0
votes
1 answer
Target attribute for a form post in Apache Royale
Is there a way to set the target attribute to post form data to using Apache Royale? We are attempting to minimize the impact on migrating from Flex to Royale with the Flash Player retirement. I can't use a BrowserWindow("URL", target) because this…
0
votes
1 answer
ReferenceError: BlobPropertyBag is not defined
I used the apache royal 0.9.7 stable to implement a feature to display pdf from server.
Here is a sample code:
var byteCharacters:String = unescape(encodeURIComponent(pdfData));
var byteNumbers:Array = new Array(byteCharacters.length);
for (var…

Hadi
- 1
- 1
0
votes
1 answer
Recode Flex URLRequest and navigateToURL form emulation to Royale JS
I have a bunch of Flex pages I need to convert to get rid of the flash player and have been unable to see how to replicate this code just using the javascript.
The Flex code gathers up data and sends it in a POST to a Cold Fusion page in another…

wrkoch
- 29
- 4
0
votes
1 answer
Apache Royale Jewel TabBar / SectionContent onShow or valueCommit Event like in sdk 0.9.8?
I have something similar to this :
...

Fred
- 399
- 3
- 12
0
votes
2 answers
Flex to Apache Royale migration
i have a large scale Application in Flex and i now want to migrate from Flex to Apache Royale.I have zero experience in Apache Royale, in fact i just heard about it few days ago. I need help in migration i already read the documentation of apache…

Sohail Abdul Khaliq
- 11
- 4
0
votes
1 answer
Apache Royale : addEventListener / removeEventListener best practice
In Flex, the best practice when using a addEventListener was to call removeEventListener to avoid memory leak and/or event to be called twice if component could be created many times (like popups)
So addEventListener was mainly used in addedToStage…

Fred
- 399
- 3
- 12