You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/11/13 10:29:14 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #933: ADG Column doubleClick throw's exception

pashminakazi opened a new issue #933:
URL: https://github.com/apache/royale-asjs/issues/933


   Example : https://paste.apache.org/n11g2
   
   In Royale When i doubleClick on ADG Column Vehicle No i will throw exception
   ![image](https://user-images.githubusercontent.com/42200979/99061578-9bf04f80-25c3-11eb-950b-51fcec107873.png)
   ![image](https://user-images.githubusercontent.com/42200979/99061595-a14d9a00-25c3-11eb-9f11-96009a001ec6.png)
   ![image](https://user-images.githubusercontent.com/42200979/99061642-b0cce300-25c3-11eb-8b24-8199fc8e6970.png)
   ![image](https://user-images.githubusercontent.com/42200979/99062450-d6a6b780-25c4-11eb-99e7-a33a38a89c9f.png)
   
   
   In Flex when i doubleClick on Vehicle No it will allow me to enter some data in ADG Column **Vehicle No**


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [royale-asjs] aharui commented on issue #933: ADG Column Click throw's exception

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #933:
URL: https://github.com/apache/royale-asjs/issues/933#issuecomment-731328531


   In the first problem where newData is null, are you sure the renderer/editor is the same as Flex?  In Royale it appears to be wrapped in a HBox so the editorDataField wouldn't apply.  The vValue getter would need to be on the HBox, not the internal component.
   
   In the second problem, it is true the data property will not be set in Royale.  Try using callLater to run the handler later or try a dataChange instead of creationComplete.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #933: ADG Column doubleClick throw's exception

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #933:
URL: https://github.com/apache/royale-asjs/issues/933#issuecomment-726690709


   In Flex when we Double Click on Vehicle No Vehicle_creationCompleteHandler called and data property is VO
   ![image](https://user-images.githubusercontent.com/42200979/99063028-b62b2d00-25c5-11eb-94c7-96afb6fe6cd2.png)
   ![image](https://user-images.githubusercontent.com/42200979/99063222-01ddd680-25c6-11eb-89ec-e7df534c6c72.png)
   
   
   In Royale we Double Click on Vehicle No Vehicle_creationCompleteHandler called and data property is undefined
   ![image](https://user-images.githubusercontent.com/42200979/99063600-8af50d80-25c6-11eb-84b9-68d0dd3355c5.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:
users@infra.apache.org