pashminakazi edited a comment on issue #501: Issue in 
mx:MXAdvancedDataGridItemRenderer
URL: https://github.com/apache/royale-asjs/issues/501#issuecomment-542138178
 
 
   Mxml File : https://paste.apache.org/q1y6z
   .Js File : https://paste.apache.org/xydlf
   Output : 
   
![image](https://user-images.githubusercontent.com/42200979/66821404-ceacbc00-ef5b-11e9-9709-83581ead6de5.png)
   
![image](https://user-images.githubusercontent.com/42200979/66821693-4549b980-ef5c-11e9-9757-641914ad4ee4.png)
   
![image](https://user-images.githubusercontent.com/42200979/66821698-4aa70400-ef5c-11e9-9858-23d15520689f.png)
   
![image](https://user-images.githubusercontent.com/42200979/66821709-4ed32180-ef5c-11e9-9a5a-8f2abf5e4644.png)
   
   
   In Example or in our application's file when we are using this 
   <mx:AdvancedDataGridColumn>
        <mx:itemEditor>
                <fx:Component>
                        <mx:VBox>
   
   and
   
   <mx:AdvancedDataGridColumn>
                <mx:itemEditor>
                         <fx:Component>
                             <s:MXAdvancedDataGridItemRenderer>
   
   Output is blank because .js file has Error : semi-colon expected
   I have tried to place semi-colon everywhere in mxml file but this still 
getting this error
   
![image](https://user-images.githubusercontent.com/42200979/66822085-f81a1780-ef5c-11e9-96da-c02cf42fd808.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:
[email protected]


With regards,
Apache Git Services

Reply via email to