Hi Alex,

>I'd be interested in understanding the scenario where you create multiple
instances with the exact same set of properties. 

Even if these scenarios are probably rare:
One scenario is to display multiple instances of the same UI component at
the same time. After initialization, they are all identical.
Another scenario is when you create whatever other object instances
dynamically at runtime it could occur, that you accidentally created more
instances than needed (without knowing about this issue). With a unique
identifier, such a thing could be more obvious.

>For PAYG reasons, identifiers are not added to every object "just-in-case". 
If you need them, add them. 
> Import org.apache.royale.utils.UIDUtil; 

I already understood it and I am totally fine with this workaround!
I don't want to complain, I just want to understand it entirely! ;-)

Thanks for the help,
Olaf



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/

Reply via email to