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