Re: [svg-developers] source code in browser

2006-02-20 Thread Anna Kostikova
Thank you very much! Anna - Original Message - From: G. Wade Johnson To: svg-developers@yahoogroups.com Sent: Tuesday, February 21, 2006 12:17 AM Subject: Re: [svg-developers] source code in browser On Mon, 20 Feb 2006 21:35:46 - "Anna Kostikova" <[EMAIL PROTECTED]>

Re: [svg-developers] source code in browser

2006-02-20 Thread G. Wade Johnson
On Mon, 20 Feb 2006 21:35:46 - "Anna Kostikova" <[EMAIL PROTECTED]> wrote: > Hello Hago, > > thank you very much for the fast reply! > Do I need to configure the server somehow specifically to display svg? > > I found this information online - > http://wiki.svg.org/index.php?title=Server_Co

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread G. Wade Johnson
On Mon, 20 Feb 2006 15:23:20 +0100 Jeroen Vanattenhoven <[EMAIL PROTECTED]> wrote: > Yes, I know I have to use the proper NS functions :). Have a look at the > SVG Authoring Guidelines from Jonathan Watt > (http://jwatt.org/svg/authoring/). Very interesting and usefull. I was > just concentrati

[svg-developers] xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"

2006-02-20 Thread RODOLFO MORENO LLACZA
Hi everybody: someone knows how to use scriptImplementation attribute of the ASV plugin (come with ASV 3). and if this possible use it even if you have installed the ASV plugin 6. I was implementing this attribute in my application in order to use it in FF 1.5. this is my code:

Re: [svg-developers] source code in browser

2006-02-20 Thread Hago Ziegler
Anna Kostikova schrieb: > Do I need to configure the server somehow specifically to display svg? > http://wiki.svg.org/index.php?title=Server_Configuration > is that the cause of the problem? server misconfiguration? Sorry, but I'm not an expert in this point. Hago - To unsubscribe send a

Re: [svg-developers] source code in browser

2006-02-20 Thread Anna Kostikova
Hello Hago, thank you very much for the fast reply! Do I need to configure the server somehow specifically to display svg? I found this information online - http://wiki.svg.org/index.php?title=Server_Configuration is that the cause of the problem? server misconfiguration? Anna - Original

Re: [svg-developers] source code in browser

2006-02-20 Thread Hago Ziegler
Anna Kostikova schrieb: > http://tsunami.geo.ed.ac.uk/~s0564876/ADSM/images/sct_map2.svg When I click on your link, I also see only source code. I copied the source code and put it on my webserver. Here I see the expected image: http://hagoschaos.de/test/TTT.svg So it seems, that the problem h

[svg-developers] source code in browser

2006-02-20 Thread Anna Kostikova
Hello everyone I have a problem with displaying svg-page in browser. Once I open svg-page locally on my computer - it works ok and I see graphic. But once I put this page into my web-server and trying to open it using url link to that page, I see only source-code like that http://tsunami.geo.ed

[svg-developers] Re: Best Practice - Geographic SVG mousover?

2006-02-20 Thread brucerindahl
--- In svg-developers@yahoogroups.com, "tbone58x" <[EMAIL PROTECTED]> wrote: > > I posted a similar msg about a month ago and got sidetracked on > other issues so will see if there is any new approaches to this > problem. > > I will have a consistent basic background - map of the 48 states in >

[svg-developers] Re: events Zoom in

2006-02-20 Thread omzeta
--- In svg-developers@yahoogroups.com, "omzeta" <[EMAIL PROTECTED]> wrote: > > hi all, I´m developing a geographic data viewer using SVG and I have > layers with a lot of data, and I wish to show this layers in a specific > zoom in. Then How I can control the events of the Zoom in, of such form

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread thomas . deweese
Hi, > >>> [EMAIL PROTECTED] 20/02/2006 15:31 >>> > ok very interesting, it seems to be a question of namespaces isn't it? > if i understand IE is permissive and forgot to define namespaces but does > firefox respect the w3c, > i didn't read something like (createElementNS)that on w3c's site??

[svg-developers] Re: events Zoom in

2006-02-20 Thread omzeta
Hi all, can I control the events Zoom in with SVG/ecmascript? and I am working with the viewer of acrobat for SVG, and in the viewer I cannot go beyond a specific zoom in. There is some way of which I can go beyond that limit zoom in? thanks in advance --- In svg-developers@yahoogroups.com, "om

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Erwan TROEL
where can i find the good syntax for svg, the one that comes from the false private SVG - Original Message - From: "Jérome de la Goutte" <[EMAIL PROTECTED]> To: Sent: Monday, February 20, 2006 3:35 PM Subject: Re: Rép. : [svg-developers] setAttribute & firefox Hi It's not really IE t

Re: Rép. : [svg-developers] setAttribut e & firefox

2006-02-20 Thread Jérome de la Goutte
Hi It's not really IE that is permissive, but ASV :) --- Jérôme de la Goutte Responsable de projet ISAGRI Ingéniérie E-mail : [EMAIL PROTECTED] Site web : www.terre-net.fr & www.isagri.fr tel: 03 44 06 84 04 fax: 03 44 06 55 61 >>> [EMAIL PROTECTED] 20/02/200

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Erwan TROEL
ok very interesting, it seems to be a question of namespaces isn't it? if i understand IE is permissive and forgot to define namespaces but does firefox respect the w3c, i didn't read something like (createElementNS)that on w3c's site?? - Original Message - From: <[EMAIL PROTECTED]> To:

Re: Rép. : [svg-developers] setAt tribute & firefox

2006-02-20 Thread Jeroen Vanattenhoven
Yes, I know I have to use the proper NS functions :). Have a look at the SVG Authoring Guidelines from Jonathan Watt (http://jwatt.org/svg/authoring/). Very interesting and usefull. I was just concentrating on the problem of this svg user :). (bit lazy) Jeroen G. Wade Johnson schreef: > On Mo

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Jeroen Vanattenhoven <[EMAIL PROTECTED]> wrote: > var group = svgdoc.createElementNS(null, "g"); > Well, at this moment, it does not exist yet in the DOM. You first have > to append it to an element in the document: > > svgdoc.getElementById("groupParent")

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread thomas . deweese
Hi, svg-developers@yahoogroups.com wrote on 02/20/2006 09:17:02 AM: >myGridGroup = svgdoc.createElement("g"); This is not an SVG 'g' element, so Mozilla won't treat the attribute named 'id' as an 'ID' attribute. I suspect you really want: var SVGNS = "http://www.w3.org/2000/

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Erwan TROEL
excuse me i forgot a line myGridGroup = svgdoc.createElement("g"); myGridGroup.setAttribute("id","myGridGroup"); myGridLineGroup.appendChild(myGridGroup); test=svgdoc.getElementById("myGridGroup"); alert(test); - Original Message - From: "Jérome de la Goutte" <[EMAIL P

[svg-developers] Re: SVG UI Elements

2006-02-20 Thread Jeff Schiller
--- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote: > > Hi again, > > Could anyone give me references and links about SVG UI Elements such > as list boxes,dropdown, radio buttons etc > > thanks in advance > Chris > CGUI: http://homepage.usask.ca/~ctl271/cgui/ SPARK: htt

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread G. Wade Johnson
On Mon, 20 Feb 2006 13:37:49 +0100 Jeroen Vanattenhoven <[EMAIL PROTECTED]> wrote: [snip] > > svgdoc.getElementById("group").SetAttributeNS(svgns, "transform", > "translate(0,10)"); > > Jeroen Also, remember that the transform attribute is in the null namespace, like most of the SVG attribu

[svg-developers] SVG UI Elements

2006-02-20 Thread chmavrog
Hi again, Could anyone give me references and links about SVG UI Elements such as list boxes,dropdown, radio buttons etc thanks in advance Chris - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership

Re: Rép. : [svg-developers] setAt tribute & firefox

2006-02-20 Thread Jeroen Vanattenhoven
Hello, You had something like: var group = svgdoc.createElementNS(null, "g"); group.setAttribute("id", "group"); Well, at this moment, it does not exist yet in the DOM. You first have to append it to an element in the document: svgdoc.getElementById("groupParent").appendChild(group); You alwa

Re: Rép. : [svg-developers] setAttribut e & firefox

2006-02-20 Thread Jérome de la Goutte
Hi When you create your group element, it is "only in memory". It is not attached to any DOM tree, and as a consequence, it is not a child of your SVG document. After creating it, you should append it to your svgdocument by svgdoc.appendChild(myGroup) Then, you will be able to read the DOM tree

Re: Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Erwan TROEL
i don't understand your answer - Original Message - From: "Jérome de la Goutte" <[EMAIL PROTECTED]> To: Sent: Monday, February 20, 2006 1:02 PM Subject: Rép. : [svg-developers] setAttribute & firefox Hi Souldn't you append group to svgdoc before trying to get it? Jérôme

Rép. : [svg-developers] setAttribute & firefox

2006-02-20 Thread Jérome de la Goutte
Hi Souldn't you append group to svgdoc before trying to get it? Jérôme --- Jérôme de la Goutte Responsable de projet ISAGRI Ingéniérie E-mail : [EMAIL PROTECTED] Site web : www.terre-net.fr & www.isagri.fr tel: 03 44 06 84 04 fax: 03 44 06 55 61 >>> [EMAIL P

[svg-developers] setAttribute & firefox

2006-02-20 Thread Erwan TROEL
my code works with IE not with FireFox: myGridGroup = svgdoc.createElement("g"); myGridGroup.setAttribute("id","myGridGroup"); test=svgdoc.getElementById("myGridGroup"); alert(test); resultat de alert: null avec FireFox, pas de pb avec IE??? [Non-text portions of this messa

[svg-developers] Workshop Internetcartography with SVG

2006-02-20 Thread Nicole Ueberschär
I’d like to inform you that there will be another workshop for svg-beginners titled “Internetcartography with SVG – Maps scalable unlimitedly” from march 20th to march 24th 2006 at the University of Applied Sciences in Berlin. More informations: http://svg.carto.net/workshop