Open GoogleCodeExporter opened 8 years ago
markup doesn't work for lists or text entries. instead, for list you may use
special types of columns, named @fore@, @back@ and @font@
for example
yad --list --column="text" --column="@fore@" "red text" "#ff0000" "black text"
"#000000"
shows an list dialog with two rows of text in different colors
for text-info there is no way now to tag a part of text. i'm working on markup
parser for this dialog, but this job still is on very early stage
Original comment by ananasik
on 10 May 2013 at 5:07
Thanks for the reply. I am trying now to use the suggested method to make a red
column
but I am not able to do it:
yad --list --column="text" --column="@fore@" "red text" "#ff0000"
--column="text2" "text2"
With this I expect that text2 is black and then all is red.
yad --list --column="text" --column="@fore@" "red text" "#ff0000"
--column="text2" --column="@fore@" "text2" "#0000ff"
With this I expect the first column red and the second blue but it apperas all
blue.
Seems that the foreground option change all the line. Is it a bug or the right
behaviour.
Are there some way to have different columns with different fonts and colurs?
Original comment by pilolli....@gmail.com
on 10 May 2013 at 12:17
Original issue reported on code.google.com by
pilolli....@gmail.com
on 9 May 2013 at 5:31