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