Sliders

View: New views
2 Messages — Rating Filter:   Alert me  

Sliders

by Steven W. Riggins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Tweak mailing list
Tweak@...
http://impara.de/mailman/listinfo/tweak

Re: Sliders

by Fernando Soteras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



"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