Book a Demo

Author Topic: EA_OnContextItemDoubleClicked()  (Read 3411 times)

bachristus

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
EA_OnContextItemDoubleClicked()
« on: October 25, 2011, 10:50:07 pm »
It looks like EA_OnContextItemDoubleClicked() event handler is not called when double clicking or pressing 'Enter' on attribute in model tree view.

Why is it so? EA version is 9.0.907
« Last Edit: October 25, 2011, 10:50:52 pm by bachristus »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA_OnContextItemDoubleClicked()
« Reply #1 on: October 25, 2011, 11:13:26 pm »
That could very well be a bug.
Please report to Sparx using the link on the bottom of the page.

Geert

bachristus

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: EA_OnContextItemDoubleClicked()
« Reply #2 on: October 27, 2011, 06:41:44 pm »
I submitted the bug. Let us wait until THEY do something.

P.S. The Automation Interface is awfully made. It is trully terrible.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA_OnContextItemDoubleClicked()
« Reply #3 on: October 27, 2011, 06:52:01 pm »
Quote
P.S. The Automation Interface is awfully made. It is trully terrible.

You said it. :-X
The only way to use it without going insane is to write your own layer on top of it, hiding the hidiousness and providing a sane library.
See https://github.com/GeertBellekens for my take on things

Geert