Hi I am making a simple card game using OnBoardC and have I discovered a strange thing. I use WinSetBackColor to make a green background in the window. Then I draw a 8-bit bitmap image of a white card. I then draw a 1-bit bitmap on top of that card - and then the green background color is used as background in the 1-bit bitmap! Setting or removing transparency in the 1-bit bitmap (using RsrcEdit or PRCEdit) doesn't change anything. http:/hjem.get2net.dk/lindblad/temp/test.gif
Is this "documented behavior"? Should 1-bit bitmaps "inherit" the background color set by WinSetBackColor? I have fixed it by using 2-bit bitmaps, but... ??? Thomas -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
