royale-asjs
royale-asjs copied to clipboard
Apache Royale ASJS
In Flex ``` ; myXml.attribute("a")[0] = "2"; trace(myXml.toXMLString()); } ]]> ``` Traces `` But in Royale ``` ; myXml.attribute("a")[0] = "2"; trace(myXml.toXMLString()); } ]]> ``` Outputs ``
Initial thoughts: There is some code in TLF/src/main/royale/org/apache/royale/textLayout/dummy but that seems to be just placeholder code. Initial thoughts: The use case for this is more general beyond TLF. This could...
Attached is both a Flex reference example (which works) and the current royale emulation of the same, which demonstrates the issues. Also see the commit discussion thread at: https://github.com/apache/royale-asjs/commit/acab343f73b939bb3b28a13f9142cba4f799104a (It...
https://github.com/apache/royale-asjs/wiki/Royale-website-requirements does not mention not using cookies/trackers etc: https://privacy.apache.org/faq/committers.html
In this app ``` , ]; arr.sortOn(["@label"]); trace(((arr[0] as XML).@label).toString()); } ]]> ``` I would expect the trace output to be 'a' (as it is in Flex), but instead it...
Hi there, this is a general question. Any insight appreciated. I used to be skilled at as3 + mxmlc back in those times of Flash/Flex glory and I'm happy to...
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi, Based on TDJ, setting an height for FooterBar in mxml make an issue on layout : ``` ... ``` the quick fix is to set the height in css...
1. ContainerDataBinding mxml 2. 3. The DataGridOptions bead it's a bead to dynamically add buttons to the Jewel DataGrid 4. Result: Data binding is not working. Workaround (tested): 1. public...
Dear Apache Royale team , Is there any sftp client library for ActionScript 3.0?