Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Problem with CalendarCombo and setDate()

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



Back to the top