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