Yesterday I posted some code which fixes a bug and adds some features to the ComboBox. Because the ComboBox class has private functions in it, I was forced to copy the code into my own class and modify it. No problems except.....
I had named my class ComboBox simply because I copied the code directly from the sdk. Yesterday I decided it might be a better idea to name it something different to distinguish it from the one in the sdk. I went into my class and renamed it to ComboBoxSuper. Now it doesn't work some of the time. If I use ComboBoxSuper as straight a mxml tag, it fails. If I create one in AS and then addChild it to a container, it works fine. I don't get it. Can anyone explain this behavior? Warren

