Hi,
   I've been trying to use the new windows constructor to finally be
able to create color icons.  I'm also using Metrowerks R6.  My old
setup was like this:
Icons
    App icon    1000

Multibit Icons
   Small Icon   1001


Now it looks like I should have something like this:
Bitmaps:
    BWIcon      1001
    GreyIcon    1002
    ColorIcon   1003
    SmallBWIcon    1011
    SmallGreyIcon  1012
    SmallColorIcon 1018

App Icon Families
    AppIcon     1000
    AppSmallIcon   1001

Inside the AppIcon Family I will point to the appropriate bitmap for
each item.    I then delete my old  Icons, and MultiBit Icons, so as
not to confuse anything.

All seems OK, so I go to compile this- compiles fine.   When I install
the app, the icon shows as the default icon, not as the proper color
or bw icon I just created.   I tried adding back the original icons
and these show up. 

It seems there must be somewhere I can set the program to look at the
icon family as opposed to the original icons.  I am already pointing
to the family id of 1000 in the 'icon' field at the bottom of the
contructor window.  In addition, I tried compiling the 'colordeal'
sample app and got the same results.  Any ideas?
Thanks,
Dave Haupert
DDH Software, Inc
[EMAIL PROTECTED]    http://www.ddhsoftware.com

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to