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/20 18:09:09 UTC

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

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