[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: strange behaviour of Spinner control
|
It sounds like you're seeing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=178100 , which is fixed in the
3.4 stream.
Grant
"Martin Geisse" <mgeisse@xxxxxxx> wrote in message
news:fhspdv$b1p$1@xxxxxxxxxxxxxxxxxxxx
> Hello everybody,
>
> I am trying to use a Spinner control in my application, and I'm
> encountering a strange problem: When I change the value by entering
> something into the text field of the Spinner, it sends ModifyEvents, but
> getSelection() still returns the old (unmodified) value. Only when I
> click on some other control, the new value is returned (this is probably
> as soon as the Spinner loses focus). Does anyone know this problem? In
> case it is platform-specific, I'm using Mac OSX.
>
> Thanks in advance,
> Martin Geisse