Hi Carlos,

Well at some point I agree, but there are components which you won't be able
to simple use this bead:

For example TextField. You cannot do such things:

var textField = new TextField();
textField.addBead(new UpgradeElement()) - cause this bead is registering
host.element and element is not always something what need to be upgraded.
Sometimes upgrades needs some internal components - Take a look how I use
UpgradeElement in TextField.

The other things RadioButton - It's also same or even worse, cause Radio
contains two components inside which need to be upgraded.

If we wanna add possibility to create such basic components dynamically I
don't see any other options. 

This bead is also for someone who will create custom component in FlexJS,
register it and will need to upgrade it during dynamic creation. - That's
the place where PAYG will work fully.

Piotr



-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p59711.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to