<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I've used the various Insertion point functions InsPtSetLocation
> InsPtEnable etc and they work great to move the Insertion point about
> but is it possible to change its colour?
>
> When displayed on a black screen it disappears, I thought it would
> have XORed with the screen but it doesn't. I'm not using the Insertion
> point in a standard field.

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



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to