[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 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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 it yourself.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 
contentBackgroundColor setter in SkinnableTextBase need to be implemented to 
call setStyle like the backgroundColor setter in UIComponent.  You should be 
able to make and test those changes.  It is the end of my workday.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 see DataGridColumn0 is 83.2px wide) 
does it add up to more than 418?  If not, then the column is clipping the 
renderers, the column does not extend beyond the right side.
   
   Without the VDI, I cannot see how the DG was setup.  What does the ADG MXML 
tag look like?  Maybe there is some property that is being used that allows the 
columns to extend beyond the right side.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 ColorPicker and select any Color,the Change method of 
ColorPicker called
   
   
   public function changeEvt(event:ColorPickerEvent):void 
{
purchaseRequColor.text= 
event.currentTarget.selectedItem;
}
   
   This changeEvt is setting the color of textinput same as ColorPicker's color.
   
   **In Royale** 
   There's default selection of Color in ColorPicker,but textinput is not 
setting that Color,textinput is white,
   then when i change Color from ColorPicker **ChangeEvt** function Called but 
purchaseRequColor.text is null because there's no value in 
**event.currentTarget.selectedItem;**
   then i change 
   purchaseRequColor.text= event.currentTarget.selectedItem; to
   purchaseRequColor.text= event.currentTarget.selectedColor;
   then the number of color is setted on textInput,But not the Color.
   Video: 
   ![SelectedColor of 
colorpicker](https://user-images.githubusercontent.com/42200979/72131741-f23aa380-339e-11ea-96eb-c376d54c3931.gif)
   
   


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 Setups in Menu
   File : com/dbz/modules/PUR/dbzPurchaseRequSetup.mxml
   
   In Royale
   
![image](https://user-images.githubusercontent.com/42200979/71957662-321f5080-3210-11ea-8c71-4749a767386d.png)
   
   In Royale
   
![image](https://user-images.githubusercontent.com/42200979/71957678-3a778b80-3210-11ea-8a22-a99ec486e766.png)
   


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 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
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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
   
![image](https://user-images.githubusercontent.com/42200979/72131139-3a58c680-339d-11ea-9564-cdb0732fb2ef.png)
   
   Hopefully VDI will be available today,then when you have time please check 
this issue on VDI


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 
mx.controls.beads.DateFieldView.as


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 https://github.com/apache/royale-asjs/issues/667 with mx 
or spark textarea


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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.
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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 will have both a validateKeypress and a validateInput 
method.
   
   There has been too many occurrences of not getting the latest code.  I don't 
want to spend time on that just to find out the code has not been properly 
updated.  Plus, the VDI is still inaccessible to me.


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 TextArea 
for now.
   


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 from Setups in Menu
   File : com/dbz/modules/PUR/dbzPaymentSectionSetup.mxml
   
   Flex/Royale Video
   ![TextArea not taking 
input](https://user-images.githubusercontent.com/42200979/72051589-64e74880-32e5-11ea-929a-a50799b5485b.gif)
   
   


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, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services