Author Topic: EA_ShowHelp event does not get called  (Read 2302 times)

tmtm

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
EA_ShowHelp event does not get called
« on: January 17, 2009, 11:04:23 am »
I'm trying to handle this event in my addin. However, when I press F1 while the menu item of my addin is selected, my event handler is never called. Instead, the standard EA help file opens.

All of my other event handlers are working just fine. Here is the signature of my event handler in C#:

        public void EA_ShowHelp(Repository eaRepository,
            string menuLocation,
            string menuName,
            string itemName)

Did I make an error, or is there a bug in EA?

Thanks.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: EA_ShowHelp event does not get called
« Reply #1 on: January 19, 2009, 08:09:32 am »
Well, you taught me something new today.  I didn't know that such a broadcast existed.  I suspect that it's a bug and you should send it directly to Sparx Systems using the bug report link below.