[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #1098: Add Tree component to Jewel

2021-05-03 Thread GitBox
piotrzarzycki21 commented on issue #1098: URL: https://github.com/apache/royale-asjs/issues/1098#issuecomment-831208913 @Harbs pointed that current behavior of tree after my commit doesn't look right. I will try to work on that as part of this issue. -- This is an automated message from

[GitHub] [royale-asjs] pashminakazi commented on issue #1107: Uncaught TypeError: Cannot read property 'length' of null (ContainerDataBinding.js:67)

2021-05-03 Thread GitBox
pashminakazi commented on issue #1107: URL: https://github.com/apache/royale-asjs/issues/1107#issuecomment-831182761 Example : https://drive.google.com/file/d/1zU9BpgXhf2I76qYEp96ZLiQmASi4ThTB/view?usp=sharing -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [royale-asjs] pashminakazi opened a new issue #1107: Uncaught TypeError: Cannot read property 'length' of null (ContainerDataBinding.js:67)

2021-05-03 Thread GitBox
pashminakazi opened a new issue #1107: URL: https://github.com/apache/royale-asjs/issues/1107 When I use fx:Binding in my application It will throw this exception There's three arguments in ContainerDataBinding binding.source binding.destFunc binding.destination for Example