You're right. Probably TEXT-LIST should have its
MULTI/color function modified to accept more than two
colours. (not if you use those particular colours
though ;-)

        layout [text-list with [?? multi]]

Anton.

> >That only changes the bar color, not the full scroller 
> (including the arrows), 
> >which is easy to do with a normal scroller...
> >
> >    view layout [scroller red blue]
> >
> >so why not with a text-list!
> 
> OK, finally worked out a way to do it...
> 
> view layout [
>     tl: text-list data first system/words
>     do [
>         tl/sld/pane/1/color: red
>         tl/sld/color: green
>         tl/sld/pane/2/effect/3: tl/sld/pane/3/effect/3: blue
>         tl/sld/pane/2/colors/1: tl/sld/pane/3/colors/1: yellow
>         tl/sld/pane/2/colors/2: tl/sld/pane/3/colors/2: blue
>     ]
> ]
> 
> !
> 
> -- Carl Read.

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to