Skip navigation
Currently Being Moderated

Can't get Extension's icons to work properly

Jun 26, 2012 11:04 AM

Hi,

I don't know why but it seems I'm unable to make the extension show its own icon (the ones that EB lets you choose in the Bundle Manifest Editor - Normal Icon, Rollover Icon, Dark Normal, etc.).

I've checked the manifest and it seems OK. There's a point I wasn't aware of, in the documentation, saying:

You must save all of the alternative image files in the src/ folder of your project, so that they are copied to the correct location in the output directory.

I guess it means that I can nest them in a folder as well, but I've tried with the following setting too:

 

<Icons>
     <Icon Type="Normal">./src/Normal.png</Icon>
     <Icon Type="RollOver">./src/Rollover.png</Icon>
     <Icon Type="Disabled">./src/Normal.png</Icon>
     <Icon Type="DarkNormal">./src/Normal.png</Icon>
     <Icon Type="DarkRollOver">./src/Rollover.png</Icon>
</Icons>

 

with no luck, Photoshop displays always the default Lego-like icon.

 

What am I doing wrong? May be that I'm passing through an MXI as well? But as far as I know, in the MXI you set the icon for Extension Manager only.

I'm really puzzled :-/

Thanks in advance!

 

Davide

 
Replies
  • Currently Being Moderated
    Jun 26, 2012 12:32 PM   in reply to DBarranca

    Yeh, I think you're right about the MXI icon - that only gets used by Extension Manager.

     

    I would look for your extension in the service manager folder (on a Mac if you've installed with EM then that'll be in /Library/Application\ Support/Adobe/CS6ServiceManager/extensions/your_bundle_id, if you're running locally then it'll be under the user Library folder; for Windows I think it's under

    C:\Program Files\Common Files\Adobe\CS6ServiceManager\extensions\your_bundle_id). You should double check that the icons are there, and that they're in the right place (CS6ServiceManager/extensions/your_bundle_id/icons/Normal.png).

     

    Louis

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points