flex 4 - creationIndex for containers
Posted
by sami
on Stack Overflow
See other posts from Stack Overflow
or by sami
Published on 2010-04-01T20:50:42Z
Indexed on
2010/04/01
20:53 UTC
Read the original article
Hit count: 367
flex4
In Flex 3, we can set the following properties in a container object for deferred instantiation:
creationPolicy = "queued"
creationIndex = "1" (or "2" or "3" etc.)
In Flex 4, for I can find the creationPolicy property but there is no creationIndex - trying to set the creationIndex throws a "deprecated" warning but there is no hint on what to use otherwise
Any ideas?
Thanks - Sami
© Stack Overflow or respective owner