Hi Daniel, I tried using WinPaintChars and got the same results (the off bits were drawn using the bacground color, instead of not being drawn at all). It sounds like I need to learn what is meant by the "current drawing state transfer mode."
Regards, Rich ----- Original Message ----- > From the docs: > > "This function differs from WinPaintChars in that this function always > uses winPaint mode (see WinDrawOperation). This means the on bits are > drawn in the text color, the off bits are in the background color, and > underlines are in the foreground color. WinPaintChar uses the current > drawing state transfer mode instead of winPaint" > > So you might want to use > > void WinPaintChars (const Char *chars, Int16 len, Coord x, Coord y) > > instead (introduced in PalmOS 3.5) and set the Draw-Mode to winOverlay > before. > > Daniel Seifert > www.dseifert.de -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
