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
