64 questions
0
votes
1
answer
43
views
How to inject a bean in a view with Crux
From the Apache Royale documentation about Crux, it seems a bean can be injected into any view added to the display list.
Yet, when I try to have a bean injected in a view other than the Application ...
0
votes
1
answer
102
views
How to play an mp3 with Apache Royale
All is in title.
Is there an easy way to play an mp3 and/or show a basic mp3 player (track / play /pause) ?
0
votes
1
answer
155
views
Using images from SWC libraries in Apache Royale 0.9.8
We are working on a migration project using Apache Royale and the project contains plenty of SWC files that contains JPG and PNG images.
We have been trying to use them directly from the libs but ...
0
votes
0
answers
201
views
Apache Royale and JDK 8 compatibility
I'm trying to create an Apache Royale project with Java back end.
I've used in my pom blazeds-spring-boot-starter but I have a compatibility issue about the JDK compatibility in org.springframework....
0
votes
1
answer
93
views
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
0
votes
2
answers
140
views
Apache Royale Jewel How to use ScrollableSectionContent into ScrollableSectionContent?
I have something like this :
<j:initialView>
<j:ResponsiveView>
<j:ApplicationMainContent width="100%" selectedContent="ssc1">
<j:...
0
votes
1
answer
67
views
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 <j:TextArea> when hitting return key ? (actualy it seems ignoring it).
SDK used is 0.9.8#2556
Regards
0
votes
1
answer
71
views
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 ...
0
votes
1
answer
90
views
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:
&...
0
votes
2
answers
586
views
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." ...
0
votes
1
answer
148
views
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\...
0
votes
0
answers
98
views
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
...
0
votes
2
answers
102
views
How to control the indicator gap on an Apache Royale Jewel form?
I have a simple form:
<j:Form id="myForm3" x="720 "y="120" height="100" width="300">
<j:FormItem label="data24">
&...
0
votes
1
answer
150
views
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 ...
0
votes
1
answer
384
views
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 =...