Book a Demo

Author Topic: Icons in Addin Menus  (Read 3753 times)

Matt

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Solutions Reality
Icons in Addin Menus
« on: June 21, 2007, 04:48:26 am »
Hi all,

we are currently trying to polish off an add-in and would like to add icons to the menus we are generating in the add-in.

Is there a way to do this?  Can't find anything in the notes or the forum.

Many thanks,

Matt

thomaskilian

  • Guest
Re: Icons in Addin Menus
« Reply #1 on: June 21, 2007, 05:14:43 am »
Never heard about that, but I also never looked for such feature. If the help does not list anything you should ask for an enhancement.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Icons in Addin Menus
« Reply #2 on: June 21, 2007, 06:23:35 am »
If you mean the toolbars, then there is apparently hope.

Some time ago one of the Sparxians posted that version 7.0 would support custom toolbar icons for profile elements. So, if you have access to the beta you might be in luck.

I have yet to test whether this is supported in beta 2, nor have I yet looked in for this in the beta 2 help (which is itself currently under construction).

So, there is partial support, assuming this covers your requirement.

Version 7.0 is also supposed to allow greater integration of add-in menu items into the main menu. I have not yet tested this, so cannot yet say if it works. Try looking it up, and see if the add-in API supports such a property. For this trial it would probably be best to use something like Visual Studio, or some other tool that queries the EA COM interface during development.

David
No, you can't have it!

thomaskilian

  • Guest
Re: Icons in Addin Menus
« Reply #3 on: June 21, 2007, 09:37:55 am »
Hi David,
I think he's after the context menues from add-ins - and there's currently nothing.

Matt

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Solutions Reality
Re: Icons in Addin Menus
« Reply #4 on: June 22, 2007, 01:33:41 am »
Folks,

thanks for the input.  As mentioned it was only really to add polish to the add-in.  It is not critical to the functionality just makes the UI a better experience.

Thanks for the help.