Page 1 of 1

autoHilite

Posted: Wed Oct 10, 2012 11:22 pm
by anmldr
How do I change the color of the hilite? On the iPhone, the "native" color is different than what LiveCode uses.

Linda

Re: autoHilite

Posted: Thu Oct 11, 2012 9:07 am
by bn
Hi Linda,

try:

Code: Select all

set the hiliteColor of field "myField" to "11,146,213"
the numbers are a valid RGB value,, i.e. a color.
You have to tweak the color to get it right.

you can also set the hiliteColor manually for e.g. a field by going into the properties inspector -> Colors and Patterns and choose a hilite color there.

Kind regards
Bernd