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
Hi Nicolas, There’s an example [1] that seems to at least partially answer your question. Yishay [1] https://github.com/apache/royale-asjs/blob/develop/examples/royale/DataBindingExample_as/src/main/royale/MyInitialView.as#L180 From: Idylog -