Author Topic: EA Addin Key Shortcut  (Read 10144 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
EA Addin Key Shortcut
« on: January 12, 2014, 06:42:56 pm »
I would like to enable the add-in to be invoked in the most convenient way.
How can I define a key shortcut in EA for this purpose?
Thanks.
« Last Edit: May 28, 2014, 07:41:14 pm by avoda234 »

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: EA Addin Key Shortcut
« Reply #1 on: January 13, 2014, 07:12:47 am »
Hello,

as far as I know there is no way to define a shortcut for an Addin.

What you can do is: Make an Addin which uses the AddinWindow. Then you are only one click away from your Addin action.

To do this is to make your Addin an ActiveX Control (OCX). Geerts Navigator is a good example.

Helmut


Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

McMannus

  • EA User
  • **
  • Posts: 108
  • Karma: +4/-1
    • View Profile
Re: EA Addin Key Shortcut
« Reply #2 on: April 16, 2014, 08:43:36 am »
Anyone still interested in such a feature?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +564/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA Addin Key Shortcut
« Reply #3 on: April 16, 2014, 04:55:43 pm »
Sure, we all are.

I'm not sure but I think i asked the same question about 5 years ago :)

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA Addin Key Shortcut
« Reply #4 on: April 16, 2014, 07:07:42 pm »
It's on Sparx' list of user wishes not to come true in the near future  :(

q.

McMannus

  • EA User
  • **
  • Posts: 108
  • Karma: +4/-1
    • View Profile
Re: EA Addin Key Shortcut
« Reply #5 on: May 16, 2014, 03:59:03 am »
Hi guys,

I've just submitted an extensive tutorial on how this task can be achieved for review to the Community Site =) I hope you'll benefit from it!

Jan
« Last Edit: May 16, 2014, 04:00:16 am by McMannus »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA Addin Key Shortcut
« Reply #6 on: May 16, 2014, 05:06:43 am »
Would you mind to post the link here  :)

q.

McMannus

  • EA User
  • **
  • Posts: 108
  • Karma: +4/-1
    • View Profile
Re: EA Addin Key Shortcut
« Reply #7 on: May 16, 2014, 05:11:28 am »
Sure, as soon as it's published after review!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA Addin Key Shortcut
« Reply #8 on: May 16, 2014, 06:48:25 am »
lol. Forgot they review the articles before publishing...

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +564/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA Addin Key Shortcut
« Reply #9 on: May 16, 2014, 03:26:04 pm »
Cool, I'm curious  :)

Geert


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +564/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA Addin Key Shortcut
« Reply #11 on: May 19, 2014, 06:07:31 pm »
Wow, nice article.
I'm definitely going to use that for my add-ins, thanks!

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA Addin Key Shortcut
« Reply #12 on: May 19, 2014, 06:15:31 pm »
Excellent. Though I'm not developing in those depths of Windoze the description is elaborated thoroughly and in a way that you can follow. I wonder why Sparx is still not able to provide that in a plain API method :(

q.

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: EA Addin Key Shortcut
« Reply #13 on: May 20, 2014, 05:46:38 am »
Hi Jan,

great!

It's always fascinating how much I can get from this forum. Thanks for all contributers for their great stuff.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: EA Addin Key Shortcut
« Reply #14 on: May 26, 2014, 07:20:43 pm »
Great feature!

Perfectly meets the need and so easy to implement !

Thank you very much for the time and effort!  :D