[GitHub] [royale-asjs] mzamoun-veolia commented on issue #1061: ERROR : royale-framework-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: Not

2021-01-23 Thread GitBox
mzamoun-veolia commented on issue #1061: URL: https://github.com/apache/royale-asjs/issues/1061#issuecomment-766162201 Thanks @carlosrovira ; it is a good solution :) This is an automated message from the Apache Git

[GitHub] [royale-asjs] yishayw commented on issue #1062: Skinning

2021-01-23 Thread GitBox
yishayw commented on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-766110149 SinnbalbleContainer is implemented but not SkinnableComponent. So button skinning would not work. In the app I am currently porting I have created buttons based on the skin mxml

[GitHub] [royale-compiler] yishayw closed issue #176: >> 0 added to result in mx.collections.ListCollectionView

2021-01-23 Thread GitBox
yishayw closed issue #176: URL: https://github.com/apache/royale-compiler/issues/176 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [royale-compiler] yishayw commented on issue #176: >> 0 added to result in mx.collections.ListCollectionView

2021-01-23 Thread GitBox
yishayw commented on issue #176: URL: https://github.com/apache/royale-compiler/issues/176#issuecomment-765902478 Yes, right shifting by 0 cannot be the cause. Wonder why I was getting -2. I'll see if I can figure it out. Thanks, Josh.

[GitHub] [royale-asjs] Bilbosax opened a new issue #1063: Scaling SVG Graphics with Actionscript

2021-01-22 Thread GitBox
Bilbosax opened a new issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063 So in my older Flex apps, I use Rectangles as backgrounds for my Groups so that I can have a background color. Now that I am trying to convert to Royale in the browser, I have to account for the

[GitHub] [royale-asjs] Bilbosax opened a new issue #1062: Skinning

2021-01-22 Thread GitBox
Bilbosax opened a new issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062 I need to create some graphical button in Royale and wondered if there was a way to do skinning yet? https://apache.github.io/royale-docs/features/styles-skins-themes At this link, the

[GitHub] [royale-asjs] mzamoun-veolia commented on issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
mzamoun-veolia commented on issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059#issuecomment-765648744 yes, it will be better :) This is an automated message from the Apache Git Service. To respond to

[GitHub] [royale-asjs] carlosrovira commented on issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
carlosrovira commented on issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059#issuecomment-765624246 there's no motive, we need to clean that from the distribution script and left just one :) This is an

[GitHub] [royale-asjs] carlosrovira commented on issue #1061: ERROR : royale-framework-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: Not al

2021-01-22 Thread GitBox
carlosrovira commented on issue #1061: URL: https://github.com/apache/royale-asjs/issues/1061#issuecomment-765621763 Hi, I saw you already got build with maven. I use to build all with (mac style command script): ```

[GitHub] [royale-asjs] mzamoun-veolia commented on issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
mzamoun-veolia commented on issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059#issuecomment-765621221 Question: why we have the script mxmlc in bin and in js/bin ? This is an automated message from the

[GitHub] [royale-asjs] mzamoun-veolia commented on issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
mzamoun-veolia commented on issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059#issuecomment-765620583 Yes , I ve just do "mvn clean install" in royale-asjs/distribution/ : and I got it :) Thanks

[GitHub] [royale-asjs] carlosrovira commented on issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
carlosrovira commented on issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059#issuecomment-765619133 Hi, maven create artifacts in .m2 for mxmlc you need to create a distribution (that is the name of a SDK in maven). I think you already created since I see another issue,

[GitHub] [royale-asjs] mzamoun-veolia opened a new issue #1061: ERROR : royale-framework-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: Not

2021-01-22 Thread GitBox
mzamoun-veolia opened a new issue #1061: URL: https://github.com/apache/royale-asjs/issues/1061 In royale-asjs, when I execute the command : ./mvnw install -P with-examples,with-distribution,with-ui-testsuite,option-with-swf

[GitHub] [royale-compiler] joshtynjala commented on issue #176: >> 0 added to result in mx.collections.ListCollectionView

2021-01-22 Thread GitBox
joshtynjala commented on issue #176: URL: https://github.com/apache/royale-compiler/issues/176#issuecomment-765551645 When I run `0 >> 0` in a JS REPL, I get 0. I think that localIndex.length must be -2 already, for some reason.

[GitHub] [royale-asjs] jmegonzalez opened a new pull request #1060: Update TextInput.as

2021-01-22 Thread GitBox
jmegonzalez opened a new pull request #1060: URL: https://github.com/apache/royale-asjs/pull/1060 Fixed issue when value is "true" the readOnly attribute is set to "true", instead of "false". This is an automated message

[GitHub] [royale-asjs] mzamoun-veolia opened a new issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-22 Thread GitBox
mzamoun-veolia opened a new issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059 the compilation est OK, but there is no file of name mxmlc.jar !? here is the result of the compilation : [INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:

[GitHub] [royale-typedefs] chrisdutz commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
chrisdutz commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765367920 I think it might be an idea to build with a clean maven local repo ... cause if the js files were fetched while there were "issues" on the site they were fetched from, then

[GitHub] [royale-typedefs] chrisdutz edited a comment on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
chrisdutz edited a comment on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765363745 I just checked, it's using Maven 3.6.3 instead of 3.6.0 and the maven-wrapper 0.5.6 instead of 0.5.2 ... so not really sure why there should be a difference ... and it

[GitHub] [royale-typedefs] chrisdutz commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
chrisdutz commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765363745 I just checked, it's using Maven 3.6.3 instead of 3.6.0 and the maven-wrapper 0.5.6 instead of 0.5.2 ... so not really sure why there should be a difference ... and it adds

[GitHub] [royale-typedefs] chrisdutz commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
chrisdutz commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765361968 Well actually by running "mvn -N io.takari:maven:wrapper" you'll create/recreate the maven-wrapper ... not sure what's the difference. I do know that I added some of the files

[GitHub] [royale-typedefs] carlosrovira commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
carlosrovira commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765351810 thanks @mzamoun-veolia for posting! Hi @chrisdutz can you take a look at this? This is an

[GitHub] [royale-compiler] yishayw opened a new issue #176: >> 0 added to result in mx.collections.ListCollectionView

2021-01-22 Thread GitBox
yishayw opened a new issue #176: URL: https://github.com/apache/royale-compiler/issues/176 If you look at ListCollectionView.js you'll see ``` mx.collections.ListCollectionView.prototype.get__length = function() { if (this.localIndex) { return (this.localIndex.length)

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-22 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765311226 I got the solution : add in pom.xml : org.apache.maven.plugins maven-site-plugin

[GitHub] [royale-typedefs] carlosrovira commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
carlosrovira commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764792676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764764166 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-typedefs] carlosrovira commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
carlosrovira commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764870878 Hi, no, the build is working right. Many of us use it daily (my first thing in the day is to sync repos and build maven and ant to ensure all continues to work ok). I'm on

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764803299 remind that one of the error is : \royale-typedefs\js\target\generated-sources\externc\functions\Symbol.as(8): col: 57 Erreur▒: Le type est introuvable ou n▒est pas

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764800781 Just Remarque: in js/target/downloads/es3.js , there is something like : /** * @param {string=} opt_description * @return {symbol} */ function

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764799746 same error with jdk 8: mvn -version Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Apache Maven 3.6.3

[GitHub] [royale-typedefs] carlosrovira commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
carlosrovira commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764798106 I think Jdk 15 is still not supported. Latest I tried was 10 (maybe others could work as well) You should try to add another JDK (8 or 10 for example) and set your java

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764794507  mvn -version Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Apache Maven 3.6.3

[GitHub] [royale-typedefs] carlosrovira commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
carlosrovira commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764792676 Hi, can you provide info about the system you're running? (O.S., version, env vars, ...) and how are you building (I see you use maven)? Are you using some predefined

[GitHub] [royale-typedefs] mzamoun-veolia commented on issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-21 Thread GitBox
mzamoun-veolia commented on issue #16: URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-764764166 I have the same error ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] alinakazi merged pull request #1058: Emulation changes on AdvancedDataGrid and SkinnableDataContainer.

2021-01-20 Thread GitBox
alinakazi merged pull request #1058: URL: https://github.com/apache/royale-asjs/pull/1058 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] carlosrovira commented on pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-18 Thread GitBox
carlosrovira commented on pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056#issuecomment-762403859 Hi Rupert, each path has its pros and cons. I'll try to explain both: - Emulation path: You'll get to reuse most of your code base with little changes, so

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1058: Emulation changes on AdvancedDataGrid and SkinnableDataContainer.

2021-01-18 Thread GitBox
javeiga-iest opened a new pull request #1058: URL: https://github.com/apache/royale-asjs/pull/1058 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-asjs] SemiConscious commented on pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-18 Thread GitBox
SemiConscious commented on pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056#issuecomment-762125110 Hey Greg - thanks for your help with my pull requests, and that's an excellent idea regarding Java version - I will give it a shot. I have just built my app

[GitHub] [royale-asjs] greg-dove commented on pull request #1036: XMLNotificationTest: Added new callee parameter at end of notification callback function.

2021-01-15 Thread GitBox
greg-dove commented on pull request #1036: URL: https://github.com/apache/royale-asjs/pull/1036#issuecomment-761278066 > that's why the one test is failing (as well as some tests that I have). btw feel free to add failing tests if you like. They can be marked with [Ignore] for now.

[GitHub] [royale-asjs] greg-dove merged pull request #1036: XMLNotificationTest: Added new callee parameter at end of notification callback function.

2021-01-15 Thread GitBox
greg-dove merged pull request #1036: URL: https://github.com/apache/royale-asjs/pull/1036 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] greg-dove commented on pull request #1036: XMLNotificationTest: Added new callee parameter at end of notification callback function.

2021-01-15 Thread GitBox
greg-dove commented on pull request #1036: URL: https://github.com/apache/royale-asjs/pull/1036#issuecomment-761277274 Ok, cool, thanks for confirming. I did have that replaceNode test working in the original prototype swapping implementation I started for this (see:

[GitHub] [royale-asjs] greg-dove commented on pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-15 Thread GitBox
greg-dove commented on pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056#issuecomment-761275538 If you get a chance to look at the AMF0NetConnection (ignore the name, it could have been named FooNetConnection it was just what I used at the time because I was

[GitHub] [royale-asjs] greg-dove merged pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-15 Thread GitBox
greg-dove merged pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] estanglerbm commented on pull request #1036: XMLNotificationTest: Added new callee parameter at end of notification callback function.

2021-01-15 Thread GitBox
estanglerbm commented on pull request #1036: URL: https://github.com/apache/royale-asjs/pull/1036#issuecomment-761273158 I don't have any more changes in XML (just some changes in other modules to support XML values). As I mentioned, I didn't implement "nodeChanged" yet, and that's

[GitHub] [royale-asjs] greg-dove commented on pull request #1036: XMLNotificationTest: Added new callee parameter at end of notification callback function.

2021-01-15 Thread GitBox
greg-dove commented on pull request #1036: URL: https://github.com/apache/royale-asjs/pull/1036#issuecomment-761270946 Do you have any other changes locally that might not be added to this PR? When I tried switching on the XMLNotitficationTest, I could see all tests passing except the

[GitHub] [royale-asjs] greg-dove commented on pull request #969: Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.

2021-01-15 Thread GitBox
greg-dove commented on pull request #969: URL: https://github.com/apache/royale-asjs/pull/969#issuecomment-761269613 Thanks again for all your efforts here. Sorry for the delay. This is an automated message from the Apache

[GitHub] [royale-asjs] greg-dove merged pull request #969: Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.

2021-01-15 Thread GitBox
greg-dove merged pull request #969: URL: https://github.com/apache/royale-asjs/pull/969 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] greg-dove commented on pull request #969: Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.

2021-01-15 Thread GitBox
greg-dove commented on pull request #969: URL: https://github.com/apache/royale-asjs/pull/969#issuecomment-761230646 @Harbs @estanglerbm sorry for delays. I will definitely get to it this weekend. This is an automated

[GitHub] [royale-asjs] greg-dove commented on pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-15 Thread GitBox
greg-dove commented on pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056#issuecomment-761227034 Thanks again, I will check this and probably merge it later today or tomorrow. One thing that could be super helpful is if you could check replacing

[GitHub] [royale-asjs] SemiConscious commented on pull request #1053: Completed 'todo' item: allow amf0 bead to upgrade to amf3 encoding

2021-01-15 Thread GitBox
SemiConscious commented on pull request #1053: URL: https://github.com/apache/royale-asjs/pull/1053#issuecomment-760978361 It's the least I can do! You people have done an amazing job on this - it really is a complete life saver. Man years of coding would otherwise have to have been

[GitHub] [royale-asjs] Harbs merged pull request #1040: Spark SelfItemRendererInitializer: Put invalidateSize() in the correct place.

2021-01-15 Thread GitBox
Harbs merged pull request #1040: URL: https://github.com/apache/royale-asjs/pull/1040 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [royale-asjs] Harbs commented on pull request #969: Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.

2021-01-15 Thread GitBox
Harbs commented on pull request #969: URL: https://github.com/apache/royale-asjs/pull/969#issuecomment-760907904 @greg-dove This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [royale-asjs] Harbs commented on pull request #969: Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.

2021-01-15 Thread GitBox
Harbs commented on pull request #969: URL: https://github.com/apache/royale-asjs/pull/969#issuecomment-760907705 Where are we holding with this PR? I'd like to restart the release process next week and it would be good to have this included.

[GitHub] [royale-compiler] SemiConscious closed issue #171: AMF under JS is missing functionality - fixes offered

2021-01-15 Thread GitBox
SemiConscious closed issue #171: URL: https://github.com/apache/royale-compiler/issues/171 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [royale-compiler] SemiConscious commented on issue #171: AMF under JS is missing functionality - fixes offered

2021-01-15 Thread GitBox
SemiConscious commented on issue #171: URL: https://github.com/apache/royale-compiler/issues/171#issuecomment-760903215 Addressed in https://github.com/apache/royale-asjs/pull/1056 This is an automated message from the

[GitHub] [royale-asjs] alinakazi merged pull request #1057: Components Emulation: DataGridColumn and DataGridListBase changes

2021-01-15 Thread GitBox
alinakazi merged pull request #1057: URL: https://github.com/apache/royale-asjs/pull/1057 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1057: Components Emulation: DataGridColumn and DataGridListBase changes

2021-01-15 Thread GitBox
javeiga-iest opened a new pull request #1057: URL: https://github.com/apache/royale-asjs/pull/1057 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-asjs] alinakazi merged pull request #1055: Emulation UIComponents, SkinnableComponent and SkinnableTextBase changes

2021-01-15 Thread GitBox
alinakazi merged pull request #1055: URL: https://github.com/apache/royale-asjs/pull/1055 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-compiler] joshtynjala commented on issue #115: Changes to static init have caused some regressions in js-release mode

2021-01-14 Thread GitBox
joshtynjala commented on issue #115: URL: https://github.com/apache/royale-compiler/issues/115#issuecomment-760548451 Based on my testing, this issue is now fixed. This is an automated message from the Apache Git Service. To

[GitHub] [royale-compiler] joshtynjala closed issue #115: Changes to static init have caused some regressions in js-release mode

2021-01-14 Thread GitBox
joshtynjala closed issue #115: URL: https://github.com/apache/royale-compiler/issues/115 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-compiler] joshtynjala closed issue #139: ArrayCollection - comparison of item to null emits setProperty()

2021-01-14 Thread GitBox
joshtynjala closed issue #139: URL: https://github.com/apache/royale-compiler/issues/139 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] joshtynjala commented on issue #1015: Error: Unexpected exception 'java.lang.NullPointerException'

2021-01-14 Thread GitBox
joshtynjala commented on issue #1015: URL: https://github.com/apache/royale-asjs/issues/1015#issuecomment-760543731 Closing duplicate of apache/royale-compiler#170 This is an automated message from the Apache Git Service. To

[GitHub] [royale-asjs] SemiConscious opened a new pull request #1056: Use AMFNetConnection.call()'s command parameter for the AMF targetURI

2021-01-14 Thread GitBox
SemiConscious opened a new pull request #1056: URL: https://github.com/apache/royale-asjs/pull/1056 @greg-dove @carlosrovira This is a second attempt to fix what I tried to fix in pull request https://github.com/apache/royale-asjs/pull/1023, which was subsequently reverted after problems

[GitHub] [royale-asjs] joshtynjala commented on issue #1015: Error: Unexpected exception 'java.lang.NullPointerException'

2021-01-14 Thread GitBox
joshtynjala commented on issue #1015: URL: https://github.com/apache/royale-asjs/issues/1015#issuecomment-760538190 I tried to reproduce this issue, but I couldn't figure out how. You must have some bad syntax in one of your MXML files, but I can't guess what could be wrong. Your best bet

[GitHub] [royale-asjs] joshtynjala commented on issue #974: Internal error in ASBlockWalker subsystem

2021-01-14 Thread GitBox
joshtynjala commented on issue #974: URL: https://github.com/apache/royale-asjs/issues/974#issuecomment-760537421 This should be fixed with commit apache/royale-compiler#c699a92f3486995124ff10dcb5750ee689a358bc This is an

[GitHub] [royale-asjs] joshtynjala closed issue #974: Internal error in ASBlockWalker subsystem

2021-01-14 Thread GitBox
joshtynjala closed issue #974: URL: https://github.com/apache/royale-asjs/issues/974 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [royale-asjs] joshtynjala edited a comment on issue #974: Internal error in ASBlockWalker subsystem

2021-01-14 Thread GitBox
joshtynjala edited a comment on issue #974: URL: https://github.com/apache/royale-asjs/issues/974#issuecomment-760537421 This should be fixed with commit apache/royale-compiler@c699a92f3486995124ff10dcb5750ee689a358bc This

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1055: Emulation UIComponents, SkinnableComponent and SkinnableTextBase changes

2021-01-14 Thread GitBox
javeiga-iest opened a new pull request #1055: URL: https://github.com/apache/royale-asjs/pull/1055 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-compiler] joshtynjala commented on issue #174: Bindable static vars never dispatch events

2021-01-13 Thread GitBox
joshtynjala commented on issue #174: URL: https://github.com/apache/royale-compiler/issues/174#issuecomment-759781069 Solution looks good to me. I merged #175. This is an automated message from the Apache Git Service. To

[GitHub] [royale-compiler] joshtynjala merged pull request #175: fix dispatcher variable initialization: use the staticEventDispatcher…

2021-01-13 Thread GitBox
joshtynjala merged pull request #175: URL: https://github.com/apache/royale-compiler/pull/175 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-compiler] joshtynjala closed issue #174: Bindable static vars never dispatch events

2021-01-13 Thread GitBox
joshtynjala closed issue #174: URL: https://github.com/apache/royale-compiler/issues/174 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] greg-dove commented on pull request #1054: Set AMF context to correct encoding

2021-01-13 Thread GitBox
greg-dove commented on pull request #1054: URL: https://github.com/apache/royale-asjs/pull/1054#issuecomment-759763748 Nice work - thanks again! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] greg-dove merged pull request #1054: Set AMF context to correct encoding

2021-01-13 Thread GitBox
greg-dove merged pull request #1054: URL: https://github.com/apache/royale-asjs/pull/1054 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] greg-dove merged pull request #1053: Completed 'todo' item: allow amf0 bead to upgrade to amf3 encoding

2021-01-13 Thread GitBox
greg-dove merged pull request #1053: URL: https://github.com/apache/royale-asjs/pull/1053 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] greg-dove commented on pull request #1053: Completed 'todo' item: allow amf0 bead to upgrade to amf3 encoding

2021-01-13 Thread GitBox
greg-dove commented on pull request #1053: URL: https://github.com/apache/royale-asjs/pull/1053#issuecomment-759763258 Thanks for working on that. I only added he amf0 support a few months back and quite frankly was not expecting anyone else would need it! Much appreciated!

[GitHub] [royale-asjs] SemiConscious commented on issue #1052: Error in mustella checkintests in nightly build

2021-01-13 Thread GitBox
SemiConscious commented on issue #1052: URL: https://github.com/apache/royale-asjs/issues/1052#issuecomment-759514454 Posted this twice in error This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] SemiConscious closed issue #1052: Error in mustella checkintests in nightly build

2021-01-13 Thread GitBox
SemiConscious closed issue #1052: URL: https://github.com/apache/royale-asjs/issues/1052 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] SemiConscious opened a new pull request #1054: Set AMF context to correct encoding

2021-01-13 Thread GitBox
SemiConscious opened a new pull request #1054: URL: https://github.com/apache/royale-asjs/pull/1054 This fix does two things: 1. the current code will probably crash if a read of an AMF0 encoded message is attempted, as the reader assumes AMF3, and nothing I can see changes that,

[GitHub] [royale-asjs] SemiConscious opened a new pull request #1053: Completed 'todo' item: allow amf0 bead to upgrade to amf3 encoding

2021-01-13 Thread GitBox
SemiConscious opened a new pull request #1053: URL: https://github.com/apache/royale-asjs/pull/1053 Adds functionality marked 'todo' in the source. There are 2 data encodings used by AMF: AMF0 and AMF3. Royale supports AMF3 by default and AMF0 via the AMF0AMF3Context bead. There is

[GitHub] [royale-asjs] SemiConscious opened a new issue #1052: Error in mustella checkintests in nightly build

2021-01-13 Thread GitBox
SemiConscious opened a new issue #1052: URL: https://github.com/apache/royale-asjs/issues/1052 It could be something up with my setup, but I am consistently getting the below when running the mustella checkintests. It certainly has worked in the past but I am not sure exactly at what

[GitHub] [royale-asjs] SemiConscious opened a new issue #1051: Nightly build checkintests - mustella tests failing

2021-01-13 Thread GitBox
SemiConscious opened a new issue #1051: URL: https://github.com/apache/royale-asjs/issues/1051 It could be something up with my setup, but I am consistently getting the below when running the mustella checkintests. It certainly has worked in the past but I am not sure exactly at what

[GitHub] [royale-typedefs] mzamoun-veolia opened a new issue #16: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.8-SNAPSHOT:compile-extern (default-compile-extern)

2021-01-13 Thread GitBox
mzamoun-veolia opened a new issue #16: URL: https://github.com/apache/royale-typedefs/issues/16 [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:

[GitHub] [royale-asjs] yishayw commented on issue #1021: Emulation - Setting percentHeight prevents layout from happening on resize

2021-01-13 Thread GitBox
yishayw commented on issue #1021: URL: https://github.com/apache/royale-asjs/issues/1021#issuecomment-759344574 I can confirm it now works in the ChildResize branch. This is an automated message from the Apache Git Service.

[GitHub] [royale-asjs] alinakazi merged pull request #1050: DataGridColumn dataTipFunction added

2021-01-13 Thread GitBox
alinakazi merged pull request #1050: URL: https://github.com/apache/royale-asjs/pull/1050 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] estanglerbm commented on pull request #1046: Fix height too small for Spark TabBar tab labels on Chrome

2021-01-12 Thread GitBox
estanglerbm commented on pull request #1046: URL: https://github.com/apache/royale-asjs/pull/1046#issuecomment-759256952 FYI, presentationModel.rowHeight is a fixed constant used in place of measuring actual row height in several places, such as VirtualListVerticalLayout and

[GitHub] [royale-asjs] estanglerbm closed pull request #1046: Fix height too small for Spark TabBar tab labels on Chrome

2021-01-12 Thread GitBox
estanglerbm closed pull request #1046: URL: https://github.com/apache/royale-asjs/pull/1046 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1050: DataGridColumn dataTipFunction added

2021-01-12 Thread GitBox
javeiga-iest opened a new pull request #1050: URL: https://github.com/apache/royale-asjs/pull/1050 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-asjs] alinakazi merged pull request #1049: DragManager getFeedback function added

2021-01-12 Thread GitBox
alinakazi merged pull request #1049: URL: https://github.com/apache/royale-asjs/pull/1049 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1049: DragManager getFeedback function added

2021-01-11 Thread GitBox
javeiga-iest opened a new pull request #1049: URL: https://github.com/apache/royale-asjs/pull/1049 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-asjs] alinakazi merged pull request #1048: Spark panel controlBarVisible added

2021-01-11 Thread GitBox
alinakazi merged pull request #1048: URL: https://github.com/apache/royale-asjs/pull/1048 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [royale-asjs] javeiga-iest opened a new pull request #1048: Spark panel controlBarVisible added

2021-01-11 Thread GitBox
javeiga-iest opened a new pull request #1048: URL: https://github.com/apache/royale-asjs/pull/1048 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [royale-asjs] Harbs commented on pull request #1046: Fix height too small for Spark TabBar tab labels on Chrome

2021-01-11 Thread GitBox
Harbs commented on pull request #1046: URL: https://github.com/apache/royale-asjs/pull/1046#issuecomment-757772811 @aharui was there a reason you originally picked the value of 18? This is an automated message from the

[GitHub] [royale-asjs] yishayw closed issue #1047: TLF - org.apache.royale.textLayout.conversion.BaseTextLayoutExporter.exportrChild(flowElement) returns null

2021-01-11 Thread GitBox
yishayw closed issue #1047: URL: https://github.com/apache/royale-asjs/issues/1047 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [royale-asjs] Harbs commented on issue #1047: TLF - org.apache.royale.textLayout.conversion.BaseTextLayoutExporter.exportrChild(flowElement) returns null

2021-01-11 Thread GitBox
Harbs commented on issue #1047: URL: https://github.com/apache/royale-asjs/issues/1047#issuecomment-757720405 Probably. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] yishayw opened a new issue #1047: TLF - org.apache.royale.textLayout.conversion.BaseTextLayoutExporter.exportrChild(flowElement) returns null

2021-01-11 Thread GitBox
yishayw opened a new issue #1047: URL: https://github.com/apache/royale-asjs/issues/1047 When flowElement is an org.apache.royale.textLayout.elements.ParagraphElement. I suspect the reason is this line in

[GitHub] [royale-asjs] estanglerbm opened a new pull request #1046: Fix height too small for Spark TabBar tab labels on Chrome

2021-01-10 Thread GitBox
estanglerbm opened a new pull request #1046: URL: https://github.com/apache/royale-asjs/pull/1046 Was fine on Firefox, but on Chrome, showed horizontal scroll bar, obscuring the tab labels. Adding 1 to the height fixed the issue, but for this fix, added 2, as it seemed more appropriate

[GitHub] [royale-asjs] estanglerbm opened a new pull request #1045: Fix word-wrapping in Spark TabBar tab labels

2021-01-10 Thread GitBox
estanglerbm opened a new pull request #1045: URL: https://github.com/apache/royale-asjs/pull/1045 Fix word-wrapping in Spark TabBar tab labels, causing measuring to be wrong for layouts involving labels with hyphens (-) and whitespace. What was strange was that word-wrapping on

[GitHub] [royale-compiler] Harbs commented on pull request #175: fix dispatcher variable initialization: use the staticEventDispatcher…

2021-01-10 Thread GitBox
Harbs commented on pull request #175: URL: https://github.com/apache/royale-compiler/pull/175#issuecomment-757495459 @aharui @joshtynjala @greg-dove Can one of you review this PR? This is an automated message from the Apache

[GitHub] [royale-compiler] SemiConscious commented on issue #174: Bindable static vars never dispatch events

2021-01-10 Thread GitBox
SemiConscious commented on issue #174: URL: https://github.com/apache/royale-compiler/issues/174#issuecomment-757487946 Ok it turns out the changes did work, but chrome was caching the .js files. I have created a pull request https://github.com/apache/royale-compiler/pull/175. The

[GitHub] [royale-compiler] SemiConscious opened a new pull request #175: fix dispatcher variable initialization: use the staticEventDispatcher…

2021-01-10 Thread GitBox
SemiConscious opened a new pull request #175: URL: https://github.com/apache/royale-compiler/pull/175 DISCLAIMER: I am not familiar with the compiler, so this is a solution which is very much focussed on the wood, not the trees. However it seems to make sense in the context of my project

[GitHub] [royale-compiler] SemiConscious opened a new issue #174: Bindable static vars never dispatch events

2021-01-10 Thread GitBox
SemiConscious opened a new issue #174: URL: https://github.com/apache/royale-compiler/issues/174 In my case, anyway. I am porting a large flex application which has a `[Bindable]` globals class consisting of static variables. In the compiled js for the globals class, I get: ```

<    7   8   9   10   11   12   13   14   15   16   >