Hi Romano,

This is nice .... I dont that yellow color ... 

I suppose it is consitent with the focus color in fields & areas but it doesnt look 
great next to white lines in a text-list. 

Cheers Phil

=== Original Message ===

Hi, Hallvard,

>I'm too tired to probe through my text-list object or the documentation
available here and there. Can anyone tell me the path to the colour of the
highlighting of picked elements in a text-list, please?

It is hard-wired in the init field of the styles. It is not simple to change
it for many reasons (binding). Here it is an example:

high-col: 163.223.220
ly: layout [tl: text-list data ["a" "b"][]]
tl/iter/feel: make tl/iter/feel [
    redraw: func[f a i] bind [
        f/color: either find picked f/text [high-col] [slf/color]
    ] in tl 'self
]
view ly

Now you can also change the high-col var to change the color.

You could also change the init field of the style. But it is more complex.

---
Ciao
Romano

P.S. If you don't know it, try AnaMonitor to look in the vid objects.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to