Making an icon (.icns)

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Making an icon (.icns)

    I want to use a stnadrd JPEG file as the basis for an app's file/dock
    icon./ how do I do this??
    C++ Programmer Guest

  2. Similar Questions and Discussions

    1. Acrobat pdf icon switches to Mac Preview icon on save
      When I create a pdf using Distiller, the Acrobat icon appears on the pdf. If I open the pdf in Acrobat and make any notations, when I save it the...
    2. All i can see is a broken image icon (this is a littlepaper looking icon with a circle, square and triangle in it
      Ever since i got flash player 9 my flash player dosn't wok at all. All i can see is a broken image icon (this is a little piece of paper looking...
    3. Changing pdf file icon to Adobe icon
      I was wondering if you could help me change my icons to Adobe! My platform is Windows NT 4.0 Server. I had Adobe Reader v5, and then I installed...
    4. Making an IE icon in FW?
      Chris Jumonville wrote: You can make any image you like using setting the canvas size to 16x16 pixels. However, you would have to use another...
    5. Bad icon
      MichaKey8 wrote: Try Diskwarrior.
  3. #2

    Default Re: Making an icon (.icns)

    I have an icns file that shows all of the various sizez using Icon
    Composer. I used PB to change the Target entry to use the .icns file.
    But, fter rebulding the app, the app's icon is still the generic icon.
    I have tried to flush the OS X cache, and have logged out & in and even
    restarted but I still get the generic app icon.
    any ideas?

    Icon Browser seems to show a valid icns file.
    Can I get an .icns file from an existing app and ise it?? Or one of
    Icon Factoy's icons??

    thanks


    In article <1g0hd1a.14dcdv14rh6rcN%usenet@mile23.com>, Paul Mitchum
    <usenet@mile23.com> wrote:
    > C++ Programmer <sophieowner@yahoo.com> wrote:
    >
    > > I want to use a stnadrd JPEG file as the basis for an app's file/dock
    > > icon./ how do I do this??
    >
    > Install the developer tools and use IconComposer.
    C++ Programmer Guest

  4. #3

    Default Re: Making an icon (.icns)

    In <310820030443315022%sophieowner@yahoo.com> C++ Programmer wrote:
    > I have an icns file that shows all of the various sizez using Icon
    > Composer. I used PB to change the Target entry to use the .icns file.
    > But, fter rebulding the app, the app's icon is still the generic icon.
    > I have tried to flush the OS X cache, and have logged out & in and
    > even restarted but I still get the generic app icon. any ideas?
    Try selecting Build -> Clean from the menu in PB? Then build your app
    the normal way, the app's icon should be the one you specified after
    that.
    Edward Hillenbrand Guest

  5. #4

    Default Re: Making an icon (.icns)

    C++ Programmer <sophieowner@yahoo.com> wrote:
    > I have an icns file that shows all of the various sizez using Icon
    > Composer. I used PB to change the Target entry to use the .icns file.
    > But, fter rebulding the app, the app's icon is still the generic icon.
    > I have tried to flush the OS X cache, and have logged out & in and even
    > restarted but I still get the generic app icon.
    > any ideas?
    You have to specify which icon file to use in the Info.plst file. You do
    this by clicking on the 'Targets' tab in PB and doing what comes
    naturally. :-)
    Paul Mitchum Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139