Re: [svg-developers] Re: Looking for that great drag node and edge example

2008-07-19 Thread ddailey
] Re: Looking for that great drag node and edge example Hi David, Thanks for last and this replies. You have an other cool demo. I read the code, please correct me if I am wrong, it seems you use Nodes=new Array() in Javascript code for the link between the node and the line

Re: [svg-developers] Re: Looking for that great drag node and edge example

2008-07-18 Thread ddailey
for that great drag node and edge example In Hetko's demo, I would like to link x1, y1 of the line by the id of circle1 and x2, y2 by the id of circle2. Is there some extra location in the DOM structure to do that? Both circles and lines ( 100 each) are generated dynamically. I would

[svg-developers] Re: Looking for that great drag node and edge example

2008-07-18 Thread takpoli
- Original Message - From: takpoli To: svg-developers@yahoogroups.com Sent: Thursday, July 17, 2008 9:39 PM Subject: [svg-developers] Re: Looking for that great drag node and edge example In Hetko's demo, I would like to link x1, y1 of the line by the id

[svg-developers] Re: Looking for that great drag node and edge example

2008-07-17 Thread takpoli
In Hetko's demo, I would like to link x1, y1 of the line by the id of circle1 and x2, y2 by the id of circle2. Is there some extra location in the DOM structure to do that? Both circles and lines ( 100 each) are generated dynamically. I would to update x1 and y2 when circle1 is moved.

[svg-developers] Re: Looking for that great drag node and edge example

2006-04-06 Thread chmavrog
Hi check this link http://www.codedread.com/dragtest3.svg --- In svg-developers@yahoogroups.com, run2bmi21 [EMAIL PROTECTED] wrote: A few month's back in these postings, I saw reference to an excellent javascript (I think) drag and drop example of two nodes (squares I think) connected

[svg-developers] Re: Looking for that great drag node and edge example

2006-04-05 Thread Jim Ley
run2bmi21 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] A few month's back in these postings, I saw reference to an excellent javascript (I think) drag and drop example of two nodes (squares I think) connected by an edge. When you drag the node, the connecting edge drags with

[svg-developers] Re: Looking for that great drag node and edge example

2006-04-05 Thread Heiko Niemann
Hi, probably not the one you are talking about but it does what you are talking about. :) Besides it's several month old, too. http://www.zuccaralloo.de/devgroup/samples/boundRectangle.svg Regards, Heiko http://www.zuccaralloo.de/devgroup --- In svg-developers@yahoogroups.com, run2bmi21