I created a DateComboBox and DateComboBoxModel which simply display
List<Date>.  Selecting a date is optional on my form, so the first
date in the list, I've set to null.  I have a "clear" button on my
form which needs to reset the ComboBox to the first item.  Right now,
the model gets changed to the correct value, but the ComboBox in the
UI does not.  Any idea how I might get the ComboBox selection to
visually change to the selected item?  Was there an event I was
supposed to fire off?

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

Reply via email to