Book a Demo

Author Topic: Execute script from shortcut/ribbon button/context menu  (Read 3275 times)

Arne Krüger

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Execute script from shortcut/ribbon button/context menu
« on: March 13, 2019, 03:46:29 am »
Hi all,

I've developed a small JScript that I would like to executed via either a keyboard shortcut, ribbon button or context menu. Any hints on how to achieve that?

Best regards
Arne

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Execute script from shortcut/ribbon button/context menu
« Reply #1 on: March 13, 2019, 03:55:10 am »
You can change the group type of the script to have it appear in a context menu.

Geert

Arne Krüger

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Execute script from shortcut/ribbon button/context menu
« Reply #2 on: March 13, 2019, 07:24:14 pm »
Perfect! Many thanks for the pointer!