Re: Connection points

2019-05-01 Thread Andrey Repin via dia-list
Greetings, John Bale via dia-list! > Hello, > As a user of both visio and dia I would like if I may, to provide some > comments that may prove helpful. > (1) The single biggest drawback of dia is the limited number of connection > points on key shapes. You can add as many co

Connection points

2019-04-30 Thread John Bale via dia-list
Hello, As a user of both visio and dia I would like if I may, to provide some comments that may prove helpful. (1) The single biggest drawback of dia is the limited number of connection points on key shapes. The image shape is a great way to import any SVG image. But, for complex charts the user

Re: Connection Points

2018-11-14 Thread Andrey Repin via dia-list
Greetings, Wes Weber via dia-list! > Is there a way to add/delete connection points from an object? Yes, although you would have to create your own object to do that. The connection points are defined in the .shape file, in section. -- With best regards, Andrey Repin Wednesday, November

Re: Connection Points

2018-11-13 Thread Michael Ross via dia-list
There are shape and sheet files which direct the placement of connection points. Good luck. On Wed, Nov 14, 2018 at 1:07 AM Wes Weber via dia-list wrote: > Is there a way to add/delete connection points from an object? > ___ > dia-list mai

Connection Points

2018-11-13 Thread Wes Weber via dia-list
Is there a way to add/delete connection points from an object? ___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia

Re: Can one easily add connection points to shapes?

2018-01-14 Thread Thomas Harding
Le 14 janvier 2018 04:39:53 GMT+01:00, Andrey Repin a écrit : >Greetings, Chris Green! > >> Can one add connection points to shapes using the GUI or does one >need >> to edit the shape to do it? I want a rectangle with more than one >> connection point on each side.

Re: Can one easily add connection points to shapes?

2018-01-14 Thread Chris Green
OK, thanks for the ideas. I have edited shapes before so that would seem to be the way to go. I was just asking to see of there was an easier way. -- Chris Green ___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org/mailman/listinfo/dia-

Re: Can one easily add connection points to shapes?

2018-01-13 Thread Michael Ross
p://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sat, Jan 13, 2018 at 10:50 AM, Chris Green wrote: > Can one add connection points to shapes using the GUI or does one

Re: Can one easily add connection points to shapes?

2018-01-13 Thread Andrey Repin
Greetings, Chris Green! > Can one add connection points to shapes using the GUI or does one need > to edit the shape to do it? I want a rectangle with more than one > connection point on each side. It needs manual edition of the shape, but it's not hard enough to be afraid of. If

Can one easily add connection points to shapes?

2018-01-13 Thread Chris Green
Can one add connection points to shapes using the GUI or does one need to edit the shape to do it? I want a rectangle with more than one connection point on each side. -- Chris Green ___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org

Re: UML static class diagram connection points

2017-04-14 Thread Michael Ross
17 at 8:03 PM, Денис И. wrote: >>> There are only 8 possible connection points on any box (ex. Class) > At least for Class shape - you are not right. > Every attribute has 2 connection points - on left and on right side. > > If you are meaning a mechansm like connection pont edi

Re: UML static class diagram connection points

2017-04-14 Thread Денис И .
>> There are only 8 possible connection points on any box (ex. Class) At least for Class shape - you are not right. Every attribute has 2 connection points - on left and on right side. If you are meaning a mechansm like connection pont editing like in LibreOffise Draw shapes - yes, it wil

Re: UML static class diagram connection points

2017-04-14 Thread Mirko Vukovic
As was pointed out some months ago, as a workaround you can draw a line over a side of a box anchoring it to its corners. Then you can increase the number of connection points on that line. Mirko On Wed, Apr 12, 2017 at 5:48 AM Prasad Apte wrote: > There are only 8 possible connect

UML static class diagram connection points

2017-04-12 Thread Prasad Apte
There are only 8 possible connection points on any box (ex. Class). This is practically not usable. If there are two or three boxes to be connected on one side of the other box the connection points overlap. And you cant see Whether it's aggregate, association or even cardinality (1..1,

Re: "layer.remove_object() doesn't apply to connection points"

2013-10-01 Thread Bao Niu
My goodness it works! That's fantastic! Thank you sooo much Hans. for some reason I missed that part in the documentation, silly me. You are really a enlightening God, I mean it, no exaggeration!:) On Tue, Oct 1, 2013 at 10:41 AM, Hans Breuer wrote: > At 27.09.2013 13:13, Bao Niu wrote: >

Re: "layer.remove_object() doesn't apply to connection points"

2013-10-01 Thread Hans Breuer
At 27.09.2013 13:13, Bao Niu wrote: Syndrome: If you have a "Database -- Table" on screen, and then add a "Standard - BezierLine" connecting to one of the table's connection point, you cannot use python's API to disconnect this two objects programmatically. To me this sounds like a bug in your co

"layer.remove_object() doesn't apply to connection points"

2013-09-27 Thread Bao Niu
Syndrome: If you have a "Database -- Table" on screen, and then add a "Standard - BezierLine" connecting to one of the table's connection point, you cannot use python's API to disconnect this two objects programmatically. When using layer.remove(BezierLine), and then update_connections(table), the

Re: How to place extra connection points

2012-08-23 Thread Steffen Macke
Hi Xavier, I've finally found the time to implement the "visual utility" to help you. Here's a blog post that explains it: http://sdteffen.blogspot.com/2012/08/improved-dia-shape-export-draw-your.html Regards, Steffen On 14.03.2012 20:35, Steffen Macke wrote: Hi Xavier, On 03/14/2012 12:27

Re: How to place extra connection points

2012-03-16 Thread Marchand
Le jeudi 15 mars 2012 à 03:39 -0400, Ron Wilson a écrit : > On Wed, Mar 14, 2012 at 4:40 PM, wrote: > > Date: Wed, 14 Mar 2012 18:21:41 +0100 > > From: Marchand > > >> However, I can't see how to know where the connection point will be > >> placed. How do you know where to set the coords of the

Re: How to place extra connection points

2012-03-15 Thread Xavier Marchador
Thanks a lot for your help, guys I'll try to work with Inkscape while Steffen develops his tool. regard, -- Xavier On 03/15/2012 08:39 AM, Ron Wilson wrote: > On Wed, Mar 14, 2012 at 4:40 PM, wrote: >> Date: Wed, 14 Mar 2012 18:21:41 +0100 >> From: Marchand > >>> However, I can't see how t

Re: How to place extra connection points

2012-03-15 Thread Ron Wilson
On Wed, Mar 14, 2012 at 4:40 PM, wrote: > Date: Wed, 14 Mar 2012 18:21:41 +0100 > From: Marchand >> However, I can't see how to know where the connection point will be >> placed. How do you know where to set the coords of the new point? Is >> there any visual utility that could help me with that

Re: How to place extra connection points

2012-03-14 Thread Steffen Macke
Hi Xavier, On 03/14/2012 12:27 PM, Xavier Marchador wrote: there any visual utility that could help me with that? I'm working on something in this direction. Please be patient. Regards, Steffen ___ dia-list mailing list dia-list@gnome.org http://mai

Re: How to place extra connection points

2012-03-14 Thread Marchand
Hi Xavier, Le mercredi 14 mars 2012 à 12:27 +0100, Xavier Marchador a écrit : > I've been reading many posts about how to add extra connection points to > an object. > As far as I've been able to understand, since there's no way to add it > directly from Dia the best

How to place extra connection points

2012-03-14 Thread Xavier Marchador
Hi all, I've been reading many posts about how to add extra connection points to an object. As far as I've been able to understand, since there's no way to add it directly from Dia the best way to do it is editing the xml of the .shape object and add it here. I've done it

Re: Regarding new image-based shapes and connection points

2012-03-06 Thread Steffen Macke
Hi, On 03/06/2012 09:26 PM, Feng Sian wrote: produced object does only have 4 connection points. And an arrow does If you would like to add more connection points, you have two choices: * Edit the XML source of the shape file. Information about the XML file can be found for example under

Regarding new image-based shapes and connection points

2012-03-06 Thread Feng Sian
mages extracted from the stencil (using the vsdump utility). And now I'm stuck in the "create the *.shape" phase. I have followied the howto, I was able to create the shape. However, when testing the shape, I notice that there are only 4 connection points. Being more verbose on th

Re: Named connection points

2012-02-22 Thread Ron Wilson
up the > text of the shape module isn't very hard either.  It's a bit harder with > built-in > shapes since you have to read the C code for those, but that's not my use > case here.  I consider that the having a stable ordering of connection points > is sufficient fo

Re: Named connection points?

2012-02-18 Thread Michael Ross
could not use named constants for the connection > point index instead. > > The connection points are parsed in the order in the shape (see > objects/custom/shape_info.c) and put into the connection point array in > that order. > > Ah - so the ordering of the connections points is gu

Re: Named connection points?

2012-02-18 Thread Dan Katz
On Feb 17, 2012, at 3:43 PM, Hans Breuer wrote: > But I don't see why you could not use named constants for the connection > point index instead. > The connection points are parsed in the order in the shape (see > objects/custom/shape_info.c) and put into the connection po

Re: Named connection points

2012-02-17 Thread Hans Breuer
more for reference: http://git.gnome.org/browse/dia/commit/?id=a8193caff I assume you have confirmed that connection points are not consistently numbered. Wrong assumption. I was, apparrantly erroniously, under the impression that the numbering was based on the shape definition so that, for e

Re: Named connection points?

2012-02-17 Thread Hans Breuer
At 16.02.2012 16:07, Dan Katz wrote: Hi - I'm doing a bunch of work on yet another Python diagram->code generator plugin, and several times now I've found myself wishing that connection points (and handles, to a lesser extent) had names that were assignable in the Custom Shape

Re: Named connection points

2012-02-17 Thread Ron Wilson
sed as an export filter (like > > The annoyance comes when I want to differentiate among the connection > points in the back-end pass of the Python code generator. I'd like to > be able to name the connection points as part of the custom object > definition (e.g. 'minuend&#x

Named connection points?

2012-02-16 Thread Dan Katz
Hi - I'm doing a bunch of work on yet another Python diagram->code generator plugin, and several times now I've found myself wishing that connection points (and handles, to a lesser extent) had names that were assignable in the Custom Shape Module shape files and accessible through t

Re: box shape with 9 connection points per side?

2008-10-13 Thread Scott Smedley
Hi Clyde, > > Is there a dia box shape that has 9 or so connection points on a side? > > I need to draw lots of arrows between a few boxes. > > > > Any pointers muchly appreciated. > > I fake it by creating a line, adding the connection points that I need, > an

RE: box shape with 9 connection points per side?

2008-10-13 Thread Roby, Clyde G
Scott, > Is there a dia box shape that has 9 or so connection points on a side? > I need to draw lots of arrows between a few boxes. > > Any pointers muchly appreciated. I fake it by creating a line, adding the connection points that I need, and then overlaying the edge of the b

box shape with 9 connection points per side?

2008-10-13 Thread Scott Smedley
Hi, Is there a dia box shape that has 9 or so connection points on a side? I need to draw lots of arrows between a few boxes. Any pointers muchly appreciated. Scott. :) ___ dia-list mailing list dia-list@gnome.org http://mail.gnome.org/mailman

adding connection points to Zigzagline and Polyline?

2008-08-11 Thread Roby, Clyde G
Hello, On an initial Standard Line, there is one connection point. You can easily add more connection points to Standard Line (right-click and then, in the pop-up menu, select "Add connection point"). Similarly, you can delete connection points on Standard Line.

Re: line with both corners and connection points?

2007-04-18 Thread Jack Tanner
Lars Clausen raeder.dk> writes: > > Better yet, I want a shape for a 2-D cartesian plane, so that the axes > > intersect at the origin. > > The Chronogram sheet has an object that resembles a 2-D plane (Data line). > While it probably isn't exactly what you want, it may be a good basis. It's no

Re: line with both corners and connection points?

2007-04-18 Thread Lars Clausen
Jack Tanner said: > Does such a beast exist? I want a line where I can customize both corners > and > connection points. No such thing exists. Making it would take some C coding skill, but wouldn't be awfully hard, depending on the requirements. > Better yet, I want a shape fo

line with both corners and connection points?

2007-04-17 Thread Jack Tanner
Does such a beast exist? I want a line where I can customize both corners and connection points. Better yet, I want a shape for a 2-D cartesian plane, so that the axes intersect at the origin. ___ Dia-list mailing list Dia-list@gnome.org http

Re: Disable connection points

2007-04-07 Thread Lars Clausen
Leon Stringer said: > Hi, > > I want to draw lines over some objects. The trouble is as soon as the > mouse cursor enters the object's boundary the line endpoint moves to the > nearest connection point. (E.g. in the Image object). > > Is there a way to stop this behaviour so the line can just termi

Re: Disable connection points

2007-04-01 Thread Leon Stringer
e >> connection point... >> ___ > > Leon, If you place the polyline object on a different layer its > vertices will not snap to their connection points of the objects on > other layers. You can change to layer you're editing under "Diagram". > Hope that

Re: Disable connection points

2007-04-01 Thread Ben Abbott
.. > ___ Leon, If you place the polyline object on a different layer its vertices will not snap to their connection points of the objects on other layers. You can change to layer you're editing under "Diagram". Hope that helps. __

Re: Disable connection points

2007-04-01 Thread Leon Stringer
Ben Abbott wrote: > I'm a new user, but ... one you create a line you can click near its > center and you'll then be free to move it anywhere you like ... of > course both ends move. Once the end inside an object is where you > want it to be, you can go back and adjust the other end. Thanks

Re: Disable connection points

2007-03-31 Thread Ben Abbott
I'm a new user, but ... one you create a line you can click near its center and you'll then be free to move it anywhere you like ... of course both ends move. Once the end inside an object is where you want it to be, you can go back and adjust the other end. Hope that helps. On Mar 31, 2007

Disable connection points

2007-03-31 Thread Leon Stringer
Hi, I want to draw lines over some objects. The trouble is as soon as the mouse cursor enters the object's boundary the line endpoint moves to the nearest connection point. (E.g. in the Image object). Is there a way to stop this behaviour so the line can just terminate anywhere within the obje

Re: zigzag line lack of connection points

2006-08-18 Thread Lars Clausen
Todd Chambery sagde: > Hi all, > > Is there a way to add connection points to the zigzag line? The > straight line has a right-click option to "Add connection point", but I > use zigzag most often in my diagrams. Not yet, though it would be fairly easy to add one autom

zigzag line lack of connection points

2006-08-18 Thread Todd Chambery
Hi all, Is there a way to add connection points to the zigzag line? The straight line has a right-click option to "Add connection point", but I use zigzag most often in my diagrams. Thanks, Todd ___ Dia-list mailing list Dia-list@gnom

Creating connection points for a PNG file

2006-04-16 Thread Adrian Wooster
I have a comprehensive set of professional 3D PNG files of network elements and have successfully created a simple sheet out of them - and will happily share them once complete. However, at the moment they are just insertable shapes with no connection points assigned. Can anyone advise me on a

Re: Creating connection points for a PNG file

2006-04-11 Thread Hans Breuer
points assigned. Can anyone advise me on a simple way of calculating where the connection points? Simply draw them with Dia and save as shape. Some connection points probably need to be removed later with a text editor. As described here http://mail.gnome.org/archives/dia-list/2004-December

Creating connection points for a PNG file

2006-04-11 Thread Adrian Wooster
I have a comprehensive set of professional 3D PNG files of network elements and have successfully created a simple sheet out of them - and will happily share them once complete. However, at the moment they are just insertable shapes with no connection points assigned. Can anyone advise me on a

Re: adding connection points to UML class diagrams?

2005-01-03 Thread anthonym
One trick you can use here is to create the class, then create a straight line, attach the two ends of the straight line to two corners of the class. Then if you CTRL-click (or middle mouse button I believe), you can add as many connection points as you like. Of course, if you were using these

Re: adding connection points to UML class diagrams?

2005-01-03 Thread Alexander
Clausen <[EMAIL PROTECTED]> wrote: Tim Olsen sagde: I would like to be able to add arbitrary connection points to the class element. is this possible? It would get even trickier if we wanted an arbitrary number of points on the top or bottom, which I'm sure somebody would want. But that

Re: adding connection points to UML class diagrams?

2005-01-03 Thread Tim Olsen
> Tim Olsen sagde: > > I would like to be able to add arbitrary connection points to the > > class element. is this possible? > > Yes, but complex. Problem is that connection points are identified by > integers, and the UML class already gets additional connection points on

Re: adding connection points to UML class diagrams?

2005-01-03 Thread Lars Clausen
Tim Olsen sagde: > On Thu, 30 Dec 2004 07:34:11 +0100, Alexander <[EMAIL PROTECTED]> wrote: >> When I create classes in my version of Dia (0.94) they have connection >> points at least at every corner and in the middle. So I'm able to >> connect 3 >> associati

Re: adding connection points to UML class diagrams?

2005-01-02 Thread Alexander
Tim Olsen schrieb: On Thu, 30 Dec 2004 07:34:11 +0100, Alexander <[EMAIL PROTECTED]> wrote: When I create classes in my version of Dia (0.94) they have connection points at least at every corner and in the middle. So I'm able to connect 3 associations to the bottom or top of each class

Re: adding connection points to UML class diagrams?

2004-12-30 Thread Tim Olsen
On Thu, 30 Dec 2004 07:34:11 +0100, Alexander <[EMAIL PROTECTED]> wrote: > When I create classes in my version of Dia (0.94) they have connection > points at least at every corner and in the middle. So I'm able to connect 3 > associations to the bottom or top of each class and

Re: adding connection points to UML class diagrams?

2004-12-29 Thread Alexander
Tim Olsen schrieb: [...] so that the line from D to B does not touch the line from C to B--otherwise it might look like D is also a subclass of A. When I create classes in my version of Dia (0.94) they have connection points at least at every corner and in the middle. So I'm able to conn

adding connection points to UML class diagrams?

2004-12-29 Thread Tim Olsen
| | | | | | +--+ | | | | | CD Where class C is a subclass of A and B and class D is a subclass of B. I would like to have two connection points to the bottom of B so that the line from D to B does not touch the line from C to B--otherwise it might look like D is also a

Re: connection points between layers

2004-08-05 Thread Lars Clausen
On Thu, 2004-08-05 at 15:18, lloyd wrote: > hi - > > > i'm just starting to use dia on a regular basis, so forgive me if > there's a way to do this that i'm unaware of. > > is there any way to establish connections between points on different > layers? i wouldn't find layers all that useful i

Re: Connection points at the end of lines?

2004-02-04 Thread James K. Lowden
On 11 Dec 2003, David Fallon <[EMAIL PROTECTED]> wrote: > Also, more keybindings would be awesome! I find myself hitting "delete" > a lot and getting annoyed if it doesn't work, or having to go into the > menu to toggle between snap-to-grid or no. This is actually a GTK feature, of the "easy if y

Connection points at the end of lines?

2004-02-02 Thread David Fallon
how to do that without using a box to "join" the two lines together. Is there a way to get connection points at the end of a line? Also, more keybindings would be awesome! I find myself hitting "delete" a lot and getting annoyed if it doesn't work, or having to go into the menu

Connection points and lines

2003-10-19 Thread Tad Marko
Howdy all! I'm having a bit of trouble with connections points and lines and I was hoping that someone could help me out. How does one add a connection point to a zigzag line? How does one move a connection point on a line? Thanks, Tad -- Tad Marko <[EMAIL PROTECTED]>

Diff for UML Class Connection Points, v2.0

2002-07-17 Thread Tim Ellis
I could not stand the thought of Dia having only 8 connection points per UML Class again once the next version came out. But then, I didn't want to delve into strange code, and try to give an arbitrary number of connection points to UML Classes. So I just coded it up so the origi

Re: bug joining arrows: connection points must be distinct

2002-02-09 Thread Lars Clausen
e > arrow from the connection point so the whole thing had to be deleted. > I would suggest that dia checks that start and end connection points > for lines be distinct to avoid this truly subtle bug. What version of Dia was this, and which kind of arrow? When I try just with the standard arr

bug joining arrows: connection points must be distinct

2002-02-09 Thread Neil Zanella
would suggest that dia checks that start and end connection points for lines be distinct to avoid this truly subtle bug. Thanks, Neil ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: UML: use case diagrams: actors and connection points

2002-02-09 Thread Lars Clausen
gh, and Ivar Jacobson. The problem is that the label used > to describe the role of a stick figure is below the connection > points pertaining to that figure. Thus the hollow triangle of > the arrow representing the generalizing relationship overlaps > with the text which makes th

UML: use case diagrams: actors and connection points

2002-02-09 Thread Neil Zanella
role of a stick figure is below the connection points pertaining to that figure. Thus the hollow triangle of the arrow representing the generalizing relationship overlaps with the text which makes the text hard to read even when the arrow is Sent to Back. It would be nice if the connection points