PDA

View Full Version : Combo Box Dumy question


kelemvor
07-23-2002, 08:32 PM
Hi im new to mx and i wish to make a combo box very simple i mean....
the combo has 3 labels
1
2
3

i wish when the user click on each one to show a text show...if user clock label 1 and text say hello if the user click label 2 the dynamic text say hi...etc....

I have one combox allready dowloaded from here but this only works when the user click another button after select the label, and i need the one above=)
Tx!=)

Abelius
07-23-2002, 09:01 PM
function myHandler() {
myDynamicTextField_txt= _root.myComboBox_cmb.getValue();
}


Hope it helps :)

kelemvor
07-25-2002, 05:29 PM
Tx anyway ...but seems doent work....i need this script for:
when the user choose a items in the combobox to show a movie
so lets say i have 5 options so if user clicks option 1in combobox a movie will be loaded in level"x" and so on....

kelemvor
07-25-2002, 05:50 PM
I just dowloaded from here another combo box that seems to work but i need it without the dowlaod button

kelemvor
07-25-2002, 06:02 PM
Well after playing a little with the zip i got it tx anyway=)
was only to change the hadler.....=)

Abelius
07-25-2002, 06:03 PM
OK, let me check...

kelemvor
07-26-2002, 02:09 PM
Well i have the combox working properly ...but now i need to make it smaller , i mean smaller fonts and container....looking into the script i cant see where is the size of the font.....
Anybody can help me=PP
Tx in advance!

kelemvor
07-26-2002, 10:20 PM
I got it again=)tx anyway.