# Combobox not showing selection?

**URL:** https://forum.kirupa.com/t/combobox-not-showing-selection/263740
**Category:** Uncategorized
**Created:** [June 18, 2008, 8:19pm UTC](https://forum.kirupa.com/t/combobox-not-showing-selection/263740 "2008-06-18T20:19:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![level4designs](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/level4designs/32/2659_2.png) [@level4designs](https://forum.kirupa.com/u/level4designs)
#### Post date: [June 18, 2008, 8:19pm UTC](https://forum.kirupa.com/t/combobox-not-showing-selection/263740/1 "2008-06-18T20:19:02Z")

</div>

I have a combobox… I have actually others in this project, and they work fine.

I am trying to just call it using actionscript on the 1st frame for simplicity.

```auto
 
contentmain_mc.cart_mc.checkout_mc.country_cb.removeAll();
contentmain_mc.cart_mc.checkout_mc.country_cb.addItem({label:"Please Select...", data:0});

```

all my other boxes work properly, this should set “Please Select…” as selectIndex 1, but it appears when I open the combo box, but I can’t select it. If I do click on it, the combobox is always empty, no matter what??? my other boxes appear properly, but not these ones…

I tried to set the “prompt” and that does not do anything? doesn’t even appear as a selection…

---

<div class="post-metadata">

### Author: ![Digitalosophy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/digitalosophy/32/1114_2.png) [@Digitalosophy](https://forum.kirupa.com/u/Digitalosophy)
#### Post date: [June 18, 2008, 8:49pm UTC](https://forum.kirupa.com/t/combobox-not-showing-selection/263740/2 "2008-06-18T20:49:22Z")

</div>

There must be a conflict somewhere.

---

<div class="post-metadata">

### Author: ![level4designs](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/level4designs/32/2659_2.png) [@level4designs](https://forum.kirupa.com/u/level4designs)
#### Post date: [June 18, 2008, 9:23pm UTC](https://forum.kirupa.com/t/combobox-not-showing-selection/263740/3 "2008-06-18T21:23:43Z")

</div>

any ideas? I don’t get any errors… I don’t call it from anywhere else in my file… and these lines of code are working, but it’s just putting in the combobox, not actually going to it as the first item?

strange…

---

<div class="post-metadata">

### Author: ![level4designs](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/level4designs/32/2659_2.png) [@level4designs](https://forum.kirupa.com/u/level4designs)
#### Post date: [June 18, 2008, 9:37pm UTC](https://forum.kirupa.com/t/combobox-not-showing-selection/263740/4 "2008-06-18T21:37:09Z")

</div>

ok, figured it out… if a movie clip is behind a mask, then the combobox behaves like this??? what gives… I remember all the small quarks like this in flash 8, now I have to waste a day doing stuff like this with CS3…

behind mask - prompt or 1st load doesn’t appear  
not behind mask - works just fine
