autoHilite

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

autoHilite

Post by anmldr » Wed Oct 10, 2012 11:22 pm

How do I change the color of the hilite? On the iPhone, the "native" color is different than what LiveCode uses.

Linda

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4003
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: autoHilite

Post by bn » Thu Oct 11, 2012 9:07 am

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

Post Reply

Return to “iOS Deployment”