« Return to Thread: Sliders

Re: Sliders

by Fernando Soteras :: Rate this Message:

Reply to Author | View in Thread



"Steven W. Riggins" wrote:
>
> If I want a simple slider (not a scroll bar with buttons) do I need
> to roll my own costume, or should I be using CScrollbarCostume and
> changing the lok and feel?
>
> Seems to have a simple knob slider is copying the cscrollbarcostume
> bits I need, which does not feel right

If a Scrollbar without buttons is what you mean ,  the following code
will do

sc:=CScrollBar open.
sc costume remove: (sc costume forwardButton) .
sc costume remove: (sc costume backButton)

Cheers,
Fernando
_______________________________________________
Tweak mailing list
Tweak@...
http://impara.de/mailman/listinfo/tweak

 « Return to Thread: Sliders