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: [email protected]
