Actually, I want the selected item of the combobox to appear as a label. Thanks.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Janak Mulani Sent: Wednesday, August 25, 2010 12:46 AM To: [email protected] Subject: RE: [ULC-developer] Read Only ComboBox Hi Christian, Do you mean to say that you want to disable the popup list of the combobox? You can disable the combobox if you don't want some users to operate it. What is your GUI requirement? Thanks and regards, Janak -------------------------- email: [email protected] http://www.canoo.com http://ulc.canoo.com ---------------------------- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Fraser, Kristian Sent: 25 August 2010 00:58 To: [email protected]; [email protected] Subject: RE: [ULC-developer] Read Only ComboBox Sorry, I did not explain properly. What we really need is a combobox to display as a label. Our UI designer wants any users that do not have access to change the combobox to see the data in a read only mode. To him, this means, it should display as a label. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Janak Mulani Sent: Tuesday, August 24, 2010 1:21 PM To: [email protected] Subject: RE: [ULC-developer] Read Only ComboBox Hi Christian, Firstly, I believe you can post on ulc-premium-support because FCC has purchased premium support. Which version of ULC are you using? I am not able to reproduce the problem. Can you please send me a small snippet that demonstrates the problem? Thanks and regards, Janak -------------------------- email: [email protected] http://www.canoo.com http://ulc.canoo.com ---------------------------- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Fraser, Kristian Sent: 24 August 2010 01:56 To: [email protected] Subject: RE: [ULC-developer] Read Only ComboBox Hello everyone, I am trying to use the ULCComboBOx method setEditable(). For some reason, it does not seem to work when running my application. Any ideas? /** * Determines whether the <code>ULCComboBox</code> field is editable. An editable * <code>ULCComboBox</code> allows the user to type into the field or select an * item from the list to initialize the field, after which it can be edited. * (Theediting affects only the field, the list item remains intact.) A * non-editable <code>ULCComboBox</code> displays the selected item in the field * but the selection cannot be modified. * * @param editable a boolean value where true indicates that the field is editable **/ public void setEditable(boolean editable) { } _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
