I'm only overriding UlcComboBox#contentsChanged(ListDataEvent), making
it do nothing.

 /** Without this, it keeps sending the
DataComboBoxModel#setSelectedItem(Object) a null. */
 @Override
 public void contentsChanged(ListDataEvent event){
   _logger.debug("received event: {}", event);
   super.contentsChanged(event);
 }

I do not understand what contentChanged() is doing that causes it send
a null to DataComboBoxModel#setSelectedItem(Object).  It seams to be
creating another event.

Cameron

On 5/3/06, Etienne Studer <[EMAIL PROTECTED]> wrote:
I'm not sure why you sub-classed the ULCComboBox. I never had a need for
this, even with custom combo box models.

Etienne
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to