Skip to main content
Participant
June 18, 2006
Question

combobox bug?

  • June 18, 2006
  • 1 reply
  • 198 views
Hi all,
i've got a problem using the combobox componet.

i've got a couple of mcs in my movie plus a couple of combobox componets. All of them have been created dynamically, using actionscript.

the thing is that while the combobox appears normally and it's SelectedIndex is visible, once i click on it in order to open the dropdown list, the rest items are not been displayed because of the depth problem i guess. they're behind some other mc's.

in order to create all objects i am using the getNextHighestDepth() function.
any ideas?
This topic has been closed for replies.

1 reply

Inspiring
June 18, 2006
When using getNextHighestDepth with version 2 components it can return a value that is out of range. Use the DepthManager Class instead.