Discussion:
Sliders
Steven W. Riggins
2006-02-25 04:40:40 UTC
Permalink
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
Fernando Soteras
2006-03-01 10:23:41 UTC
Permalink
Post by Steven W. Riggins
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

Loading...