Hi, I have just started coding in AS. I am trying to added a very lightweight "dialog box" for setting a couple of config options to an app that is otherwise working as intended. When the config button on the main app is clicked, I attachMovie a new clip (actually a MovieClip subclass) to the main clip. The new clip's onLoad method paints an opaque background and adds an input textfield. All that appears to work fine. The problem is that while the textfield is selectable for editing using Tab navigation, I can't seem to select it with the mouse. Input textfields on the main app clip work fine, so the problem seems to be related to the field being a child of a child clip.
I know this is a somewhat sketchy description, and I can post code if necessary, but perhaps someone with more experience than I can tell right away what I'm missing. Thank you, Jay _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
