Book a Demo

Author Topic: Separator from EA_GetMenuItems?  (Read 3622 times)

Volker Wegert

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Separator from EA_GetMenuItems?
« on: May 20, 2015, 07:29:25 pm »
Hello all,

does anyone know whether it is possible to add a separator (horizontal line) to a menu provided using EA_GetMenuItems? I suppose there should be a special value or convention (like the dash for submenus), but I haven't been able to find anything about this in the documentation or the forum.

Thanks
  Volker

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Separator from EA_GetMenuItems?
« Reply #1 on: May 20, 2015, 07:39:29 pm »
IIRC just add a "-"

q.

Volker Wegert

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Separator from EA_GetMenuItems?
« Reply #2 on: May 20, 2015, 09:04:42 pm »
Quote
IIRC just add a "-"

Yup. Simple if you know it... Thanks!