|
|
Re: How to modify the default behavior of draw connection? [message #1779514 is a reply to message #1779467] |
Tue, 09 January 2018 01:10   |
Eclipse User |
|
|
|
Thanks. That is to say, I have to define the anchors before I can establish a connection. I can define the FixPointAnchor beforehand. In this way, the establishment of the connection is divided into two steps. First define the anchor, and then create the connection. I can't merge these two steps into one step. That is to say, add anchors( in the location of mouse click) while creating a connection.
|
|
|
Re: How to modify the default behavior of draw connection? [message #1779523 is a reply to message #1779514] |
Tue, 09 January 2018 08:00   |
Eclipse User |
|
|
|
Usually, the anchors are part of the shape and thus created together with the shape in the create feature for that shape. But in some cases (e.g. you need an anchor for each new connection) you might also create them together with the connection in the create connection feature. Having the anchor creation as a separate step for the user sounds awkward to me from a usability point of view.
So it would be a single step for the user, but 2 steps that are done inside the create or create connection feature, right.
Michael
|
|
|
|
|
Re: How to modify the default behavior of draw connection? [message #1779626 is a reply to message #1779597] |
Wed, 10 January 2018 11:47   |
Eclipse User |
|
|
|
Yes, I can create a FixPointAnchor at that location. Before the connection is added, there is a dashline(it appear when select the source and target shape ). But the dashline starts at the center of the shape. The real connection start at the location, but the dashline start at the center of shape. I wish the dashline starts at the location of mouse click. Can I control the dashline?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04778 seconds