|
Klaus,
> I watched a funny behavior of the SpinnerPresenter. If I put it directly
> into my view the directions of increase and decrease are twisted.
[]
> Any idea?
It's a long, long time since I looked at this but on checking the
package it appears that the Interval has to go from positive to negative
to get the expected operation. Have a look at
SpinnerPresenter>>onViewOpened:. it includes
spinPresenter view range: (16r7FFFFFFF to: -16r7FFFFFFF).
If you haven't used a SpinnerPresenter, just a Spinner, than that might
make a difference as the default range is 0 to: 100.
FWIW, the goodie has been removed for Dolphin6; it has it's own
SpinButton class.
--
Ian
Use the Reply-To address to contact me.
Mail sent to the From address is ignored.
|