I created a custom textfield component that I need multiples of in a single swf. I also created a non-visual wrapper component to manage them. I am sending info from the textfields to wrapper. I was planning on using the child index to associate the info with the right component. The problem occurs when I have two instances of the textfield component and one of the wrapper on stage and I use stage.numChildren and it returns 1. I have tried to figure this out but I’m totally stuck. I will be glad to provide code or any other info about project upon request. Thanks in advance for trying to help.
Share
This is a very specific problem. Try to trace the children of your stage and the parents of your textfields.
IMHO your textfields aren’t directly added to the stage, they could have a same and unique parent.