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.

65 questions
6
votes
0 answers

How can I configure IntelliJ to work with Apache Royale

I'm starting to set up a workspace in IntelliJ to work with Royale. I've managed to do the same in Visual Studio Code and also in Moonshine IDE. So far no luck in IntelliJ. Any help would be appreciated.
Dany Dhondt
  • 881
  • 9
  • 27
3
votes
2 answers

How to use AMFPHP with Apache Royale

I have an issue on using SimpleRemoteObject. (sdk 0.9.6) My actual website is using this code to call remote function with Amfphp :
Fred
  • 399
  • 3
  • 12
3
votes
2 answers

How to disable CORS on Chrome when using visual studio code and using AMF on Apache Royale

As now my interest goes using Remote Object with Apache Royale to communicate with my server with Amfphp, I struggle with CORS. My first attempt to use SimpleRemoteObject was an error like this : Access to XMLHttpRequest at…
Fred
  • 399
  • 3
  • 12
2
votes
1 answer

sources assets files in js-debug missing with visual studio code on Apache Royale

I use visual studio code and setup it following theses instructions : https://github.com/apache/royale-asjs/wiki/Visual-Studio-Code Everythings worked fine. For now I deleted bin folder in main project, and when launch debug, then bin and js-debug…
Fred
  • 399
  • 3
  • 12
2
votes
2 answers

How can I get horizontal scrolling in Jewel List to make it behave as a DataGrid?

I have jewel list with custom itemRenderer. My goal is using it as datagrid since datagrid is not available in jewel.
2
votes
1 answer

How to create a big header in Apache Royale

I'd like to create a coloured header with a 100% width and centered text + logo in it. Which (Jewel) component should I use? I've looked into the examples in the GitHub repo but can't find something that resembles this. Any help would be…
Dany Dhondt
  • 881
  • 9
  • 27
2
votes
1 answer

Jewel textinput disable or readonly at runtime

How to set a jewel text input disable / readonly at runtime ? Why my code below not working? how to set up ?
2
votes
1 answer

Integration of FullCalendar into Apache Royale

I'd like to start a Apache Royale Project which needs Calendar/Scheduler functionality. I have been working a lot with FullCalendar which is a great library. Would it be possible to integrate FullCalendar in Royale and if so, how should I do it?
2
votes
1 answer

What's the difference between id and localId in Apache Royale?

In Apache Royale we can identify objects with "id" and "localId" properties. The problem is to know why we have two ways of doing the same apparently.
Carlos Rovira
  • 507
  • 2
  • 11
2
votes
3 answers

What's the difference between Apache Royale and React, Angular, Vue?

I'm a React developer and bumped into this new technology. On the website, I found some interesting stuff. Can someone clarify where Royale differs from other Application frameworks such as React, Angular or Vue?
Dany Dhondt
  • 881
  • 9
  • 27
1
vote
0 answers

How to play a mp4 video with Apache Royale?

All is in the title. I didn't see a VideoDisplay in SDK. So must I wrap a javascript videoplayer (https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/) or is there other method ? Is there a way to specify compiler/or API…
Fred
  • 399
  • 3
  • 12
1
vote
1 answer

issue with material-icons : no picture icon on Apache Royale

I want to use an icon image like in TourDeJewel, but when I use this code then the text "MENU" is showing instead of icon picture. (sdk 0.9.6)
Fred
  • 399
  • 3
  • 12
1
vote
1 answer
1
vote
1 answer

How to center childs in a layout on Apache Royale?

I search for a easy and efficient way to center all childs in a container using basic package. (Because mixing basic and jewel layouts leads to some unwanted sides effects) Must I use CSS, beads ? If both are usable what is difference and can I have…
Fred
  • 399
  • 3
  • 12
1
vote
3 answers

How do I get the Application Width/Height based on Browser Height/Width

I am trying to dynamically change the positioning of the Components on my app. Is there a way I can invoke a resize eventlistener every time the user changes the size of his/her browser window?
Bash
  • 23
  • 2
1
2 3 4 5