Re: [Flashcoders] _searchKey???

2007-05-04 Thread Muzak
: 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

RE: [Flashcoders] _searchKey???

2007-05-04 Thread Scott Boepple
: Thursday, May 03, 2007 11:11 PM To: flashcoders@chattyfig.figleaf.com 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

Re: [Flashcoders] _searchKey???

2007-05-04 Thread Muzak
Subject: RE: [Flashcoders] _searchKey??? 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

RE: [Flashcoders] _searchKey???

2007-05-04 Thread Scott Boepple
, 2007 11:14 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] _searchKey??? Ah, that's the annoying focusmanager stealing focus - bug ;-) http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg22433.h tml regards, Muzak - Original Message - From: Scott

[Flashcoders] _searchKey???

2007-05-03 Thread Scott Boepple
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