void WinDrawTransparentChars(char*str,UInt16 len,UInt16 x,UInt16 y){UInt32 odm; odm=WinSetDrawMode(winOverlay);//set draw mode to overlay WinPaintChars(str,len,x,y);//draw the string WinSetDrawMode(odm);//restore draw mode } On 8/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I want to draw image as background on list, then draw text on the image. does anyone know how to draw text with transparent background? thx -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
-- Best Regards, Dmitry Grinberg Software Engineer, http://PalmPowerups.com (847) 226 9295 AIM: DmitryGrinberg MSN: [EMAIL PROTECTED] ICQ: 165589894 Y! IM: dmitrygr2003 -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
