[GitHub] [royale-asjs] alinakazi commented on issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

2021-06-14 Thread GitBox
alinakazi commented on issue #1119: URL: https://github.com/apache/royale-asjs/issues/1119#issuecomment-860887019 Use stringValidator -- 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 the

[GitHub] [royale-asjs] pashminakazi opened a new issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

2021-06-14 Thread GitBox
pashminakazi opened a new issue #1119: URL: https://github.com/apache/royale-asjs/issues/1119 Example : [FormExample.zip](https://github.com/apache/royale-asjs/files/6650336/FormExample.zip) In FormItem if required is not added then the form is working fine, But if I add

[GitHub] [royale-asjs] pashminakazi opened a new issue #1116: TabNavigator Issue in getTabAt

2021-06-14 Thread GitBox
pashminakazi opened a new issue #1116: URL: https://github.com/apache/royale-asjs/issues/1116 Click on Hide Tab or Show Tab and see the Exception [TabNavigator.zip](https://github.com/apache/royale-asjs/files/6644340/TabNavigator.zip)

[GitHub] [royale-asjs] pashminakazi opened a new issue #1115: ComboBox DropdownList doesn't close

2021-06-14 Thread GitBox
pashminakazi opened a new issue #1115: URL: https://github.com/apache/royale-asjs/issues/1115 Main File ; https://paste.apache.org/djgai ComboBoxExample : https://paste.apache.org/istug [ComboBox.zip](https://github.com/apache/royale-asjs/files/6644321/ComboBox.zip) In this

[GitHub] [royale-asjs] pashminakazi opened a new issue #1118: Uncaught TypeError: Cannot read property 'constructor' of undefined (base.js:2078)

2021-06-14 Thread GitBox
pashminakazi opened a new issue #1118: URL: https://github.com/apache/royale-asjs/issues/1118 Click on Run Button and an Exception occurs [GifPlayer.zip](https://github.com/apache/royale-asjs/files/6644354/GifPlayer.zip)

[GitHub] [royale-asjs] pashminakazi opened a new issue #1117: ProgressBar Issue when using label

2021-06-14 Thread GitBox
pashminakazi opened a new issue #1117: URL: https://github.com/apache/royale-asjs/issues/1117 If I am using label in progressBar this exception occurs [ProgressBar.zip](https://github.com/apache/royale-asjs/files/6644344/ProgressBar.zip)

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-14 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-859899255 Thanks, that is very helpful. I will look into this during the coming week and address it! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-compiler] brianraymes commented on issue #185: "For each" Sometimes outright fails silently

2021-06-14 Thread GitBox
brianraymes commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-859752928 -- 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 the specific comment. For

[GitHub] [royale-compiler] greg-dove commented on issue #185: "For each" Sometimes outright fails silently

2021-06-10 Thread GitBox
greg-dove commented on issue #185: URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-859084299 When you are doing this is it clear to the compiler that the ArrayList instance being targeted is strongly typed? So, for example, with the

[GitHub] [royale-compiler] brianraymes opened a new issue #187: Accidental MXML Recursion Kills Entire Environment

2021-06-10 Thread GitBox
brianraymes opened a new issue #187: URL: https://github.com/apache/royale-compiler/issues/187 I have stumbled across a doozy. Copying a file with the intent to rename it killed my entire environment and silently kills the ability to compile with no warnings or errors. **Steps to

[GitHub] [royale-compiler] brianraymes opened a new issue #186: Invalid Syntax Succeeds in Compilation, but Doesn't Load at Runtime

2021-06-10 Thread GitBox
brianraymes opened a new issue #186: URL: https://github.com/apache/royale-compiler/issues/186 I've been finding random compilation issues that should be invalid, but seem to succeed. **Steps to Reproduce** Accidentally added two dots in a binding within MXML. In my case, I

[GitHub] [royale-compiler] brianraymes opened a new issue #185: "For each" Sometimes outright fails silently

2021-06-10 Thread GitBox
brianraymes opened a new issue #185: URL: https://github.com/apache/royale-compiler/issues/185 "For each" is sporadically unusable as it doesn't seem to actually loop over values in many cases (for currently unknown reasons). **Steps to Reproduce** Have a for each that should

[GitHub] [royale-asjs] javeiga-iest opened a new issue #1114: Drag and Drop

2021-06-01 Thread GitBox
javeiga-iest opened a new issue #1114: URL: https://github.com/apache/royale-asjs/issues/1114 I'm using DragMouseController and DropMouseController to implement drag and drop on my project. That works fine, the problem occurs when I drop an item out of the destination container,

[GitHub] [royale-asjs] alinakazi closed issue #1113: Jewel Library Compilation Error with Maven on 2 Different Machines

2021-05-26 Thread GitBox
alinakazi closed issue #1113: URL: https://github.com/apache/royale-asjs/issues/1113 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] alinakazi opened a new issue #1113: Jewel Library Compilation Error with Maven on 2 Different Machines

2021-05-26 Thread GitBox
alinakazi opened a new issue #1113: URL: https://github.com/apache/royale-asjs/issues/1113 We have a royaleComponents library in our Apache Royale jewel project. We are able to compile it with the mvn clean install command on one machine and not on the other. It gives a heap error.

[GitHub] [royale-asjs] asifashfaq commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-05-20 Thread GitBox
asifashfaq commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-844889110 Problem fixed by minimizing no. of columns in Advance Data Grid. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] asifashfaq closed issue #1097: Documents Loading too Slow Compared to Flex

2021-05-20 Thread GitBox
asifashfaq closed issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] asifashfaq opened a new issue #1112: mx:DateField Year Selection Not Working

2021-05-20 Thread GitBox
asifashfaq opened a new issue #1112: URL: https://github.com/apache/royale-asjs/issues/1112 Hi All, i Hope all Apache Royale Developers and users are well. Code: '' i am facing an issue with mx:DateField that is non editable. editable="true" property is not working on It.

[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #1111: j:DataGridSort is missing

2021-05-19 Thread GitBox
piotrzarzycki21 commented on issue #: URL: https://github.com/apache/royale-asjs/issues/#issuecomment-844315453 In order to use that functionality you need to use nightly build of Apache Royale. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] YRenault opened a new issue #1111: j:DataGridSort is missing

2021-05-19 Thread GitBox
YRenault opened a new issue #: URL: https://github.com/apache/royale-asjs/issues/ Hi, The class "DataGridSort" is not present in the package "org.apache.royale.jewel.beads.controls.datagrid" for Apache Royale version 0.9.7. But it is used and functional on Tour de Jewel

[GitHub] [royale-asjs] asifashfaq opened a new issue #1110: ADG Scroll down Issue.

2021-05-19 Thread GitBox
asifashfaq opened a new issue #1110: URL: https://github.com/apache/royale-asjs/issues/1110 Hi All, user facing an issue with data in Advanced data Grid. when user scroll down records to end and then scroll up to top. then randomly a record from in between shows on top and its

[GitHub] [royale-compiler] brianraymes commented on issue #182: Binding Data Missing in Debug and Release Builds ~20% of Builds

2021-05-13 Thread GitBox
brianraymes commented on issue #182: URL: https://github.com/apache/royale-compiler/issues/182#issuecomment-840732103 This fix appeared to be short lived, or coincidence. It appears to be happening more and more. I've been tweaking the values, for instance, currently at:

[GitHub] [royale-asjs] Laturine opened a new issue #1109: AdvancedDataGrid column sort can't be turned off

2021-05-11 Thread GitBox
Laturine opened a new issue #1109: URL: https://github.com/apache/royale-asjs/issues/1109 Hi Royale, In mx.controls.beads.AdvancedDataGridSortBead in the mouseClickHandler when setting the column variable event.target.data is always null. Setting the sortable property to

[GitHub] [royale-asjs] Harbs merged pull request #1060: Update TextInput.as

2021-05-08 Thread GitBox
Harbs merged pull request #1060: URL: https://github.com/apache/royale-asjs/pull/1060 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] Laturine commented on pull request #1060: Update TextInput.as

2021-05-07 Thread GitBox
Laturine commented on pull request #1060: URL: https://github.com/apache/royale-asjs/pull/1060#issuecomment-834832441 @greg-dove @Harbs @carlosrovira @aharui Any particular reason this can't be merged in? It would be awesome to be able to type a date in DateField. -- This is an

[GitHub] [royale-asjs] yishayw commented on issue #1108: Multiple Files Selection FileReferenceList.

2021-05-06 Thread GitBox
yishayw commented on issue #1108: URL: https://github.com/apache/royale-asjs/issues/1108#issuecomment-833254563 Hi Asif, As far as I know multiple file upload is not yet supported. Yishay From: Asif ***@***.***> Sent: Thursday, May 6, 2021 2:05 AM To: ***@***.***>

[GitHub] [royale-asjs] asifashfaq commented on issue #1108: Multiple Files Selection FileReferenceList.

2021-05-05 Thread GitBox
asifashfaq commented on issue #1108: URL: https://github.com/apache/royale-asjs/issues/1108#issuecomment-833104293 Is anyone here to help.. Waiting For Reply... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [royale-asjs] asifashfaq opened a new issue #1108: Multiple Files Selection FileReferenceList.

2021-05-04 Thread GitBox
asifashfaq opened a new issue #1108: URL: https://github.com/apache/royale-asjs/issues/1108 in Royale we are Unable to Select Multiple Files to upload. in Flex there was support to select multiple files through FileReferanceList. below are the flex and Migrated to royale Codes.

[GitHub] [royale-asjs] asifashfaq commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-05-04 Thread GitBox
asifashfaq commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-831767607 Problem fixed by minimizing no. of columns in Advance Data Grid. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #1098: Add Tree component to Jewel

2021-05-03 Thread GitBox
piotrzarzycki21 commented on issue #1098: URL: https://github.com/apache/royale-asjs/issues/1098#issuecomment-831208913 @Harbs pointed that current behavior of tree after my commit doesn't look right. I will try to work on that as part of this issue. -- This is an automated message from

[GitHub] [royale-asjs] pashminakazi commented on issue #1107: Uncaught TypeError: Cannot read property 'length' of null (ContainerDataBinding.js:67)

2021-05-03 Thread GitBox
pashminakazi commented on issue #1107: URL: https://github.com/apache/royale-asjs/issues/1107#issuecomment-831182761 Example : https://drive.google.com/file/d/1zU9BpgXhf2I76qYEp96ZLiQmASi4ThTB/view?usp=sharing -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [royale-asjs] pashminakazi opened a new issue #1107: Uncaught TypeError: Cannot read property 'length' of null (ContainerDataBinding.js:67)

2021-05-03 Thread GitBox
pashminakazi opened a new issue #1107: URL: https://github.com/apache/royale-asjs/issues/1107 When I use fx:Binding in my application It will throw this exception There's three arguments in ContainerDataBinding binding.source binding.destFunc binding.destination for Example

[GitHub] [royale-asjs] alinakazi closed issue #1106: Help using images and assets from SWC libraries

2021-04-28 Thread GitBox
alinakazi closed issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] piltsen commented on issue #1106: Help using images and assets from SWC libraries

2021-04-28 Thread GitBox
piltsen commented on issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106#issuecomment-828426702 Hello @alinakazi Here it is [images-swc.zip](https://github.com/apache/royale-asjs/files/6391862/images-swc.zip) -- This is an automated message from the

[GitHub] [royale-asjs] alinakazi commented on issue #1106: Help using images and assets from SWC libraries

2021-04-28 Thread GitBox
alinakazi commented on issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106#issuecomment-828396674 Yes it's not there. here images folder should be present. ![image](https://user-images.githubusercontent.com/36731338/116400161-29a6bb00-a843-11eb-8138-8768b5a7a0fd.png)

[GitHub] [royale-asjs] piltsen commented on issue #1106: Help using images and assets from SWC libraries

2021-04-28 Thread GitBox
piltsen commented on issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106#issuecomment-828386867 Hello @yishayw In my examples, the images referencing the source folder are working. The libs are not. As follows

[GitHub] [royale-asjs] yishayw commented on issue #1106: Help using images and assets from SWC libraries

2021-04-27 Thread GitBox
yishayw commented on issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106#issuecomment-828131396 I see things like Have you tried Instead?

[GitHub] [royale-asjs] piltsen opened a new issue #1106: Help using images and assets from SWC libraries

2021-04-27 Thread GitBox
piltsen opened a new issue #1106: URL: https://github.com/apache/royale-asjs/issues/1106 Hello everyone 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

[GitHub] [royale-asjs] joshtynjala commented on issue #953: VerifyError: Error #1053 in Flash Debug Player because Royale compiler allows incompatible function signatures

2021-04-27 Thread GitBox
joshtynjala commented on issue #953: URL: https://github.com/apache/royale-asjs/issues/953#issuecomment-827780214 I can reproduce the VerifyError. That's not good. Using the `-allow-subclass-overrides=false` compiler option when compiling your app may help here.

[GitHub] [royale-compiler] joshtynjala closed issue #100: Literal string to identify package public namespace

2021-04-26 Thread GitBox
joshtynjala closed issue #100: URL: https://github.com/apache/royale-compiler/issues/100 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] joshtynjala commented on issue #109: Externs warning

2021-04-26 Thread GitBox
joshtynjala commented on issue #109: URL: https://github.com/apache/royale-compiler/issues/109#issuecomment-827157773 Closing because this issue will no longer reproduce. I find that the warnings about dialogPolyfill are not present anymore when compiling a release build of HelloWorld.

[GitHub] [royale-compiler] joshtynjala closed issue #109: Externs warning

2021-04-26 Thread GitBox
joshtynjala closed issue #109: URL: https://github.com/apache/royale-compiler/issues/109 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] joshtynjala closed issue #162: Royale compiler does not support using super to access variables from base class

2021-04-26 Thread GitBox
joshtynjala closed issue #162: URL: https://github.com/apache/royale-compiler/issues/162 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] Laturine commented on issue #178: Internal Error in ASBlockWalker subsystem

2021-04-26 Thread GitBox
Laturine commented on issue #178: URL: https://github.com/apache/royale-compiler/issues/178#issuecomment-827148399 This appears to be caused by with the mxml structure being -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [royale-compiler] joshtynjala commented on issue #113: [Bindable]private vars cause GCC warning

2021-04-26 Thread GitBox
joshtynjala commented on issue #113: URL: https://github.com/apache/royale-compiler/issues/113#issuecomment-827140847 Closing because I can't reproduce anymore. The change to exporting dynamically in release builds probably fixed it. -- This is an automated message from the Apache Git

[GitHub] [royale-compiler] joshtynjala closed issue #113: [Bindable]private vars cause GCC warning

2021-04-26 Thread GitBox
joshtynjala closed issue #113: URL: https://github.com/apache/royale-compiler/issues/113 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] joshtynjala closed issue #179: Successful ActionScript compiled with Javascript errors

2021-04-26 Thread GitBox
joshtynjala closed issue #179: URL: https://github.com/apache/royale-compiler/issues/179 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] joshtynjala commented on issue #179: Successful ActionScript compiled with Javascript errors

2021-04-26 Thread GitBox
joshtynjala commented on issue #179: URL: https://github.com/apache/royale-compiler/issues/179#issuecomment-827118809 I have confirmed that this is a bug in the compiler. On initial investigation, it seems to be directly related to the code that re-writes AS3 Date properties like

[GitHub] [royale-compiler] joshtynjala closed issue #173: Compiler should fail on MXML filename with invalid chars (like hyphen)

2021-04-26 Thread GitBox
joshtynjala closed issue #173: URL: https://github.com/apache/royale-compiler/issues/173 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-compiler] joshtynjala closed issue #170: Error: Unexpected exception 'java.lang.NullPointerException' at MXMLTreeBuilder.parseValue:356

2021-04-26 Thread GitBox
joshtynjala closed issue #170: URL: https://github.com/apache/royale-compiler/issues/170 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] joshtynjala closed issue #1096: Having causes Error: Unexpected exception 'java.lang.NullPointerException' at org.apache.royale.compiler.in

2021-04-26 Thread GitBox
joshtynjala closed issue #1096: URL: https://github.com/apache/royale-asjs/issues/1096 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] Harbs merged pull request #1105: Should be index and not object

2021-04-26 Thread GitBox
Harbs merged pull request #1105: URL: https://github.com/apache/royale-asjs/pull/1105 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] Harbs merged pull request #1105: Should be index and not object

2021-04-25 Thread GitBox
Harbs merged pull request #1105: URL: https://github.com/apache/royale-asjs/pull/1105 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] tzivz opened a new pull request #1105: Should be index and not object

2021-04-25 Thread GitBox
tzivz opened a new pull request #1105: URL: https://github.com/apache/royale-asjs/pull/1105 -- 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 the specific comment. For queries about this

[GitHub] [royale-asjs] alinakazi commented on issue #1104: Rendering Problem in Jewel DateChooser

2021-04-21 Thread GitBox
alinakazi commented on issue #1104: URL: https://github.com/apache/royale-asjs/issues/1104#issuecomment-824114642 We are facing some problems with dateChooser Rendering in Jewel. Example is attached below [1] Screenshot above shows the renderer called twice, once with the correct

[GitHub] [royale-asjs] alinakazi opened a new issue #1104: Rendering Problem in Jewel DateChooser

2021-04-21 Thread GitBox
alinakazi opened a new issue #1104: URL: https://github.com/apache/royale-asjs/issues/1104 ![image](https://user-images.githubusercontent.com/36731338/11002-7c72f680-a2c8-11eb-90ce-593f5749155c.png) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] cottage14 opened a new issue #1103: Build and display problems with ASDOC

2021-04-20 Thread GitBox
cottage14 opened a new issue #1103: URL: https://github.com/apache/royale-asjs/issues/1103 Gabe Barbosa reports: "https://royale.apache.org/asdoc and I'm using mostly emulation components. This is on the latest chrome browser on desktop and mobile (android). If there's another browser I

[GitHub] [royale-asjs] joshtynjala commented on issue #1102: RegEx Issues when mapping

2021-04-14 Thread GitBox
joshtynjala commented on issue #1102: URL: https://github.com/apache/royale-asjs/issues/1102#issuecomment-819635693 Coincidentally, when I posted my comment originally, Github treated my double backslash as an escape sequence and displayed only one of them. I was able to work around that

[GitHub] [royale-asjs] joshtynjala edited a comment on issue #1102: RegEx Issues when mapping

2021-04-14 Thread GitBox
joshtynjala edited a comment on issue #1102: URL: https://github.com/apache/royale-asjs/issues/1102#issuecomment-819633928 > I do it through the constructor, passing it the pattern as a text string, the result is different. > var miexc3:RegExp=new RegExp("^(\ *)([+\-]?)(\

[GitHub] [royale-asjs] joshtynjala commented on issue #1102: RegEx Issues when mapping

2021-04-14 Thread GitBox
joshtynjala commented on issue #1102: URL: https://github.com/apache/royale-asjs/issues/1102#issuecomment-819633928 > I do it through the constructor, passing it the pattern as a text string, the result is different. > var miexc3:RegExp=new RegExp("^(\ *)([+\-]?)(\ *)(\d+)(\:|\.|\

[GitHub] [royale-asjs] Harbs commented on issue #1102: RegEx Issues when mapping

2021-04-14 Thread GitBox
Harbs commented on issue #1102: URL: https://github.com/apache/royale-asjs/issues/1102#issuecomment-819426834 Round-tripping escaped strings correctly through Java is **hard**. @aharui @joshtynjala @greg-dove Can one of you take a look and comment? -- This is an automated message

[GitHub] [royale-asjs] javeiga-iest opened a new issue #1102: RegEx Issues when mapping

2021-04-14 Thread GitBox
javeiga-iest opened a new issue #1102: URL: https://github.com/apache/royale-asjs/issues/1102 Hi Guys, I am using RegEx class to use patterns in my project as i used to do in flex. I have seen that this class is already used in beads as "Restriction" of the TextInput in Jewel.

[GitHub] [royale-asjs] mjesteve closed issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-14 Thread GitBox
mjesteve closed issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] Harbs commented on pull request #1101: Fix ArrayView not sorted numerically from string fields #1100

2021-04-13 Thread GitBox
Harbs commented on pull request #1101: URL: https://github.com/apache/royale-asjs/pull/1101#issuecomment-819025172 Thanks! -- 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 the specific comment.

[GitHub] [royale-asjs] Harbs merged pull request #1101: Fix ArrayView not sorted numerically from string fields #1100

2021-04-13 Thread GitBox
Harbs merged pull request #1101: URL: https://github.com/apache/royale-asjs/pull/1101 -- 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 the specific comment. For queries about this service,

[GitHub] [royale-asjs] mjesteve commented on pull request #1101: Fix ArrayView not sorted numerically from string fields #1100

2021-04-13 Thread GitBox
mjesteve commented on pull request #1101: URL: https://github.com/apache/royale-asjs/pull/1101#issuecomment-818940013 Don't apologise Harbs, I appreciate your efforts to assist me. I have already done the PR. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [royale-asjs] mjesteve opened a new pull request #1101: Fix ArrayView not sorted numerically from string fields #1100

2021-04-13 Thread GitBox
mjesteve opened a new pull request #1101: URL: https://github.com/apache/royale-asjs/pull/1101 -- 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 the specific comment. For queries about this

[GitHub] [royale-asjs] mjesteve edited a comment on pull request #1101: Fix ArrayView not sorted numerically from string fields #1100

2021-04-13 Thread GitBox
mjesteve edited a comment on pull request #1101: URL: https://github.com/apache/royale-asjs/pull/1101#issuecomment-818940013 Don't apologise Harbs, I appreciate your efforts to assist me. I have already done the PR. #1101 -- This is an automated message from the Apache Git Service.

[GitHub] [royale-asjs] Harbs commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
Harbs commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818923555 I'm sorry. My bad. Your solution seems to be the way to go. Please create a PR for that. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [royale-asjs] mjesteve commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
mjesteve commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818820782 Harb, sortNames contains the "name" of the field(s) to sort by, we cannot pass it to Number. At the same point in the sortOn() function we cannot convert the values of arr

[GitHub] [royale-asjs] mjesteve commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
mjesteve commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818598917 Ok, I'll do it like this. I will test it and if it works as expected I will create the PR. Thx Harbs. -- This is an automated message from the Apache Git Service. To

[GitHub] [royale-asjs] Harbs commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
Harbs commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818596440 The reason I'm suggesting the change in `sortOn` rather than `compareNumber` is that results in many fewer coercions. -- This is an automated message from the Apache Git

[GitHub] [royale-asjs] Harbs commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
Harbs commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818594746 If that works, please create a PR... -- 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 issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
Harbs commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818594564 Don't have time to test right now, but I'd probably fix it by modifying `sortOn` like so: if (opt2 & Array.NUMERIC) {

[GitHub] [royale-asjs] mjesteve commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
mjesteve commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818517998 Hi Harbs, this is the code before the modification: ``` org.apache.royale.utils.Language.sortOn = function(arr, names, opt) { opt = typeof opt !== 'undefined'

[GitHub] [royale-asjs] Harbs commented on issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-13 Thread GitBox
Harbs commented on issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100#issuecomment-818491957 What does `sortOn` cross-compile to? (I don't have the time right now to check.) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [royale-asjs] mjesteve opened a new issue #1100: Fix ArrayView not sorted numerically from string fields

2021-04-12 Thread GitBox
mjesteve opened a new issue #1100: URL: https://github.com/apache/royale-asjs/issues/1100 When I try to sort an ArrayView by a string field, numerically, it doesn't work. Reviewing previous issues I have seen that this same problem existed with the compareAsNumber() method (called

[GitHub] [royale-asjs] joshtynjala edited a comment on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
joshtynjala edited a comment on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814455513 I've confirmed that the `MouseEventConverter` class stopped behaving as expected ~~after this pull request was merged~~ (edit: it was actually my attempted fix

[GitHub] [royale-asjs] joshtynjala commented on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
joshtynjala commented on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814471244 > I'm not sure your change to addViewport() is the right way to go Yeah, I've determined that my change to addViewport() is what was breaking the

[GitHub] [royale-asjs] estanglerbm commented on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
estanglerbm commented on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814462965 Things are more complicated, regarding changing this kind of thing, than I can quickly write here. Also, I didn't have full access to running ant tests at the time,

[GitHub] [royale-asjs] joshtynjala commented on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
joshtynjala commented on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814455513 I've confirmed that the `MouseEventConverter` class stopped behaving as expected after this pull request was merged. Previously, it was properly converting all mouse

[GitHub] [royale-asjs] joshtynjala commented on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
joshtynjala commented on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814393934 In `addViewport()`, I replaced this code: ```as3 if (chost != null && chost != _viewport.contentView) { chost.addElement(_viewport.contentView); }

[GitHub] [royale-asjs] joshtynjala commented on pull request #1041: Reconcile Basic ContainerView for SWF and JS, and some SWF fixes

2021-04-06 Thread GitBox
joshtynjala commented on pull request #1041: URL: https://github.com/apache/royale-asjs/pull/1041#issuecomment-814336955 FYI — The Mustella tests have been failing since this pull request was merged. We haven't had a successful CI build since January. The error we get is included

[GitHub] [royale-asjs] Harbs commented on issue #1099: Incorrect Message type cast by compiler.

2021-04-06 Thread GitBox
Harbs commented on issue #1099: URL: https://github.com/apache/royale-asjs/issues/1099#issuecomment-814249799 Do you have a small test case which shows the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [royale-asjs] roboticavicensvives opened a new issue #1099: Incorrect Message type cast by compiler.

2021-04-06 Thread GitBox
roboticavicensvives opened a new issue #1099: URL: https://github.com/apache/royale-asjs/issues/1099 When using a BlazeDS backend and mx:RemoteObjects if there is reference to org.apache.royale.net.remoting.messages anywhere in the codebase such as having in a component :

[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #1098: Add Tree component to Jewel

2021-04-01 Thread GitBox
piotrzarzycki21 commented on issue #1098: URL: https://github.com/apache/royale-asjs/issues/1098#issuecomment-811904686 @ROBERT-MCDOWELL I don't think Royale has anything like roadmap. You can find in Doc helpful things https://apache.github.io/royale-docs/ . There is also API Doc ->

[GitHub] [royale-asjs] ROBERT-MCDOWELL commented on issue #1098: Add Tree component to Jewel

2021-04-01 Thread GitBox
ROBERT-MCDOWELL commented on issue #1098: URL: https://github.com/apache/royale-asjs/issues/1098#issuecomment-811872208 is there any roadmap page that Royale covers in term of As2/As3 API? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [royale-asjs] piotrzarzycki21 opened a new issue #1098: Add Tree component to Jewel

2021-04-01 Thread GitBox
piotrzarzycki21 opened a new issue #1098: URL: https://github.com/apache/royale-asjs/issues/1098 -- 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 the specific comment. For queries about this

[GitHub] [royale-asjs] alinakazi commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-04-01 Thread GitBox
alinakazi commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-811762690 -- 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 the specific comment. For

[GitHub] [royale-asjs] alinakazi edited a comment on issue #1097: Documents Loading too Slow Compared to Flex

2021-04-01 Thread GitBox
alinakazi edited a comment on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-811761492 -- 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 the specific comment.

[GitHub] [royale-asjs] alinakazi commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-04-01 Thread GitBox
alinakazi commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-811761492 Add Basic namespacexmlns:js="library://ns.apache.org/royale/basic" where other namespaces are added on top. You can also use mx:Beads same way. Below is just an

[GitHub] [royale-asjs] asifashfaq commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-04-01 Thread GitBox
asifashfaq commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-811750313 Hi, Its verified that Advanced data grid columns are causing delay in documents loading. if i commented below tag then document loading time decreased upto 70%

[GitHub] [royale-asjs] asifashfaq commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-03-31 Thread GitBox
asifashfaq commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-811271484 Dear HTH.. Thanks For your Reply. Surely i will implement these suggestions. Then will get back to you. Thank you. Regards Asif On Tue, 30

[GitHub] [royale-asjs] Harbs commented on issue #1097: Documents Loading too Slow Compared to Flex

2021-03-30 Thread GitBox
Harbs commented on issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097#issuecomment-810143204 Based on the profiler, it looks like you have a data grid which is dynamically resized which is in turn calling layout on data renderers. By the look of it, many times. There's

[GitHub] [royale-asjs] asifashfaq opened a new issue #1097: Documents Loading too Slow Compared to Flex

2021-03-29 Thread GitBox
asifashfaq opened a new issue #1097: URL: https://github.com/apache/royale-asjs/issues/1097 Hi All, Our D-biz Application is successfuly migrated to royale from flex 3 months ago. now it is running on our Client. User's are facing Documents loading Issue. help is required in

[GitHub] [royale-asjs] yishayw commented on issue #1095: Having causes compiler Error: Unable to resolve resource bundle 'core'

2021-03-24 Thread GitBox
yishayw commented on issue #1095: URL: https://github.com/apache/royale-asjs/issues/1095#issuecomment-80558 Thanks for reporting this. mx:Repeater is not implemented. I would suggest to rewrite that part of your code for now. From: dhendargo1

[GitHub] [royale-asjs] dhendargo1 commented on issue #1095: Having causes compiler Error: Unable to resolve resource bundle 'core'

2021-03-23 Thread GitBox
dhendargo1 commented on issue #1095: URL: https://github.com/apache/royale-asjs/issues/1095#issuecomment-805186503 Update: using build 3047, I am getting the following stack trace: `src/RepeaterBug.mxml c:\development\royale-bugs\RepeaterBug\src\RepeaterBug.mxml line 9 column 1

[GitHub] [royale-asjs] dhendargo1 commented on issue #1095: Having causes compiler Error: Unable to resolve resource bundle 'core'

2021-03-23 Thread GitBox
dhendargo1 commented on issue #1095: URL: https://github.com/apache/royale-asjs/issues/1095#issuecomment-805145687 I forgot to mention that I was using Royale lib: 0.9.8 on Windows 10. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [royale-asjs] dhendargo1 commented on issue #1096: Having causes Error: Unexpected exception 'java.lang.NullPointerException' at org.apache.royale.compil

2021-03-23 Thread GitBox
dhendargo1 commented on issue #1096: URL: https://github.com/apache/royale-asjs/issues/1096#issuecomment-805145590 I forgot to mention that I was using Royale lib: 0.9.8 on Windows 10. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [royale-asjs] dhendargo1 opened a new issue #1096: Having causes Error: Unexpected exception 'java.lang.NullPointerException' at org.apache.royale.compil

2021-03-23 Thread GitBox
dhendargo1 opened a new issue #1096: URL: https://github.com/apache/royale-asjs/issues/1096 Hi, Below is content of a .mxml file that reliably (100% of the time) reproduces this issue. Thanks for looking into this and let me know if you need further info. -Danny `

<    3   4   5   6   7   8   9   10   11   12   >