PDA

View Full Version : Combobox


-hobbes-
12-13-2004, 12:09 PM
I use the UI components and i did a combobox, however i need to make the combobox unselectable, but how i do this? some help please

paranoidan
12-13-2004, 12:22 PM
give instance name to your combo box.
for example
my_cmb
then
my_cmb.enabled=false

-hobbes-
12-13-2004, 12:45 PM
Tank you

I had seen the ComboBox class and they didn't tell about this property.

However tanks a lot.