Hi,

I attach a movieclip from library which includes a instance of ComboBox.

After attachment I wait 3 frames then I populate the Combo in a for loop
by calling the addItem() method.

Problem is that I can't activate/open the combobox onClick. I can see
that the title of the ComboBox is proper filled out and checking on the
length of it says it contains the elements that it should, but it just
won't open

What is wrong?


Simple Code ex:
//....
cbAlder.addItem("< 18", "< 18");

for (i=18 ; i<=50 ; i++) {
        cbAlder.addItem(i, i);
}
//.....

Thanks a lot in advance

Martin
_______________________________________________
[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

Reply via email to