> BITMAP "ErrorLarge256Bitmap.bmp" BPP 8 NOCOMPRESS TRANSPARENT 0 255 0 > TRANSPARENTINDEX 0 DENSITY 2 NOCOLORTABLE > > The problem is that I still see the green. Do I need to set the > TRANSPARENTINDEX to something like 000255000?
no... the transparentindex is the index of green in the palm standard palette, you can find it out with WinRGBToIndex. it's a number between 0 and 255. the rgb value should actually work too, but maybe it's another shade of green? markus dresch (www.palmside.com) > "Markus Dresch" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > set the transparent rgb values to green? > > > > markus dresch (www.palmside.com) > > > > > > "Eric Potter" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > > news:[EMAIL PROTECTED] > > > OK, I copied the error bitmap from OS into a resource database. Then I > > > opened that database with constructor and saved it as a rsrc file. > > > Then I opened that rsrc file with PilRC designer and added that bitmap > > > to my application. The problem is that when I display the bitmap in my > > > application, the transparent part of the bitmap is now green. Any > > > Ideas on how to correct this? > > > > > > thanks > > > > > > > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
