Thanks! That worked perfectly..
Jim "John Wilund" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hi, > I need to draw characters to the screen which has a FormBitmap set as a > background. > > When I draw the characters though, their backgrounds show up as white. > > I can't see a way to use WinSetBackColor to a transparent value. > > Does anyone have a suggestion as to how I can accomplish this? WinPushDrawState(); WinSetDrawMode(winOverlay); WinPaintChar(char,pos,y); WinPopDrawState(); > Thanks in advance, > > Jim Sincerely, /John P.S. Please join our PalmDev channel: #SrcEdit at server: irc.freenode.net:6667 use !api, !error and !get. -- John Wilund [EMAIL PROTECTED] http://srcedit.brainsware.org irc://irc.freenode.net/SrcEdit -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
