[svg-developers] Firefox2 vs Firefox3 (code)

2008-12-16 Thread jgfa92004
Hi again, Here is an example of code that works under FF2 but not anymore under FF3 (and works under IE7). Under FF3, the colors change and the checkbox is checked but then everything is reverted... Thanks for your help. Julie http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> http://w

[svg-developers] Firefox2 vs Firefox3

2008-12-16 Thread jgfa92004
Hi all, I have svg files with javascript scripting. These files used to work (the script part) under Firefox2 but does not work anymore under Firefox3. Does anyone have a clue or could tell me how or where to search what's going on. Thanks in advance. Julie

[svg-developers] Stroke width inside the shape

2008-12-10 Thread jgfa92004
Hi, Is there a way to set the stroke width of a polyline inside the shape instead of half inside and half outside ? Thanks. Julie - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edi

[svg-developers] Re: onmousedown() and onclick() at the same time

2008-12-04 Thread jgfa92004
> Take a look at the following; it lets different events on parts of the group be registered and responded to. > > Hope it helps > > David > > http://www.w3. org/2000/ svg" width="100%" > > xmlns:xlink= "http://www.w3. org/1999/ xlink"

[svg-developers] Re: onmousedown() and onclick() at the same time

2008-12-03 Thread jgfa92004
Hi, Thanks for the answer. No, I don't call the fonction "stopPropagation". Here is a simpler example that doesn't work either : Only the alert('down') and alert('up') are called in this case. I use IE7 and Adobe SVG Viewer 3.0 Thanks again for your help. --- In svg-developers@yahoogr

[svg-developers] onmousedown() and onclick() at the same time

2008-12-03 Thread jgfa92004
Hi, I have the following svg code : My problème is that the onclick event is never called, apparently because of the onmousedown and onmouseup events called in the first g. What should I do to be able to call another function when a circle is clicked ? Thanks a lot. --

[svg-developers] "SaveSvgAs" problem

2008-11-24 Thread jgfa92004
Hi, Some of the svg files generated by my application are quite huge and I have some troubles saving them : when I use the "Save as" button displayed by Windows when the file is generated, it takes about 3 minutes to save the file (15 MB). When I "open" the svg file then try to save it by using

[svg-developers] Firefox context menu

2008-01-24 Thread jgfa92004
Hi, I saw on a thread that context menu was a specification of ASV. I have two problems : 1/ the context menu that worked on ASV3 does not work anymore on ASV6. Here is my script code : var newMenuRoot = parseXML(printNode(document.getElementById ("myCustomMenu")), contextMenu); contextMenu.re

[svg-developers] svg displays on a windows session but not on the other

2007-10-07 Thread jgfa92004
Hi again, I have a very strange issue and I was wondering if somebody had ever encountered this before : I have a server based web app that generates svg files. My computer (client) runs on Windows XP Pro and has 2 (user) sessions. When I generate a svg file from one of my windows session, it w

[svg-developers] IE7 to FireFox

2007-10-07 Thread jgfa92004
Hi all, I have svg files that can be opened only with IE7. Is there a document that describe how to make a svg file compatible with the dom specifications. Thanks in advance. Julie - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developer

[svg-developers] Manual zoom rectangle

2007-01-21 Thread jgfa92004
Hi, I just uploaded an svg file to show my problem (zoom.svg on the yahoo group site). Inspired by Michel (from pilat.free.fr) I created a manual zoom with a rectangle selection. This zoom seems to work but when I zoom several times, the rectangle doesn't exactly follows the mouse cursor anymore

[svg-developers] Script error in svg with IE7

2007-01-21 Thread jgfa92004
Hi all, The following svg code works with IE6 and not with IE7 http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> Most low income household

[svg-developers] Performance question

2005-10-06 Thread jgfa92004
Hi all, I have a svg file containing 36000 circles : is it normal that it takes about 5 minutes to display/open ? Is there a way to make this more efficient ? Thanks. Julie Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job).

[svg-developers] Insert a script section in a java generated svg document

2005-10-04 Thread jgfa92004
Hi all, I use Batik to generate a svg document. But I also want to insert a script section (to insert my own javascript functions) : how can I do this ? Thanks. Julie Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click a

[svg-developers] Re: Problem inserting an image in a svg document

2005-04-27 Thread jgfa92004
s not slow anymore. But I'm still wondering why this problem occurs... if anyone has an idea... Thanks. Julie --- In svg-developers@yahoogroups.com, "jgfa92004" <[EMAIL PROTECTED]> wrote: > > Hi everybody, > I have a svg document in which I insert an image (.gif

[svg-developers] Problem inserting an image in a svg document

2005-04-26 Thread jgfa92004
Hi everybody, I have a svg document in which I insert an image (.gif) by writing : I have some javascript functions that controle interactivity (for instance zomm, pan, ...). The problem is that when those functions are called, the svg is really too slow to be (re-)displayed. If I remove the