Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8777
  • 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

Advanced
Messages Help
Messages 53867 - 53896 of 66157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
53867 vikas gupta
vikasgupta1985 Send Email
Jan 7, 2006
8:16 pm
hi everyone! i m new to svg.can u please help me and tell me how can i embed javascript in svg.Pls provide me the suitable links explaining this. Thanx in...
53868 Jeff Schiller
jeff_schiller Send Email
Jan 7, 2006
10:27 pm
I'm writing some code that uses the SVG DOM and I do the following to check if the methods/attributes exist: 1: var p = document.createElementNS(SVGNS,...
53869 Ronan Oger
ronan@... Send Email
Jan 7, 2006
10:32 pm
Here are two resources to use for this... http://www.google.ch/search?q=embed+javascript+into+svg or http://www.svg-whiz.com/wiki/index.php?search=script&go=Go...
53870 Jonathan Watt
wattie@... Send Email
Jan 7, 2006
10:57 pm
Hi, ... As Ronan says, when running in Mozilla, ASV doesn't have support to allow script in the HTML to talk to the SVG it's rendering. In other words that ...
53871 Jonathan Watt
wattie@... Send Email
Jan 7, 2006
11:08 pm
Hi Jeff ... Correct, that's what NS_ERROR_NOT_IMPLEMENTED means. http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5 seems to show ... That doc doesn't...
53872 csharpdotcom Send Email Jan 7, 2006
11:49 pm
Hello Everybody, I am new to this newsgroup, and this is my first post. I have been playing around with scripting SVG, but I am having trouble transfering data...
53873 Jonathan Watt
wattie@... Send Email
Jan 8, 2006
12:57 am
Hi Christopher, It looks like you're exeriencing the same problem that jaychambers just posted to the list, except that he experienced it in Firefox, while...
53874 csharpdotcom Send Email Jan 8, 2006
3:13 am
Hi Jonathan, Thanks for your reply - I followed your suggestion with inithtml(), and uncommented the two lines of code in the SVG file, but I got the same...
53875 Jeff Schiller
jeff_schiller Send Email
Jan 8, 2006
3:58 am
... Ugh. It's odd that appendElement() is allowed but not replaceElement(). So you can create a path element through the DOM IDL you just can't change it...
53876 Jeff Schiller
jeff_schiller Send Email
Jan 8, 2006
2:57 pm
Jonathan, FYI I opened Bug 322724 related to this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=322724 Thanks, Jeff...
53877 malutanpetronel Send Email Jan 8, 2006
5:50 pm
Hi Any news about printing svtg to pdf ? I am kinda newbie and I t seem to be unable to find any solutin ! please help me if you can Petronel ... height="18cm"...
53878 mvalley Send Email Jan 8, 2006
6:18 pm
I have a simple animation of flashing a fill color on and off (code shown below) that I want to control from a script. Based on some external conditions, I...
53879 pilatfr Send Email Jan 8, 2006
10:04 pm
... Try this with Adobe plugin 3 or 6 beta <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width='800&#39; height='400'> ...
53880 Jonathan Watt
wattie@... Send Email
Jan 9, 2006
12:57 am
Hi Jeff, ... Yeah, that seems strange. I'm not sure why replaceElement wasn't implemented. I thought that checking for ... Because the DOM interfaces are fixed...
53881 Jonathan Watt
wattie@... Send Email
Jan 9, 2006
1:24 am
Hi Christopher, ... The "parent.select.document.selface" is very mixed up: 'parent&#39; is a window object, not the document. You would need to use: ...
53882 Jonathan Watt
wattie@... Send Email
Jan 9, 2006
1:36 am
... Just for the record, Firefox doesn't have a problem with JavaScript in SVG, but rather a problem with createElement being used for namespaced content ...
53883 Brian Birtles
brianskold Send Email
Jan 9, 2006
10:26 am
Hi all, Just a quick note in case anyone is interested in reading a report I wrote about my work implementing SMIL Animation in Mozilla. You can find it at: ...
53884 Robert Russell
robertjrussell Send Email
Jan 9, 2006
12:02 pm
I think I've run in to the same kind of stub with other methods in Mozilla's Javascript. It can't have been anything important I was working on because I...
53885 mvalley Send Email Jan 9, 2006
12:15 pm
Exactly what I was looking for. Thanks. ... height='400'> ... 60").beginElement ... () ... height="30" ... height="30" ... animate ... (code ... none - ... to...
53886 Christopher Sharp
csharpdotcom Send Email
Jan 9, 2006
4:25 pm
Hi Jonathan, Many thanks for your e-mail, and your messages with links, which are very helpful, and in particular for the corrected HTML and SVG codes. I have...
53887 Andreas Neumann
neumannandreas Send Email
Jan 9, 2006
4:29 pm
Hi Brian, thanks for your efforts regarding the implementation of SMIL in Mozilla and providing information about the status of the implementation. In your...
53888 brianskold Send Email Jan 9, 2006
8:13 pm
Hi Andreas, Thanks for your comments! I hope I didn't give the impression that the code has been reviewed or is complete. I have submitted some code as a ...
53889 Alastair Fettes
alastairsvg Send Email
Jan 10, 2006
1:18 am
Take a look at the following foaf example from Jim Ley. http://jibbering.com/foaf/foafnaut.svg Are you doing avoidance client side or static generation side?...
53890 Nikolya Patskov
algornik7 Send Email
Jan 10, 2006
7:52 am
How can I change type of cursor in IE 6.0 using JavaScript? I try this code: ..... this.svgObj = SVGDocument.createElementNS ("http://www.w3.org/1999/xlink",...
53891 Nikolya Patskov
algornik7 Send Email
Jan 10, 2006
7:53 am
How can I change type of cursor in IE 6.0 using JavaScript? I try this code: ..... this.svgObj = SVGDocument.createElementNS ("http://www.w3.org/1999/xlink",...
53892 Christopher Sharp
csharpdotcom Send Email
Jan 10, 2006
7:53 am
Hi Jonathan, I put in some CSS in the HTML code, but other than that, a few cosmetic changes and removing the redundant link to the file bytehex.js, I made no...
53893 Altsoft Xml2PDF
xml2pdf Send Email
Jan 10, 2006
8:59 am
Altsoft presents the new version 3.0 of its .NET based Xml2PDF formatting engine. The major new features of the new version include: - Significant refactoring...
53894 Andreas Neumann
neumannandreas Send Email
Jan 10, 2006
10:01 am
... no, not at all. I understood that it is a patch and not yet included in the development branch. a ... thanks for the information ... cool, please keep us...
53895 Andreas Neumann
neumannandreas Send Email
Jan 10, 2006
10:03 am
Hi Nikolya, cursors are not supported in the Adobe SVG plugin version 3. They work in the Adobe Plugin version 6 (alpha), in Batik and in Mozilla SVG I would...
53896 Jonathan Watt
wattie@... Send Email
Jan 10, 2006
11:28 am
... Absolutely. Googling for "server configuration svg" (without the quotes) usually does the trick. ;-) ...
Messages 53867 - 53896 of 66157   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