Re: [svg-developers] Re: SVG-XMLDOM and ECMA

2005-01-14 Thread Marÿffffffffffffffffffffffeda Bazus
Hi all, I am trying to use the methos getURL(name.xml, callback) to retrieve the xml fiel from the server, but i have the problem that the xml file too big is, thats why i cannot get it, i have read that i could compress the xml file with winzip and then in the response.content i have the

[svg-developers] Re: Can svg dynamiclly response to an event or a message sent from server?

2005-01-14 Thread Jan-Klaas Kollhof
Yes, if you can somehow get that event or message into the SVG document or the script within that SVG ;) I don't want to use svg to query the server continuously,i just want the server can send a message or give an event to svg,and svg can response to it and change the location of the car

Re: [svg-developers] Re: real time data publishing using servlets

2005-01-14 Thread Peter Thompson
From SVG Unleashed, page 1018: Setting a rate below 500 ms will not gain much because this is about the average response time of the getURL function. Just another recommendation for calling getURL a few times a second, at most. - Do you

Re: [svg-developers] Re: SVG instrumentation code

2005-01-14 Thread G. Wade Johnson
Unfortunately, the Java code I worked on is proprietary, so I can't provide any examples. It was also over a year ago, so my memory cache has been flushed.shrug/ The basic approach I used was: * open a connection to the server * receive a stream of 'update event' strings * parse strings to

[svg-developers] Re: SVG instrumentation code

2005-01-14 Thread rapture_soon2002
Thanks Wade --- In svg-developers@yahoogroups.com, G. Wade Johnson [EMAIL PROTECTED] wrote: Unfortunately, the Java code I worked on is proprietary, so I can't provide any examples. It was also over a year ago, so my memory cache has been flushed.shrug/ The basic approach I used was:

Re: [svg-developers] search event draw finished?

2005-01-14 Thread Alexander Vipach
Hello Domenico, thank you very much for your message. try here: http://www.dotuscomus.com/svg/lib/library.html you shouldn't get that annoying effect anymore while scrolling diagonally. But this is a viewBox-solution and viewBox-solutions are much slower than currentScale- and

[svg-developers] Re: authorize pointer events by types ??

2005-01-14 Thread wsdickerson
Is there a way to set pointer-events=none in Adobe Illustrator 10? I need this for a rollover effect on buttons. Thanks, Stan Dickerson --- In svg-developers@yahoogroups.com, Jean-David Benamou jean- [EMAIL PROTECTED] wrote: Hieko, Heiko Niemann wrote: Jean-David, maybe using

Re: [svg-developers] problem getpixel

2005-01-14 Thread Philippe Lhoste
rajat talwar wrote: could anyone tell me how to get color of any pixel of svg image from within the svg. like if i could write a code on onload event of svg to find out color of x,y pixel of the image and if yellow change it to green. if anyone has the code plz give me or any help See

[svg-developers] Tranforming Raster Image in SVG Image

2005-01-14 Thread alsf20
Hello, I would like to know if some one knows how can i tranform raster image in SVG Image? Or If some one knows any article or program that do this thanks... ___ Nas ligações internacionais, do fixo ou do

Re: [svg-developers] Tranforming Raster Image in SVG Image

2005-01-14 Thread sholla
If you intend to save a raster image as a an SVG document, this is what I did: - Use Visio. Insert your raster image in a Visio document. Save as SVG. - I believe ASV3.0 also support the spec. by allowing embedding a raster image Hope this helps. Shreesh

[svg-developers] FYI: Solution to C++ integration and ASV3.0

2005-01-14 Thread sholla
HI, I believe some people had posted about attaching event handlers using C++ instead of JS. I'd like to pass on information I have found out in integrating all this: Used IE( not tried others) Have a parent HTML document and embed an ActiveX control which contains your event handler