> UIComponent has this for createChildren:
> protected function createChildren():void
> {
> }
>
> Calling it does nothing, you don't need to call it.Hi Paul, Okay. I could have looked that up, or just called super.createChildren() after my code, and in this case the super would not create the object since it contains a check. I'm new to AS3 so I'm fishing for more informed opinions than my own, still it would be nice to just call grandpa not have to worry about it. Thanks, tonio

