[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-09 Thread Eugene Lazutkin
Regarding #1 --- both SVG and VML renderers are deemed production and fully supported. Silverlight is getting there and will be promoted to production in 1.3 unless some major bug will be discovered and not fixed in time for 1.3 (Dojo 1.2 was released several days ago). The latest API

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

2008-10-09 Thread Jake Beard
On Thu, Oct 9, 2008 at 6:55 PM, Eugene Lazutkin [EMAIL PROTECTED] wrote: Regarding #1 --- both SVG and VML renderers are deemed production and fully supported. Silverlight is getting there and will be promoted to production in 1.3 unless some major bug will be discovered and not fixed in time

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

2008-10-09 Thread Eugene Lazutkin
Inline. Jake Beard wrote: The latest API documentation can be found here: http://docs.dojocampus.org/dojox/gfx. Please let me know what things don't work that should, or there is a confusion between possible bugs and features. The direct link to our DojoX support forum:

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

2008-10-08 Thread Jeff Schiller
Another example: http://www.codedread.com/code.php#dragsvg svg ... xmlns:drag=http://www.codedread.com/dragsvg; onload=initializeDraggableElements() onmouseup=mouseUp(evt) onmousemove=mouseMove(evt) script id=draggableLibrary xlink:href=http://www.codedread.com/dragsvg.js; /

[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

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

2008-10-08 Thread Jake Beard
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 it for production yet? I use it in my research, and I expect it has so far done a very good job of satisfying my requirements.