[GitHub] [royale-asjs] pashminakazi opened a new issue #688: Date should be selected by Default

2020-01-19 Thread GitBox
pashminakazi opened a new issue #688: Date should be selected by Default URL: https://github.com/apache/royale-asjs/issues/688 After pressing new button Datefield should not be "/ / /" there should be default selection of date ![Date default

[GitHub] [royale-asjs] pashminakazi opened a new issue #687: ColorPicker Issue

2020-01-19 Thread GitBox
pashminakazi opened a new issue #687: ColorPicker Issue URL: https://github.com/apache/royale-asjs/issues/687 It is working fine if we open it and select a color. There's a dot in ColorPicker if a select that dot and drag it to any color after that whenever i open ColorPicker it will be

[GitHub] [royale-asjs] aharui closed issue #686: DropDownList Mouse over highlighted Issue

2020-01-19 Thread GitBox
aharui closed issue #686: DropDownList Mouse over highlighted Issue URL: https://github.com/apache/royale-asjs/issues/686 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 #665: DateField icon is hidden

2020-01-19 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-576112056 I think you want to create a custom DateFieldView. You should be able to combine both `org.apache.royale.html.beads.DateFieldView` and

[GitHub] [royale-asjs] pashminakazi commented on issue #661: ColorPicker is not working

2020-01-19 Thread GitBox
pashminakazi commented on issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-576109807 @aharui Thank u so much its working now This is an automated message from the

[GitHub] [royale-asjs] aharui commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception

2020-01-19 Thread GitBox
aharui commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception URL: https://github.com/apache/royale-asjs/issues/685#issuecomment-576108972 If you set selectedIndex to -1, then selectedChild should be null. Why would your code set selectedIndex to -1?

[GitHub] [royale-asjs] pashminakazi commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception

2020-01-19 Thread GitBox
pashminakazi commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception URL: https://github.com/apache/royale-asjs/issues/685#issuecomment-576108651 on Second tab it is setting selectedIndex == 1 on First tab it is setting selectedIndex == -1

[GitHub] [royale-asjs] aharui commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception

2020-01-19 Thread GitBox
aharui commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception URL: https://github.com/apache/royale-asjs/issues/685#issuecomment-576108386 I assume you meant `selectedIndex == -1` Does your code set selectedIndex to 0 or some other valid number on the

[GitHub] [royale-asjs] pashminakazi commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception

2020-01-19 Thread GitBox
pashminakazi commented on issue #685: TabNavigator.SelectedChild.Label is throwing exception URL: https://github.com/apache/royale-asjs/issues/685#issuecomment-576106714 In ViewStack.as selectedChild getter the selectedChild = -1 so it returns null,why it is setting selectedChild = -1

[GitHub] [royale-asjs] pashminakazi commented on issue #665: DateField icon is hidden

2020-01-19 Thread GitBox
pashminakazi commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-576102552 how can i replace icon of datefield?

[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #639: Binding doesn't work in Jewel List item renderers using VO

2020-01-19 Thread GitBox
piotrzarzycki21 commented on issue #639: Binding doesn't work in Jewel List item renderers using VO URL: https://github.com/apache/royale-asjs/issues/639#issuecomment-576011588 I would like to report another issue, which may be related somehow to the latest compiler changes - I'm not