-
https://github.com/apache/royale-compiler/blob/6f75df78d08d3c4a7f81a8d25d96b978972ee480/compiler/src/main/java/org/apache/royale/compiler/internal/scopes/ASScopeCache.java#L224-L232
Double-Checked …
-
I just tried installing `royale-js-swf` with
```
npm install @apache-royale/royale-js-swf -g
```
and I got the following:-
```
$ npm install @apache-royale/royale-js-swf -g
npm WARN deprecated …
-
[Screencast_20240713_002117.webm](https://github.com/user-attachments/assets/0008f6b9-a8e8-4075-af6d-34067feb76a5)
Cannot rename a variable if it is declared in "for each in", but if you rename v…
-
[INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern) @ royale-typedefs-js ---
[INFO] Executing COMPC in tool group Royale with args: [-load-config=C:\tools\ro…
-
Most of the links are broken for asDoc pages: under mx.controls.* related pages.
Few of them are working and few not. Pasted few of those not working. Most of them are not working. Please check
ht…
-
I traced the problem to here:
In CruxManager, there's the following code:
` public static var wiredViews:Map = new Map();`
That gets compiled to:
````
org.apache.royale.crux.CruxManager.get_…
Harbs updated
4 years ago
-
I need is to add more than one method to the RemoteObject.
Using the example as3, but adding one more method, how would this look in Apache Royale?
Someone has a similar example bu…
-
hello
I am working on migrating Adobe Flex project to Javascript. I installed the binary version of Apache Royale. I tried running the mxmlc on one of my .mxml file. It gave me error
Internal er…
-
- I cannot launch Apache Royale Browser (Jewel) Project using Mozilla Firefox because I'm getting the error:
```
: Project Build Successfully.
: Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.…
-
Hi,
After several hours to try differents tests cases the following code thrown an _**Cannot set property 'html' of undefined**_ on `a j:Label` and I don't understand why.
**MonComptePanel.mxml…