On Saturday, 26-March-2005 at 10:33:43 Carl Read wrote,

>
>On Saturday, 26-March-2005 at 1:11:39 Anton Rolls wrote,
>
>>Good question. That is really not obvious.
>>In fact, I'm noticing behaviour as yet strange
>>to my eyes; before I see the changed color
>>I have to do the following three lines:
>>
>>1)    view layout [tl: text-list data first system/words] 
>>2)    tl/sld/dragger/color: blue show tl
>>3)    view layout [tl: text-list data first system/words]
>
>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]

Well, I'm getting close...

view layout [
    tl: text-list data first system/words
    button "sld/pane/1/color" 200 [tl/sld/pane/1/color: random 255.255.255 show 
tl]
    button "sld/color" 200 [tl/sld/color: random 255.255.255 show tl]
    button "sld/pane/2/effect/3" 200 [tl/sld/pane/2/effect/3: random 
255.255.255 show tl]
    button "sld/pane/3/effect/3" 200 [tl/sld/pane/3/effect/3: random 
255.255.255 show tl]
]

That can change everything except the arrows' backgrounds.

-- 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