Book a Demo

Author Topic: I cannot add a menu separator in Add-In  (Read 3446 times)

harbourfish

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
I cannot add a menu separator in Add-In
« on: May 26, 2010, 07:58:48 pm »
We can define the menu item in EA_GetMenuItems(), but how to add a menu separator? Can anyone show me the sample code? Thx.

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: I cannot add a menu separator in Add-In
« Reply #1 on: May 26, 2010, 08:13:42 pm »
Hi
Place an item in the menu with a value of a single hyphen ('-')

HTH

Graham
Using V12

harbourfish

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: I cannot add a menu separator in Add-In
« Reply #2 on: May 26, 2010, 10:30:59 pm »
Quote
Hi
Place an item in the menu with a value of a single hyphen ('-')

HTH

Graham
---------------------------------------------------
It works well. Thx.