I can't seem to figure why I'm getting this error:
The supplied DisplayObject must be a child of the caller.
I'm trying to populate a ComboBox with a itemRenderer. I'm guessing that the parent display object is loading before the child is ready, but I'm not sure how to fix?
The error is in the Display ObjectContainer within the main thread of the flash movie. It doesn't error on any one line of code. I've attached the debug stop points and error messages as an image.