[svg-developers] Re: Magic: SVG drag of Element using jquery svg is most simple

2008-10-09 Thread takpoli
Thanks, Jake, for the information. Tak --- In svg-developers@yahoogroups.com, Jake Beard [EMAIL PROTECTED] wrote: On Wed, Oct 8, 2008 at 9:02 PM, takpoli [EMAIL PROTECTED] wrote: Hi Jack, It looks cool. Questions: 1. Do you know what is the status of dojox.gfx? Could I use

[svg-developers] Re: Magic: SVG drag of Element using jquery svg is most simple

2008-10-08 Thread takpoli
Hi Jack, It looks cool. Questions: 1. Do you know what is the status of dojox.gfx? Could I use it for production yet? 2. It looks the Drag Drop function is implemeted in new dojox.gfx.Moveable(shape); Could I attached one end of a line to a circle and the other end to

[svg-developers] Re: What is svg-in-daisy?

2008-07-24 Thread takpoli
For me too. Could someone update the email database? It seems old I think. Tak --- In svg-developers@yahoogroups.com, darkolaf77 [EMAIL PROTECTED] wrote: it is the same for me too. take a look at the following thread: http://tech.groups.yahoo.com/group/svg-developers/message/60522

[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] TextNode

2008-07-18 Thread takpoli
To display a text, we place a string x2y2 into a TextNode by: td = document.createTextNode(x2y2) and link it as the first child of a text object. How can we get back the string from td? Is there some utility can do that for us? Thanks, Tak - To

[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: spring framework

2008-07-14 Thread takpoli
Hi David, I would like to change circles in your code to rect. I did the following: 1. I change the backgroud from rect to polygon and it works. 2. I change the circle to rect by a. change circle to rect b. change r:rad to x:20, y:30 in the

[svg-developers] Re: spring framework

2008-07-11 Thread takpoli
I answer my own posting. I just recieve Jquery in Action from Amazon and have a quick look. Both Json and Xml can be handled by Jquery. I am new in client side. Thanks Shane and David for pointing me the right direction. Tak --- In svg-developers@yahoogroups.com, Tak-po Li [EMAIL

[svg-developers] re: spring framework

2008-07-09 Thread takpoli
I did a search of spring framework in this group and came up empty. Did anyone try to generate dynamic (from database) .svg file in the Spring framework environment? http://www.springframework.org/ Could someone share their experance of dynamic .svg generation from other framework?