DaPunkt
10-21-2003, 03:38 PM
I have this code:_root.attachMovie("FComboBoxSymbol","myComboBox",15);
myComboBox._x= 250;
myComboBox._y= 370;
menuItems = ["Belgium", "The Netherlands", "Germany", "France", "UK", "Italy", "Austria","Switzerland","Spain","Portugal","Sweden","Norway","Finland","Danmark","Ireland","Other"];
myComboBox.setDataProvider(menuItems);
myComboBox.setRowCount(16);
myComboBox.sortItemsBy("label","ASC");
myComboBox.setSize(180);
myComboBox.setStyleProperty("embedFonts", true);
myComboBox.setStyleProperty("textFont", "pixeltype");
myComboBox.setStyleProperty("textSize", 8);
myComboBox.setStyleProperty("arrow", 0x800008);
When I publish my .fla the combobox has no arrow!
TIA
myComboBox._x= 250;
myComboBox._y= 370;
menuItems = ["Belgium", "The Netherlands", "Germany", "France", "UK", "Italy", "Austria","Switzerland","Spain","Portugal","Sweden","Norway","Finland","Danmark","Ireland","Other"];
myComboBox.setDataProvider(menuItems);
myComboBox.setRowCount(16);
myComboBox.sortItemsBy("label","ASC");
myComboBox.setSize(180);
myComboBox.setStyleProperty("embedFonts", true);
myComboBox.setStyleProperty("textFont", "pixeltype");
myComboBox.setStyleProperty("textSize", 8);
myComboBox.setStyleProperty("arrow", 0x800008);
When I publish my .fla the combobox has no arrow!
TIA