Skip to main content

Questions tagged [apache-royale]

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.

apache-royale
0 votes
0 answers
12 views

Unable to find this components 1.ColorPicker & 2.List with Drag and Drop functionality in Apache Royale

Unable to find ColorPicker in Apache Royale and I found this component colorpicker form mx controls https://royale.apache.org/asdoc/index.html#!mx.controls/ColorPicker but this mx controls are not ...
venkatesh venky's user avatar
0 votes
1 answer
34 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 ...
duTr's user avatar
  • 714
0 votes
1 answer
88 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) ?
Fred's user avatar
  • 399
0 votes
1 answer
133 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 ...
Piltsen's user avatar
  • 171
0 votes
0 answers
185 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....
Joe Taras's user avatar
  • 15.3k
0 votes
1 answer
58 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
Fred's user avatar
  • 399
0 votes
2 answers
120 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:...
Fred's user avatar
  • 399
0 votes
1 answer
59 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
Fred's user avatar
  • 399
0 votes
1 answer
60 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 ...
Fred's user avatar
  • 399
0 votes
1 answer
82 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: &...
Tellimi's user avatar
  • 109
0 votes
2 answers
535 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." ...
Lê Trọng Tùng's user avatar
0 votes
1 answer
135 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\...
choirulanam's user avatar
0 votes
0 answers
88 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 ...
Andres Noboa's user avatar
0 votes
2 answers
80 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"> &...
wrkoch's user avatar
  • 29
0 votes
1 answer
139 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 ...
MOBRONCOS's user avatar

15 30 50 per page
1
2 3 4 5