Menu

#8 Can't create hi-res icon

open
nobody
None
5
2003-06-03
2003-06-03
Anonymous
No

I am trying on CW8 with PilRC plug-in to create a
hi-res icon, as the code below.

ICONFAMILYEX
BEGIN
BITMAP "heart8-2.bmp" BPP 8 DENSITY 2
BITMAP "heart8.bmp" BPP 8 DENSITY 1
END

However, the simulator never display the hi-res one.
Then I use the constructor to read the tmp file, the
app icon can't show up. I suspect the icon resources is
corrupted. Please try if it is a bug.

Discussion

  • Nobody/Anonymous

    BITMAP for hi-res icon

     
  • Aaron Ardiri

    Aaron Ardiri - 2003-12-29

    Logged In: YES
    user_id=27745

    i thought the rule was that icon families were supposed to
    have a 1bpp entry? i use this type of thing on a daily basis
    without any issues at all - have you tried doing something like
    this?

    ICONFAMILYEX
    BEGIN
    BITMAP "icon.bmp" BPP 1 DENSITY 1
    BITMAP "icon_8.bmp" BPP 8 DENSITY 1
    BITMAP "icon_8_2.bmp" BPP 8 DENSITY 2
    END

    if i recall correctly, PilRC *used* to report an error/warning if
    you didn't have a 1bpp icon bitmap.

     

Log in to post a comment.