In many cases, without things like advanced authentication and some of the necessary layers beyond simple HTTP/SOAP support, very little "real" work would be...
Hi All, debugging my dom fights me to death. Is there any idea how I can display the dynamically generated node tree in jscript ? I just want to have a textual...
Hello Experts, I want to use attributes in my svg which do not belong to the svg name space. Purpose is to store some data in the svg itself for dynamic...
Hi Jan-Klaas, ... Indeed! ... I have to say that I'm finding myself more and more against this approach. It seems that the goal is to cram as much into the SVG...
Hi Rolf, there is a sample at http://www.zuccaralloo.de/devgroup that pretty much should cover both of your questions. 1) use printNode() method --- e.g....
Hi, In our open-modeling sourceforge project (http://open- modeling.sourceforge.net) we had the need for building a generic SVG diagram editor. We made it with...
Hi, Using the asv script engine, you can use alert(printNode(yourNode)); Regards Christophe ... From: rwkemper [mailto:KemperR@...] Sent: dimanche 1...
Hi there, is it possible to change the main svg element? I need to alter the height of an svg image as a result of a javascript calculation and I'm not sure...
Hello, All- I am currently working on an online, quasi-svg mapping project. I have a map (raster, jpg), and would like my mapping tools to be svg elements....
I've recently come to understand the wisdom of many in this forum who said to run all your javascript code from inside the SVG (instead of from a script at the...
... Hi, where could I find information on how to set ASV3.1 on linux ? google send very few pages on "ASV3.1 on linux" query ? -- Charles-Alexandre SABOURDIN...
... Does anyone has transform EPS into SVG using imageMagic ? Or any non vector image into "false svg". I mean inclued png into svg. -- Charles-Alexandre ...
I used relative reference with the .asmx page and worked fine, but then I decided to use .aspx page, kept the same relative addressing and got the error when...
Dear all, My probleme might no be SVG but more an XML problem. I have a uge bunch of svg to transform using partial XSLT or java code. My code work only if I...
... One of these days I'll get around to updating that... ... Yes you can. Details are documented in the Acrobat JavaScript Multimedia Reference document...
Leonard Rosenthol
leonardr@...
Aug 2, 2004 5:10 pm
43798
... Very nice, soon please ? what would you include (printability option?) One request someone made to us was to have our product TNTmips produce Acrobat...
Hello, If your code checks out then it could be a memory problem. ~Seth ... From: tyson785 [mailto:ttrotter@...] Sent: Monday, August 02, 2004 5:33 AM To:...
I have noticed that it does this on several other workstations here in the office (seemingly randomly...IE rarely crashes on my machine yet crashes almost...
... I have an update on my machine with support for editing the annotation after adding it - moving, resizing, etc. It also supports basic resource embedding....
Leonard Rosenthol
leonardr@...
Aug 2, 2004 6:27 pm
43802
Hi All, can anybody be so kind to explain what is the difference between the two methos below. rect.setAttributeNS(null,'onclick',"DeleteListBox(evt)"); ...
Hi, With rect.addEventListener("click", DeleteListBox , false); You the option of either propagating(true) or bubbling(false) the event which specified in the...
... I played around with it as well (very cool by the way... I want to see my house : )) and after about 10-15 zoom in levels (with aerial photos on) I got...
Hi, I'm new to SVG and stuggling a little with my DOM/javascript altering of the fill for a <g> of elements. I'm trying to use an onmouseover event, from any...