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

2005-04-28 Thread jgfa92004
Hi all, I found a way to resolve this problem : I remove and re-insert the image everytime there is an interaction with js : oldimage = carte.getElementById(MyImage); newimage = oldimage; Carte.removeChild(oldimage); Carte.insertBefore(newimage,symboles); In this way, the display is not slow

[svg-developers] printing svg at client at server

2005-04-28 Thread ma_su_100
hii, i am using IE6 and ASV3. 1. i want to print my svg embed object by javscript, not by file-print(bacause it cut my svg), how can i do it? 2. i am using asp.net and i want to print my svg from the server, how can i handle my svg on the server side and print it?, is there any

[svg-developers] Re: SVG Java servlets

2005-04-28 Thread derguteonkeldod
Is there anyone who can explain me the communication between SVG, JavaScript and a Java servlet? Even a link would be great! Thank you. --- In svg-developers@yahoogroups.com, derguteonkeldod [EMAIL PROTECTED] wrote: Maybe I will understand better if I post my little code here. svg

Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-28 Thread Holger Will
Good morning Ganesh Thanks for the help. I followed your steps but I am not able to accomplish my task correctly Can you check whether my code is correct: see: http://www.treebuilder.de/svg/textpath.svg for a working version. the problem, i figured is a bug in ASV which gets

Re: [svg-developers] SVG turned on in mozilla nightly builds

2005-04-28 Thread Holger Will
Jonathan Watt wrote: On 4/27/05, Holger Will [EMAIL PROTECTED] wrote: Hi everyone according to http://weblogs.mozillazine.org/chase/archives/2005/04/svg_here_we_com.html SVG is now available in all nightly builds of mozilla / firefox ( at least for Win and Mac builds) thats great

Re: [svg-developers] Cannot view XML input using CSS style sheet

2005-04-28 Thread Holger Will
tbone58x wrote: My SVG graphs work great on my PC using Windows 2000 but when I pushed my code and the graph.css style sheet it will not work on the Apache server. Can anyone help with this? The graph.css file is one level up in the directory structure from the svg file location. The

[svg-developers] Svg Re-ordering

2005-04-28 Thread CWS - Manna Antonio
I have this svg: SVG g id=a /g g id=b /g /SVG I need crete width scripting, on fly, a new G element (in the example id=ROOT) like this SVG g id=ROOT g id=a /g g id=b /g /g /SVG thnx [Non-text portions of this message have

[svg-developers] page and pageset element

2005-04-28 Thread Peruzzi Alessandro
Hello everybody. I readed that the 1.2 versione of SVG included page and pageset element. In the W3C ufficial site I copy this code from http://www.w3.org/TR/SVGPrint/ ?xml version=1.0 standalone=no? !DOCTYPE svg svg width=1000 height=1000 viewBox=0 0 1000 1000 version=1.2 streamable=true

Re: [svg-developers] page and pageset element

2005-04-28 Thread Jérôme Tricand de la Goutte
Hi Alessandro ASV 3.x doesn't implement SVG1.2 specification. You should use ASV 6.x for that. But this viewer isn't fully compliant with SVG1.2. You should check what parts of the specification are implemented. Hope it helps. Jérôme -- Jérôme Tricand de la Goutte Société Logatique 50 rue

Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-28 Thread Ganesh Jothikumar
Thanks a ton Holger. It's working perfectly fine. Holger Will [EMAIL PROTECTED] wrote:Good morning Ganesh Thanks for the help. I followed your steps but I am not able to accomplish my task correctly Can you check whether my code is correct: see: http://www.treebuilder.de/svg/textpath.svg

[svg-developers] SVG pocket reference put on TechRepublic newsletter

2005-04-28 Thread Barend Köbben
From the latest TechRepublic newsletter (http://nl.com.com/view_online_newsletter.jsp?list_id=e606): Improve interactivity with the SVG pocket reference Download this SVG pocket reference Scalable Vector Graphic (SVG) is an XML-based graphic file format, which is best employed in data-driven

[svg-developers] Got error in XMLHttpRequest~~

2005-04-28 Thread jacky11287
Dear all, I saw many example of XMLHttpRequest, but all of them use the XMLHttpRequest method in html I would like to use XMLHttpRequest in SVG file, I mean by opening a script type=text/javascript [!CDATA[ var p = new XMLHttpRequest(); ]] /script But I got error is XMLHttpRequest() is

Re: [svg-developers] Got error in XMLHttpRequest~~

2005-04-28 Thread Holger Will
jacky11287 wrote: Dear all, I saw many example of XMLHttpRequest, but all of them use the XMLHttpRequest method in html I would like to use XMLHttpRequest in SVG file, I mean by opening a script type=text/javascript [!CDATA[ var p = new XMLHttpRequest(); ]] /script But I got

[svg-developers] Re: page and pageset element

2005-04-28 Thread Peruzzi Alessandro
I installed ASV 6.0 Development Release 1, Build 38363 but my svg file appear in only one page. How I must to do for navigate in the svg pages? I view only one page. ASV 3.x doesn't implement SVG1.2 specification. My svg application have rebuild menu item but in ASV this rebuiding isn't

Re: [svg-developers] Re: SVG Java servlets

2005-04-28 Thread Peter Thompson
There are lots of people here who can explain this. Generally, SVG and JavaScript are both running in a browser on a client. SVG communicates with JavaScript via events. JavaScript updates the DOM, which is the in-memory representation of the SVG. See this link for a working example of

[svg-developers] Re: Got error in XMLHttpRequest~~

2005-04-28 Thread jacky11287
Hi Holger, I get your point, but XMLHttpRequest can only work at Mozilla Native SVG?? Arhthat's pity bad for me...since my SVG application doesn't fully work in Mozilla native implementation... I just wonder to change the getURL() method from asychronous to [EMAIL PROTECTED]@ than I found

[svg-developers] Doubt

2005-04-28 Thread neelima_jiit
Hi Everyone... I'm new to SVG..Infact I came to know about it today. I found that batik n the others which offer SVG support are written in Java. So,I just wanted to ask if we culd do the same using C++? If so, could anyone please provide me with some material regarding that.I

RE: [svg-developers] Doubt

2005-04-28 Thread shichan
1.1081 (20050428) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] Doubt

2005-04-28 Thread Holger Will
neelima_jiit wrote: Hi Everyone... I'm new to SVG..Infact I came to know about it today. I found that batik n the others which offer SVG support are written in Java. So,I just wanted to ask if we culd do the same using C++? If so, could anyone please provide me with some

RE: [svg-developers] Doubt

2005-04-28 Thread shichan
:[EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to the Yahoo! Terms of http://docs.yahoo.com/info/terms/ Service. __ Información de NOD32 1.1081 (20050428) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com [Non-text

[svg-developers] focus to SVG

2005-04-28 Thread Christoph Gaisbauer
Hi all, to call a function within my svg I use the keypress event. That works fine, as long as the svg has focus. I could manage to set the focus to my svg with: document.embeds[mysvg].focus(); This will run in IE, but not in FireFox. Is there a way to set the focus to an embed in FF? Thanks for

[svg-developers] Re: Detecting Mouse Position

2005-04-28 Thread samcctan
Hi all, Refer to my previous post, is anyone able to figure out what is the problem and how can I get the mouse position works on the svg image? I need this to work so that I can continue my project Thanks Samantha --- In svg-developers@yahoogroups.com, samcctan [EMAIL PROTECTED]

[svg-developers] RE: Synchronous getUrl()

2005-04-28 Thread Richard Smith
I haven't tried this, but is it possible to wait for the callback to 'report back'? I.e. var waiting; function DoStuff(){ ... waiting = true; getUrl(url, getCallback); while(waiting) ; ... } function getCallback(){ ... // process the request waiting = false; } I wrote some similar

[svg-developers] ASV on linux

2005-04-28 Thread Jean-David Benamou
Maybe everybody on this list knows that already ? : I just noticed that Adobe has released a ASV 3.01 beta for linux ... It seems to work pretty well ... JD - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] hello

2005-04-28 Thread dean
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] ECMAScript - UML?

2005-04-28 Thread ctl271
Hello all, I sat down to try and update/improve my documentation for the CGUI project and quickly got really tired of drawing UML so I started looking for a tool that would generate UML or XMI from the ECMAScript source and couldn't find anything. Does anyone know of such a tool? After

Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Jeff Rafter
so before the game gets too boring, ive just added another 30 levels. its the first 30 levels of the mikroban set of ksokoban. they are easier than the previous levels ;) Alright so I was able to pass the old level 7 and all of the new levels (60 total) except level 42 in the new series... this

Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Holger Will
Hi Jeff BTW, I added: // R if(evt.keyCode==82){ retry() } // N if(evt.keyCode==78){ nextlevel() } these changes are now in the online version. thanks for providing this patch, its really a good idea, improves gameplay... cheers Holger - To unsubscribe send a message to: [EMAIL

Re: [svg-developers] focus to SVG

2005-04-28 Thread John Dowdell
Christoph Gaisbauer wrote: to call a function within my svg I use the keypress event. That works fine, as long as the svg has focus. I could manage to set the focus to my svg with: document.embeds[mysvg].focus(); This will run in IE, but not in FireFox. Is there a way to set the focus to an

[svg-developers] Good day

2005-04-28 Thread mimasa
Here are your banks documents. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group on the web, go

[svg-developers] Re: Synchronous getUrl()

2005-04-28 Thread Jim Ley
Richard Smith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I haven't tried this, but is it possible to wait for the callback to 'report back'? I.e. var waiting; function DoStuff(){ ... waiting = true; getUrl(url, getCallback); while(waiting) ; ... } function

Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Holger Will
Jeff Rafter wrote: Alright so I was able to pass the old level 7 and all of the new levels (60 total) except level 42 in the new series... this one REALLY seems impossible... oh! this one is really a bug, ive corrected that level 42, sorry, and thanks for finding it. cheers Holger -

Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Jeff Rafter
Alright so I was able to pass the old level 7 and all of the new levels (60 total) except level 42 in the new series... this one REALLY seems impossible... oh! this one is really a bug, ive corrected that level 42, sorry, and thanks for finding it. Credit goes to Paul Shoener who

Re: [svg-developers] Re: Detecting Mouse Position

2005-04-28 Thread jfrost
Hi Samantha, Checkout the last SVG on this page: http://www.svgelves.com/learn/L2_02_03.php This is an old article, but it still works in IE and it should get you started. I will be updating these articles and adding more in the coming months. Jon ...how can I get the mouse position works on

[svg-developers] Re: page and pageset element

2005-04-28 Thread ggb2g
To my knowledge it is not supported by Adobe even version 6. I heard that it might not be in the final svg1.2, so be carefful with this feature. --- In svg-developers@yahoogroups.com, Peruzzi Alessandro [EMAIL PROTECTED] wrote: I installed ASV 6.0 Development Release 1, Build 38363 but my svg

[svg-developers] Re: ECMAScript - UML?

2005-04-28 Thread ggb2g
this is something I will be probably interested for future project and I am sure a lot of people could be interested too. Thx for your job on this. --- In svg-developers@yahoogroups.com, ctl271 [EMAIL PROTECTED] wrote: Hello all, I sat down to try and update/improve my documentation for the

Re: [svg-developers] SVG Viewer for Opera 8

2005-04-28 Thread Hago Ziegler
Armin Mueller schrieb: Has anyone experiences whether i can switch off the native SVG support? You can't switch off, but you can switch on the use of your plugin. I assume, you already copied the plugin to Operas plugin folder. Now you open Tools Prefereces Advanced Downloads (deselect: