aharui
aharui
Here's a prototype of custom renderer with a custom right click menu. [ADGRendererWithCopyText.txt](https://github.com/apache/royale-asjs/files/6114505/ADGRendererWithCopyText.txt)
It is just a prototype. I don't think I will have time soon to create a complete implementation. You should be able to start from here and complete it yourself....
Seems to work ok for me.
The compiler is already checking the type information it has, but because the JS runtime does not do much type-checking, there is always a chance that what gets passed in...
Please do not use RAR files. And please explain what isn't working.
Are you sure this worked in Flex? I would think you would need x:Declarations tag around the set of fx tags
The example in the zip did not include `fx:Declarations`. I added it and saw a warning about not able to bind to dgColumns. I want to rewrite this part of...
Are there compiler warnings about not being able to detect changes to model.messageVO.message? Try making a simple test case.
The example did not seem complete.
The one you shared. It seemed to reference views that weren't in the example source. Or maybe I just missed it.