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
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@...
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@...
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@...
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
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@...
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
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
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
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
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
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
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='80039; height='400'> ...
53880
Jonathan Watt
wattie@...
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@...
Jan 9, 2006 1:24 am
Hi Christopher, ... The "parent.select.document.selface" is very mixed up: 'parent39; is a window object, not the document. You would need to use: ...
53882
Jonathan Watt
wattie@...
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
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
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
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
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
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
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
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
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
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
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
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
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
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@...
Jan 10, 2006 11:28 am
... Absolutely. Googling for "server configuration svg" (without the quotes) usually does the trick. ;-) ...