Book a Demo

Author Topic: ShowInProjectView-ish kind of thing for Connectors  (Read 6546 times)

sff

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
ShowInProjectView-ish kind of thing for Connectors
« on: December 03, 2014, 04:13:40 am »
Repo.ShowInProjectView() doesn't support Connectors.  Naturally, I would like to use a native/existing view to do a similar kind of thing for connectors.  Something like open the Relationships view and select the appropriate relationship (using the API).  Or do something via the element browser.  I think I've exhausted the api and all of the resources here and on the web (qwerty, Geert, Community site, etc) and I haven't seen anything.  Suggestions?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: ShowInProjectView-ish kind of thing for Connec
« Reply #1 on: December 03, 2014, 06:32:26 am »
Probably the only way is to build your own custom view for that purpose. Geert knows how to do such kind of things :D

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: ShowInProjectView-ish kind of thing for Connec
« Reply #2 on: December 03, 2014, 06:28:21 pm »
I don't think there's a possibility in the API to do anything with the relationships view.
I had a similar issue with the EA Navigator, and I decided to select the source object in the project browser. (except for sequence diagram messages. For those I open the sequence diagram)

Geert