aharui commented on issue #1007: URL: https://github.com/apache/royale-asjs/issues/1007#issuecomment-751483179
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 the compiler. Not sure how long that will take. I recommend as a workaround re-coding the MXML as ActionScript. Create the array of ADG columns in AS and assign it to dgColumns. Make dgColumns [Bindable] in the base class to get rid of the warning. ---------------------------------------------------------------- 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]
