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

Reply via email to