(Sorry-- I had this posted in ActionScript as well -- not really an AS issue...)
I thought it would be easier for folks if they didn't have to create this from
scratch:
Here is the http://in.motion.com/flashSample/combobox_blues.swf
and the http://in.motion.com/flashSample/combobox_blues.fla.zip
- - - - - - - - - - - - - - -
Greetings --
I traced back a bug that I was having to its most basic level and was
surprised that it happens with only a ComboBox component and a button symbol...
I traced it back so far that it got rid of all of my ActionScript and was left
with only these two interface elements:
Set-up: Create a new Flash document, ActionScript 2 / Flash 8. Drag in a
combobox component and add a label. Create a new button symbol and define up,
over, down and hit states and drag this in as well...
When you try test this movie, you get strange behavior... Give the button a
few clicks to see that it is working properly. Then, click on the combobox to
open it and then go back to the button. The button will work the first time
tried, but will not work properly with subsequent attempts. It seems that the
states of the button are getting confused after the combobox is used? (help!?)
Could there be a work-around to this? Thank you in advance for you assistance
with this issue...!
dzedward - 24 Jun 2008 23:49 GMT
I'm not seeing the problem. what flash player do you have?
FishFlash - 25 Jun 2008 01:02 GMT
I have Flash Player 9 (9,0,115,0) on my Mac, and am getting the same behavior
on Windows XP...
Perhaps try not moving the mouse between subsequent clicks will make it more
apparent... I select something from the combobox. Then, the first click on the
button works properly... but when you release the button (and don't move the
mouse) it returns to the "up state" (not "over state"). Additional clicks don't
respond with a "down state"... it just flashes the "over state" momentarily.
It's causing me troubles because my interface asks users to first select from
a combobox to navigate and then they can click to subsequent items with a
button: next, next, next... to page through the selection. But this strange
interaction is hanging up the next button on the second click (it never gets
the down state).
Thanks for checking it out... I sure would appreciate any thoughts on the
matter...
FishFlash - 25 Jun 2008 21:05 GMT
Does anyone know of a way to possibly reset the status of a symbol button after the combobox is used? (If that is even the problem...?!?)
FishFlash - 30 Jun 2008 06:20 GMT
I just thought I would ask one more time before I move on to some ugly work around on this problem. Anyone? Any ideas?
Thanks so for your time in replying...!