[GitHub] [royale-asjs] aharui closed issue #713: Conversion of Numbers to Decimal is not working

2020-02-14 Thread GitBox
aharui closed issue #713: Conversion of Numbers to Decimal is not working URL: https://github.com/apache/royale-asjs/issues/713 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [royale-asjs] aharui closed issue #716: Cascading Menu is hiding Some Setups

2020-02-14 Thread GitBox
aharui closed issue #716: Cascading Menu is hiding Some Setups URL: https://github.com/apache/royale-asjs/issues/716 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586541516 I will need the VDI to work properly to investigate. This is an automated

[GitHub] [royale-asjs] aharui commented on issue #712: PickList is having same record on both sides

2020-02-14 Thread GitBox
aharui commented on issue #712: PickList is having same record on both sides URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586541307 I didn't fix ADG.selectedIndex earlier. This really should have been filed as two separate issues. ADG.selectedIndex should be

[GitHub] [royale-asjs] aharui closed issue #712: PickList is having same record on both sides

2020-02-14 Thread GitBox
aharui closed issue #712: PickList is having same record on both sides URL: https://github.com/apache/royale-asjs/issues/712 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [royale-compiler] greg-dove opened a new issue #118: Issue with [Bindable] overrides that can result in infinite recursion

2020-02-14 Thread GitBox
greg-dove opened a new issue #118: Issue with [Bindable] overrides that can result in infinite recursion URL: https://github.com/apache/royale-compiler/issues/118 Issure is reproducible as a scenario with super calls from overridden [Bindable] setters. Specific example here:

[GitHub] [royale-asjs] yishayw commented on issue #708: File Upload not working in Royale

2020-02-14 Thread GitBox
yishayw commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-586202566 It might take me a few days before I can debug this. In the browser can you put breakpoints in FileBrowser.fileChangeHandler(),

[GitHub] [royale-asjs] pashminakazi commented on issue #708: File Upload not working in Royale

2020-02-14 Thread GitBox
pashminakazi commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-586195072 upload method of FileReference is not called This is an automated message

[GitHub] [royale-asjs] yishayw commented on issue #708: File Upload not working in Royale

2020-02-14 Thread GitBox
yishayw commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-586188619 Does the upload() method get called after file selection? If so, can you see in the network tab which request is made? If you can see the request,

[GitHub] [royale-asjs] pashminakazi commented on issue #712: PickList is having same record on both sides

2020-02-14 Thread GitBox
pashminakazi commented on issue #712: PickList is having same record on both sides URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586185769 ADG.selectedIndex is same Example : double click on 3rd row of ADG it will be removed from left side grid and added to the

[GitHub] [royale-asjs] pashminakazi commented on issue #712: PickList is having same record on both sides

2020-02-14 Thread GitBox
pashminakazi commented on issue #712: PickList is having same record on both sides URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586180299 Still issue RadioButtonGroup.selectedValue is null when by default Active radioButton is selected.

[GitHub] [royale-asjs] pashminakazi commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
pashminakazi commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586157237 ![image](https://user-images.githubusercontent.com/42200979/74514831-346f7b80-4f2f-11ea-990f-037fc87b96af.png)

[GitHub] [royale-asjs] pashminakazi opened a new issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
pashminakazi opened a new issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706 I have downloaded SDK on 28-Jan-2020 Everything was working fine

[GitHub] [royale-asjs] pashminakazi edited a comment on issue #713: Conversion of Numbers to Decimal is not working

2020-02-14 Thread GitBox
pashminakazi edited a comment on issue #713: Conversion of Numbers to Decimal is not working URL: https://github.com/apache/royale-asjs/issues/713#issuecomment-586144547 What to change in NumberFormatter Precision Function? ``` public function set precision(value:Object):void

[GitHub] [royale-asjs] pashminakazi commented on issue #713: Conversion of Numbers to Decimal is not working

2020-02-14 Thread GitBox
pashminakazi commented on issue #713: Conversion of Numbers to Decimal is not working URL: https://github.com/apache/royale-asjs/issues/713#issuecomment-586144547 What to change in NumberFormatter Precision Function? public function set precision(value:Object):void {

[GitHub] [royale-asjs] pashminakazi edited a comment on issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
pashminakazi edited a comment on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586142932 What to change in NumberFormatter Precision Function? ``` public function set precision(value:Object):void

[GitHub] [royale-asjs] pashminakazi commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
pashminakazi commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586142932 What to change in NumberFormatter Precision Function? public function set precision(value:Object):void {