It's specifically killing my buttons (which are movieclips). It's forcing me to move the mouse slightly before buttons register as clickable again. But that's really the smaller issue. Main problem is that the combobox is having its way with movieclips that have nothing to do with it. I've even tried constantly deleting _searchKey from the clips it's affecting, but as soon as the variable is set, the stage is affected.
Scott. Scott Boepple | Flash Lead | Whittman Hart | 310.788.1900 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Thursday, May 03, 2007 11:11 PM To: [email protected] Subject: Re: [Flashcoders] _searchKey??? > "_searchKey" is added as a variable to all the movieclips on the stage > and is interfering with extremely basic functionality What is it exactly that goes haywire? regards, Muzak ----- Original Message ----- From: "Scott Boepple" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, May 04, 2007 2:27 AM Subject: [Flashcoders] _searchKey??? So I'm working on a project that uses the Flash 8 combobox. Everything is dandy until an item is selected from the combobox - at that point "_searchKey" is added as a variable to all the movieclips on the stage and is interfering with extremely basic functionality. I found _searchKey in mx.managers.FocusManagermx.managers.FocusManager in the First Run/Classes local structure. Apparently it's used to make sure components don't search for something more than once and uses getTimer (); That's all good. Glad it's there. Why would that property now be applied to other mc's on the stage? Any ideas how I could work around this or should I simply avoid the combobox? _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

