Re: [svg-developers] a noobie and a lot of questions.. please help...

2007-05-03 Thread Stephen Quintero
Hi, I do not use Batik, but I understand it does not function as a browser plug-in but rather under Java. That aside, FireFox/Mozilla has native SVG support including ecmascript. IE can use the Adobe plugin. But, for information, here are some good resources. You will just have to dig and

[svg-developers] Re: a noobie and a lot of questions.. please help...

2007-05-03 Thread shydisturbedboy
thanks for the reply! but what i mean is can i add interactivity in the svg by using batik and java without javascript? and can i do the same with tinyline? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] Re: a noobie and a lot of questions.. please help...

2007-05-03 Thread thomas . deweese
Hi ShyDisturbedBoy, svg-developers@yahoogroups.com wrote on 05/03/2007 03:17:58 AM: thanks for the reply! but what i mean is can i add interactivity in the svg by using batik and java without javascript? and can i do the same with tinyline? Yes, you can manipulate the SVG exclusively in

[svg-developers] getURL/postURL in Renesis

2007-05-03 Thread Andreas Neumann
Hi Alex, Thanks for your pointer regarding the new getURL. From what I saw, the method .handleEvent is called on an object specificied in the getURL/postURL method, but the method .operationComplete is not called. I think to be consistent with http://www.w3.org/TR/SVGMobile12/

[svg-developers] Re: getURL/postURL in Renesis

2007-05-03 Thread emiasys
Hi Andreas, From what I saw, the method .handleEvent is called on an object specificied in the getURL/postURL method, but the method .operationComplete is not called. I think to be consistent with http://www.w3.org/TR/SVGMobile12/ svgudom.html#svg__AsyncStatusCallback the method

[svg-developers] Re: getURL/postURL in Renesis

2007-05-03 Thread Andreas Neumann
ok, just filed this bug. Thanks for having a look at it. Maybe implementing getURL would require some discussion/testing with the SVG WG. You are one of the first implementors of the new getURL, but I think its not so different to what is implemented in ASV and Batik. Andreas --- In

[svg-developers] Re: a noobie and a lot of questions.. please help...

2007-05-03 Thread domenico_strazzullo
--- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: Hi ShyDisturbedBoy, svg-developers@yahoogroups.com wrote on 05/03/2007 03:17:58 AM: thanks for the reply! but what i mean is can i add interactivity in the svg by using batik and java without javascript? and can i do the

[svg-developers] About document.write

2007-05-03 Thread jordangcsnt
Hi, i have a .js and I want it calls another .js, I tried to do it with document.write but it doesn't work, there is a message, it shows: the object doesn't accept this property or method. I have this: svg xmlns:svg=http://www.w3.org/2000/svg; xmlns=http://www.w3.org/2000/svg;