Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 43777 - 43806 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43777
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...
Rick Bullotta
RBullotta
Offline Send Email
Aug 1, 2004
12:55 pm
43778
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...
rwkemper
Offline Send Email
Aug 1, 2004
7:40 pm
43779
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...
rwkemper
Offline Send Email
Aug 1, 2004
7:46 pm
43780
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...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 1, 2004
11:11 pm
43781
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....
zuccaralloo
Offline Send Email
Aug 2, 2004
1:26 am
43782
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...
jophof007
Offline Send Email
Aug 2, 2004
4:08 am
43783
Hi, Using the asv script engine, you can use alert(printNode(yourNode)); Regards Christophe ... From: rwkemper [mailto:KemperR@...] Sent: dimanche 1...
lestat_24
christophemoine
Offline Send Email
Aug 2, 2004
6:13 am
43784
If you mean, can you load external scripts, or reference external svg files, the answer is no. Unfortunatly. R, James...
James Ross
jmez72
Offline Send Email
Aug 2, 2004
9:08 am
43785
Heiko, thanks a lot for the hints. Concerning namespaces at least the xlink works as you expected. example:...
rwkemper
Offline Send Email
Aug 2, 2004
11:22 am
43786
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...
annoyingmouse2001
annoyingmous...
Offline Send Email
Aug 2, 2004
12:01 pm
43787
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....
tyson785
Offline Send Email
Aug 2, 2004
12:33 pm
43788
Hi Dom, e.g. document.rootElement.setAttributeNS(null,'height','300') Regards- -Heiko...
zuccaralloo
Offline Send Email
Aug 2, 2004
12:59 pm
43789
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...
Bob Hunter
bns4home
Offline Send Email
Aug 2, 2004
1:16 pm
43790
... 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...
Charles-Alexandre Sab...
sabourdin
Offline Send Email
Aug 2, 2004
2:16 pm
43791
... 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 ...
Charles-Alexandre Sab...
sabourdin
Offline Send Email
Aug 2, 2004
2:16 pm
43792
can somone will helpto add scrollbars in svg?????...
vaishu2023
Offline Send Email
Aug 2, 2004
2:49 pm
43793
For Gentoo linux it's trivial: #emerge adobesvg Don't know for other distros, but it can hardly be any easier. Greetings Barmalini...
barmalini@...
taras_bahnyuk
Online Now Send Email
Aug 2, 2004
2:54 pm
43794
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...
Peter Kalev
peterkalev2002
Offline Send Email
Aug 2, 2004
2:56 pm
43795
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...
Charles-Alexandre Sab...
sabourdin
Offline Send Email
Aug 2, 2004
3:33 pm
43796
Hi a) I am running Internet Explorer Version 6.0.2800.1106IC Update Versions:; SP1; Q823894; Q831167; b) http://www.cyscape.com/showbrow.asp shows ...
bigmentor1234
Offline Send Email
Aug 2, 2004
4:27 pm
43797
... 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@...
Send Email
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...
lance dyas
garthan_drag...
Offline Send Email
Aug 2, 2004
5:36 pm
43799
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:...
Seth Quarshie
sethprgn
Offline Send Email
Aug 2, 2004
5:41 pm
43800
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...
tyson785
Offline Send Email
Aug 2, 2004
6:04 pm
43801
... 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@...
Send Email
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)"); ...
rwkemper
Offline Send Email
Aug 2, 2004
10:33 pm
43803
Hi, With rect.addEventListener("click", DeleteListBox , false); You the option of either propagating(true) or bubbling(false) the event which specified in the...
Seth Quarshie
sethprgn
Offline Send Email
Aug 2, 2004
10:44 pm
43804
... 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...
Jeff Rafter
jeffrafter
Offline Send Email
Aug 2, 2004
10:48 pm
43805
Yes, I played around on with it on two different machines and had strange haviour after couple of zoom-in(s). ~Seth ... From: Jeff Rafter...
Seth Quarshie
sethprgn
Offline Send Email
Aug 2, 2004
11:24 pm
43806
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...
no1_spod
Offline Send Email
Aug 3, 2004
12:23 am
Messages 43777 - 43806 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help