Hello Julian, I use Constructor for my resources, so I'm not sure what the PilRC equivalent would be, but have you set the transparent color in your App Icon Family?
Adrien. Sunday, November 14, 2004, 3:09:46 PM, you wrote: JLH> Regards, JLH> I know I am going regret asking this (since it is most likely something JLH> trivial), but here it goes... JLH> When I add an icon to a palm application, I use a PilRC entry like the JLH> one below (this is a very specific application, so I know the only icon JLH> that will be used is the double density one, the low density is just for JLH> sizing), JLH> ICON ID 1000 COMPRESS JLH> BEGIN JLH> BITMAP "images/icon-hi.bmp" BPP 8 NOCOLORTABLE DENSITY 144 TRANSPARENT JLH> 0 255 0 JLH> BITMAP "images/icon.bmp" BPP 1 NOCOLORTABLE DENSITY 1 JLH> END JLH> The problem is when the user clicks on the icon in the launcher it will JLH> invert black to white and white to black. How do I stop this? I have JLH> looked at other programs using black (RGB(0,0,0)) in their icons and it JLH> does not end up inverted! What am I missing?!? JLH> The same thing also happens when an image is highlighted in a table row JLH> (possibly different problems). JLH> Cheers, JLH> -- Julian. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
