[GitHub] [royale-asjs] pashminakazi commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns

2020-01-09 Thread GitBox
pashminakazi commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns URL: https://github.com/apache/royale-asjs/issues/666#issuecomment-572478829 yes Horizontal scrollbar This is an automated

[GitHub] [royale-asjs] pashminakazi commented on issue #667: if TextArea is multiRow then Horizontal Scroll should be visible

2020-01-09 Thread GitBox
pashminakazi commented on issue #667: if TextArea is multiRow then Horizontal Scroll should be visible URL: https://github.com/apache/royale-asjs/issues/667#issuecomment-572478960 Spark TextArea This is an automated message

[GitHub] [royale-asjs] pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

2020-01-09 Thread GitBox
pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572482783 RestrictTextInputBead.js : https://paste.apache.org/myukk

[GitHub] [royale-asjs] pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

2020-01-09 Thread GitBox
pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572504845 @aharui Thank u so much Its working now

[GitHub] [royale-asjs] aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

2020-01-09 Thread GitBox
aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield URL: https://github.com/apache/royale-asjs/issues/662 This is an automated message from the Apache Git Service.

[GitHub] [royale-asjs] aharui commented on issue #668: Spark TextArea is not taking Input

2020-01-09 Thread GitBox
aharui commented on issue #668: Spark TextArea is not taking Input URL: https://github.com/apache/royale-asjs/issues/668#issuecomment-572475243 Is there some feature of Spark TextArea that you require instead of MX TextArea? Otherwise, it might be easier to map Spark's TextArea to MX

[GitHub] [royale-asjs] pashminakazi closed issue #668: Spark TextArea is not taking Input

2020-01-09 Thread GitBox
pashminakazi closed issue #668: Spark TextArea is not taking Input URL: https://github.com/apache/royale-asjs/issues/668 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] pashminakazi commented on issue #668: Spark TextArea is not taking Input

2020-01-09 Thread GitBox
pashminakazi commented on issue #668: Spark TextArea is not taking Input URL: https://github.com/apache/royale-asjs/issues/668#issuecomment-572522971 I have changed Spark's TextArea to MX TextArea and now it is taking input. But Please resolve

[GitHub] [royale-asjs] pashminakazi opened a new issue #668: Spark TextArea is not taking Input

2020-01-09 Thread GitBox
pashminakazi opened a new issue #668: Spark TextArea is not taking Input URL: https://github.com/apache/royale-asjs/issues/668 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Accounts Payable from Select in Menu Go to Payment Sections

[GitHub] [royale-asjs] aharui commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

2020-01-09 Thread GitBox
aharui commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572476843 Please verify that the RestrictTextInputBead.js you see in the debugger is the latest one. It

[GitHub] [royale-asjs] aharui commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns

2020-01-09 Thread GitBox
aharui commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns URL: https://github.com/apache/royale-asjs/issues/666#issuecomment-572477488 Vertical or Horizontal scrollbar? Seems like it should be horizontal.

[GitHub] [royale-asjs] yishayw closed issue #656: Drop down does not show real text BUT [object Object]

2020-01-09 Thread GitBox
yishayw closed issue #656: Drop down does not show real text BUT [object Object] URL: https://github.com/apache/royale-asjs/issues/656 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [royale-asjs] aharui closed issue #667: if TextArea is multiRow then Horizontal Scroll should be visible

2020-01-09 Thread GitBox
aharui closed issue #667: if TextArea is multiRow then Horizontal Scroll should be visible URL: https://github.com/apache/royale-asjs/issues/667 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] aharui commented on issue #667: if TextArea is multiRow then Horizontal Scroll should be visible

2020-01-09 Thread GitBox
aharui commented on issue #667: if TextArea is multiRow then Horizontal Scroll should be visible URL: https://github.com/apache/royale-asjs/issues/667#issuecomment-572694549 This seems to be working for me with mx:TextArea.

[GitHub] [royale-asjs] aharui closed issue #665: DateField icon is hidden

2020-01-09 Thread GitBox
aharui closed issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2020-01-09 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-572691810 VDI is still not working. One guess is that when you replace the TextInput, you need to set isAbsolute=false. You can see an example in

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

2020-01-09 Thread GitBox
aharui commented on issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-572690111 "color" seemed to already work in my local testing. I got contentBackgroundColor to work in this commit: 49512caedb8e6cc64bdf804913745b78a00ec42e

[GitHub] [royale-asjs] aharui closed issue #661: ColorPicker is not working

2020-01-09 Thread GitBox
aharui closed issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [royale-asjs] aharui commented on issue #664: While Scrolling Dropdownlist blank area will be shown in Dropdown

2020-01-09 Thread GitBox
aharui commented on issue #664: While Scrolling Dropdownlist blank area will be shown in Dropdown URL: https://github.com/apache/royale-asjs/issues/664#issuecomment-572909991 I am unable to reproduce excess blank area in my local tests. Will need the VDI to work or you will have to debug

[GitHub] [royale-asjs] aharui commented on issue #663: Saved Record code shouldn't be editable

2020-01-09 Thread GitBox
aharui commented on issue #663: Saved Record code shouldn't be editable URL: https://github.com/apache/royale-asjs/issues/663#issuecomment-572910119 Will need the VDI to investigate further. This is an automated message from

[GitHub] [royale-asjs] pashminakazi commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns

2020-01-09 Thread GitBox
pashminakazi commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns URL: https://github.com/apache/royale-asjs/issues/666#issuecomment-572895156 Thanks Alex. There's no change after adding css

[GitHub] [royale-asjs] nihavend commented on issue #598: TextArea does not show the content in Popup

2020-01-09 Thread GitBox
nihavend commented on issue #598: TextArea does not show the content in Popup URL: https://github.com/apache/royale-asjs/issues/598#issuecomment-572895884 @aharui, according to the discussions on the list I tried but changing spark to mx is not enough for my case. Do you have a plan to fix

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

2020-01-09 Thread GitBox
pashminakazi commented on issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-572898138 When we open dbzPurchaseRequSetup **in Flex.** the Color of s:TextInput is same as the color of ColorPicker. then when we open

[GitHub] [royale-asjs] pashminakazi opened a new issue #661: ColorPicker is not working

2020-01-09 Thread GitBox
pashminakazi opened a new issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Purchase from Select in Menu Go to Purchase -> Requisition Types from

[GitHub] [royale-asjs] aharui commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns

2020-01-09 Thread GitBox
aharui commented on issue #666: Vertical Scrollbar should be visible when we resize ADG columns URL: https://github.com/apache/royale-asjs/issues/666#issuecomment-572906860 If you look at the debugger, you can see that dg has a width of 418px. If you add up the column widths (I can only

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

2020-01-09 Thread GitBox
aharui commented on issue #661: ColorPicker is not working URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-572908306 Without the VDI, I cannot see your code, so I can only guess at how you set it up. Since you are using bindings, the color setter in UIComponent and

[GitHub] [royale-asjs] pashminakazi commented on issue #664: While Scrolling Dropdownlist blank area will be shown in Dropdown

2020-01-09 Thread GitBox
pashminakazi commented on issue #664: While Scrolling Dropdownlist blank area will be shown in Dropdown URL: https://github.com/apache/royale-asjs/issues/664#issuecomment-572909221 @aharui Please reply on this issue This is