How to change a line style of one line of a field
Posted: Mon Jan 03, 2011 10:55 am
I have a list field, which I want to change a style of selected line different as other lines. Is this possible or am I optimist
.

Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseup
set the textstyle of char 1 to -1 of me to plain
set the textstyle of line(the hilitedlines of me) of me to bold
end mouseup