This might work (not tested).
RGBColorType rgb; rgb.r = 0; rgb.g = 0; rgb.b = 255; UIColorSetTableEntry(UIFieldCaret, &rgb);
This should make the caret blue.
Regards -Laurens
Wonderful, thanks! That did the job.
Fangorn
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
