Skip to search.
svg-developers · SVG Developers

Group Information

  • Members: 5539
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 2903 - 2932 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2903 Deneb Pettersson
deneb.pettersson@... Send Email
Mar 1, 2001
3:51 pm
sorry to all ppl for giving my 2cents :) Anyway i disagree with AdILs points to some extent. ... This comes from the fact that it is a standard(recommendation...
2904 Deneb Pettersson
deneb.pettersson@... Send Email
Mar 1, 2001
4:06 pm
Hi to you all, again. I got myself a job here the other day. My fathers company needs a homepage, and even though i would love to do it all in SVG i decided to...
2905 dwaiting@... Send Email Mar 1, 2001
4:23 pm
Hi I have an svg document displayed in one frame with controls in another. I can not get the jscript in one to communicate with the other. I could get this to...
2906 Don XML
don_xml@... Send Email
Mar 1, 2001
4:28 pm
If you want to use XML, you are going to want to transform it to some version of HTML (to be displayed), thus you need to learn either XSLT or CSS. XSLT is my...
2907 Michael Bierman
mbierman@... Send Email
Mar 1, 2001
4:28 pm
Trevor, I think you'll find LiveMotion very easy to use but these may help get you started. Training Videos http://www.adobe.com/web/tips/lvmvtco/main.html ...
2908 Ian Tindale
ian_tindale@... Send Email
Mar 1, 2001
4:35 pm
... From: "Deneb Pettersson" <deneb.pettersson@...> To: <svg-developers@yahoogroups.com> Sent: Thursday, March 01, 2001 3:44 PM Subject: AW:...
2909 Richard Pearman
richardp@... Send Email
Mar 1, 2001
4:36 pm
Although this is probably related to my problem, mine is more fundamental. I have an SVG in my main directory. I have an HTML file in a subdirectory of this...
2910 Ian Tindale
ian_tindale@... Send Email
Mar 1, 2001
4:37 pm
... From: "Deneb Pettersson" <deneb.pettersson@...> To: <svg-developers@yahoogroups.com> Sent: Thursday, March 01, 2001 3:58 PM Subject: [svg-developers]...
2911 Michael Bierman
mbierman@... Send Email
Mar 1, 2001
4:49 pm
I don't know what the problem might be, but have you tried an embed tag instead of an object tag? ............................... Michael Bierman Senior...
2912 Tobias Reif
tobiasreif@... Send Email
Mar 1, 2001
5:16 pm
I received this mail 10 times or so... please don't. ... __________________________________________________ Do You Yahoo!? Get email at your own domain with...
2913 Don XML
don_xml@... Send Email
Mar 1, 2001
6:09 pm
If you are using an object I'm going to assume that you are using IE. If so, IE resolves all relative paths from the parent (root level) document. Any...
2914 r_diblasi@... Send Email Mar 1, 2001
7:18 pm
Hello, Michael Bierman wrote: "I don't believe there is any limitation but I don't believe the SVG spec discusses this issue. I am not certain...but I don't...
2915 Reuven Ackner
reuvenackner@... Send Email
Mar 1, 2001
8:01 pm
Even more confusing: The computation of relative paths is not consistent for different elements in the same document. Ex: ex.html in dir1; mysvg.svg in dir2;...
2916 Arnold, Curt
Curt.Arnold@... Send Email
Mar 1, 2001
8:04 pm
The following are brief discussions of a few fairly simple additions to the SVG DOM that would life a whole lot easier. ... interface SVGTextContentElement { ...
2917 Chris Lilley
chris@... Send Email
Mar 1, 2001
8:13 pm
... Yes. ... Yes, and this already exists. Load your SVG file into Batik and you will be able to use a DOM tree view that lets you navigate to a particular...
2918 Chris Lilley
chris@... Send Email
Mar 1, 2001
8:13 pm
... ;-) Interesting you describe this as an accident.... but I am the same, although I am living in France 9and have my currency settings set to French Francs...
2919 Chris Lilley
chris@... Send Email
Mar 1, 2001
8:13 pm
... This is all correct so far ... I hope you do not mean "and thus, for JavaScript to work, use US Windows with a US locale" Jon, I think you misunderstand...
2920 Tobias Reif
tobiasreif@... Send Email
Mar 1, 2001
10:08 pm
Michel, could your form be used to send data to the server, like with regular HTML-forms? I'd like to use SVG-forms embedded in HTML to send user-input to PHP...
2921 Michel Hirtzler
pilat@... Send Email
Mar 2, 2001
12:45 am
... With javascript, you can send data to the server, you must "write" all the parameters ( for regular HTML-forms, method POST make this work with names of...
2922 Steve White
steve@... Send Email
Mar 2, 2001
2:37 pm
I want to use the SET element to repeatedly switch text between two strings. Two problems; 1. How do I identify the string? 2. Why does the repeat count not...
2923 Richard Pearman
richardp@... Send Email
Mar 2, 2001
6:30 pm
I realized what I was doing wrong. I was using 'src' to specify the file in the object tag insead of 'data'. Why can't HTML be consistent about these things!...
2924 Richard Pearman
richardp@... Send Email
Mar 2, 2001
6:30 pm
There's a Perl module called CGI.pm which is very good for generating on the fly web pages (HTML). It's part of the standard perl distribution so it's ...
2925 Don XML
don_xml@... Send Email
Mar 2, 2001
11:36 pm
Actually, since src is a parmameter it should be: <OBJECT id="svg" WIDTH="300" HEIGHT="300" type="image/svg-xml"> <PARAM NAME="SRC"...
2926 Tan Abigail
abigailztan@... Send Email
Mar 3, 2001
5:38 am
Hi, I am very sorry to post this but I don't know how to unsubscribe in this list. Help. __________________________________________________ Do You Yahoo!? Get...
2927 nstansbury@... Send Email Mar 3, 2001
2:56 pm
Batik doesn't really do what I want in regards to viewing the DOM tree. I have been trying to find away of showing how the tree is changing dynamically in...
2928 nstansbury@... Send Email Mar 3, 2001
4:08 pm
I have a <g> defined within a <defs>, the <g> is then called through <use>. I am trying to script that <use> instance, but when I call "onmousedown" from the...
2929 Browning, Curtis
curtisb@... Send Email
Mar 4, 2001
5:24 pm
Actually, I was misquoted below. The text shown was from an original message by Ian Tinsdale, and my response below it had been removed: Hi Ian, have you seen...
2930 Jeffrey Noll
jeff@... Send Email
Mar 4, 2001
6:22 pm
I've created an xsl stylesheet that produces pir charts of data pulled from a database and am looking for some help in creating a filter that will give it a 3D...
2931 TOa2671644@... Send Email Mar 4, 2001
6:27 pm
www.viewpoint.com has VRML (3D) demos. Trevor eMail vom 04.03.01 19:23:25 (MEZ) Mitteleuropäische Zeit schreibt jeff@...: << I've...
2932 Lance Dyas
lancelot@... Send Email
Mar 4, 2001
7:46 pm
Messages 2903 - 2932 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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