Author Topic: EA Addin  (Read 3430 times)

Nick

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
EA Addin
« on: February 18, 2005, 09:55:10 am »
Hi,

Is it possible to set the focus to a specific element in the project browser and/or display the properties dialogue box for the element using the automation interface.

Thanks.

shaunf

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: EA Addin
« Reply #1 on: January 11, 2011, 09:49:50 pm »
Bringing back a really old thread I would also like to do this.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA Addin
« Reply #2 on: January 11, 2011, 10:53:34 pm »
Use Repository.ShowInProjectView (object Item)
Opening properties dialog is not possible.

Geert
« Last Edit: January 11, 2011, 10:54:00 pm by Geert.Bellekens »

shaunf

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: EA Addin
« Reply #3 on: January 11, 2011, 11:20:56 pm »
Thanks works perfectly