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 if I am using binding in my application like this
   <fx:Binding source="sname.text" destination="controller.scenario.name"/>
   **binding.source** should be sname and
    **binding.destFunc** should be null and 
   **binding.destination** should be controller.scenario.name 
   But when i compile application binding.source** is sname  
**binding.destFunc**  is controller.scenario.name and **binding.destination** 
is null
   
![image](https://user-images.githubusercontent.com/42200979/116867388-7f55db80-ac26-11eb-9f5e-10f47560bafa.png)
   
![image](https://user-images.githubusercontent.com/42200979/116867435-a01e3100-ac26-11eb-8881-d830cd81f2b0.png)
   
   


-- 
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]


Reply via email to