> I use codewarrior9 and PilRC Designer,and develop for Palm(above Palmos3.5). > I draw a beautiful bitmap on the form as its background,and I want to draw > texts on the bitmap now. > I find WinDrawInvertedChars and WinDrawChars will destroy the background > bitmap.Please see the attachment. > How do I keep up the background bitmap?
OS 3.5+ WinPaintChars(... winOverlay); pre OS 3.5 WinEraseChars(); WinInvertChars(); something like that - i did it all the time :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
