Re: Dynamic component instantiation and bindings

2018-11-04 Thread Alex Harui
Are you using the emulation components or the Basic components? We could probably emulate BindingUtils in the emulation components. For Basic, there are beads you can use, like SimpleBinding, ConstantBinding and ChainBinding. I think ChainBinding is closest to BindingUtils.bindProperty. But

RE: Dynamic component instantiation and bindings

2018-11-04 Thread Yishay Weiss
- Nicolas Granon Sent: Sunday, November 4, 2018 1:27:28 PM To: dev@royale.apache.org Subject: Dynamic component instantiation and bindings Hi all, We make heavy use of BindingUtils bindProperty (mostly) and bindSetter (sometimes) methods. We are a bit confused : is it still possible with Royale to bind

Dynamic component instantiation and bindings

2018-11-04 Thread Idylog - Nicolas Granon
Hi all, We make heavy use of BindingUtils bindProperty (mostly) and bindSetter (sometimes) methods. We are a bit confused : is it still possible with Royale to bind explicitly/dynamically (through code) like we did in Flex (as opposed to static binding with curly braces syntax) ? Our use-case