Book a Demo

Author Topic: Link to Diagram.  (Read 3342 times)

John Gentilin

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Link to Diagram.
« on: October 21, 2015, 10:27:25 am »
I want to create a click thru to a diagram from another element, the two biggest use cases are Component -> Use Case diagram, and Use Case -> Seq Diagram.

I have found that I can create a diagram reference and put a square box around the element I want to be clickable, but this has a negitive side effect of preventing the "hover over" info from appearing for the element showing thru the diagram reference.  i.e. the Use Case under the Reference.

If I very trickly order the Use Case element on top of the Document reference, then the hover over works, but the click thru only works when the mouse pointer is inside the reference but not inside the containing element. i.e. the Use Case circle.

Is there a way to just assign an OnClick event to an object, over ride the default "show properties" action ?

Thank you
John Gentilin

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Link to Diagram.
« Reply #1 on: October 21, 2015, 10:30:37 am »
Right-click | New Child Diagram | Select Composite Diagram
The Sparx Team
[email protected]

John Gentilin

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Link to Diagram.
« Reply #2 on: October 22, 2015, 05:50:10 am »
Thank you..