On Wed, Oct 30, 2002 at 10:33:06PM -0600, Ben Combee wrote:
>> I have a problem with the slider control, if I set the min value of
>> the slider to '-60'  and max value to ' 0 ' , then the slider behaves
>> very erratically.
> 
> Set the minimum to 0 and the maximum to 60, and offset the value of the 
> slider when you handle its events.
> 
> However, I'm curious as to why the slider isn't handling negative values 
> well -- from looking at the source, it looks like it should be able to 
> handle that range without problem.

It's not the negative values per se that cause the trouble, but it is a
trivial consequence of the real problem that negative values are unusable.

Sliders with non-zero minValues are utterly borked on pre-4.1 devices.
This has been covered here at least once before, and is listed as a fix
in
        http://www.palmos.com/dev/support/docs/palmos40/os41overview.html

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to