PDA

View Full Version : Can SimpleComboValue be changed from protected to public?



TheBuzzer
6 Oct 2008, 8:11 AM
I am wondering is it possible for SimpleComboValue to be changed so that way I could be able to use it. I want to make SimpleComboBox share same store but because the value is protected it makes me have to make a SimpleComboBox first and add values into it and than get the store from that one to share to other comboxbox.

gslender
6 Oct 2008, 3:17 PM
have you considered just using the standard ComboBox?

cheers,
grant

TheBuzzer
7 Oct 2008, 10:29 AM
well i just did another combobox to fit more my need based on simplecombo.

however I been getting a lot of trouble with change listener.

It is quite buggy if forceselection is on or off.

In my program when change happens I store the value into a orderdata that contains everything.

It might be a firefox problem though where it does events out of order