How do I change the color of the hilite? On the iPhone, the "native" color is different than what LiveCode uses.
Linda
autoHilite
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: autoHilite
Hi Linda,
try:
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
try:
Code: Select all
set the hiliteColor of field "myField" to "11,146,213"
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