pashminakazi edited a comment on issue #646: URL: https://github.com/apache/royale-asjs/issues/646#issuecomment-649446646
In starting before creating this issue this setup look likes In Starting it was looking like : https://user-images.githubusercontent.com/42200979/71641333-0ce48c80-2cbc-11ea-9c73-296b5e9f49fe.png but now this is blank This data is returned from Java side :  It is assigning to private var xmlGroupMemberDP:XMLList; :  after this line system jump on line : this.tvGroupMember.dataProvider = new mx.collections.XMLListCollection(this.dbzSecurityPolicy_xmlGroupMemberDP); but couldn't execute it because of this exception,tvGroupMember is mx:Tree's ID this.tvGroupMember.dataProvider couldn't be setted thats why everything is showing blank  After this line when i resume this exception occurs : TypeError : this.generator is not a constructor   and then execution ends here after this exception ---------------------------------------------------------------- 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]
