[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[nebula-dev] Problem with CalendarCombo and setDate()
|
- From: "B. Haje" <bhaje@xxxxxx>
- Date: Fri, 18 Apr 2008 21:35:07 +0200
- Delivered-to: nebula-dev@eclipse.org
- Thread-index: Acihi06P9D2/BDIJT5OFSPJAewa+4Q==
Hi,
I'm just trying to use the CalendarCombo widget, which by the way seems to
be a pretty good piece of work, but I'm experiencing a problem, after using
the setDate() method.
Usually I can use the combo-field to enter a date directly, without using
the popup. The entered date gets used after the popup afterwards and can be
read using getDate(). If I use setDate() before, that doesn't work any more.
The widget always uses the date which was set via setDate() - as long as I
use the popup to select an other date, but I can't enter it directly.
Do I have to specify a listener to the changing of the combo or something?
Thanks for your help
Bjoern