On 11/23/05, David Oldis <[EMAIL PROTECTED]> wrote: > This is what I use to create iconfamilies: > > ICONFAMILYEX > BEGIN > BITMAP "icon32x22x8.bmp" BPP 8 DENSITY 1 TRANSPARENT 0 255 0 > BITMAP "icon64x44x8.bmp" BPP 8 DENSITY 2 TRANSPARENT 0 255 0 > BITMAP "icon32x22x16.bmp" BPP 16 DENSITY 1 TRANSPARENT 0 255 0 > BITMAP "icon64x44x16.bmp" BPP 16 DENSITY 2 TRANSPARENT 0 255 0 > END > > SMALLICONFAMILYEX > BEGIN > BITMAP "icon15x9x8.bmp" BPP 8 DENSITY 1 TRANSPARENT 0 255 0 > BITMAP "icon30x18x8.bmp" BPP 8 DENSITY 2 TRANSPARENT 0 255 0 > BITMAP "icon15x9x16.bmp" BPP 16 DENSITY 1 TRANSPARENT 0 255 0 > BITMAP "icon30x18x16.bmp" BPP 16 DENSITY 2 TRANSPARENT 0 255 0 > END > > This way I can cover all (color) bases.
you should *always* have a BPP 1 DENSITY 1 bitmap in your icons, even if it is a 1x1 blank image. the issue is that an icon is a bitmap; and, color was instructed with v2, highres with v3. you must have a v1 compliant bitmap image for all icons. -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
