[svg-developers] panning SVG with SVG plugin

2004-09-21 Thread antonygowland
Hello, I have been developing some prototypes for my company using SVG plug- in 3.01 build 81. They are impressive but one problem I have is when panning a zoomed image some of the primitives disappear especially thinner lines and text. The only way to restore the image is to reload it. Anyone

Re: [svg-developers] About Text

2004-09-21 Thread Philippe Lhoste
[EMAIL PROTECTED] wrote: > Do you have example? > thanks in advance Well, it is in the page I gave and that you gave back: http://www.xml.com/pub/a/2002/09/11/quint.html The link "demo" gives the SVG file: http://www.xml.com/2002/09/11/examples/TextWra

[svg-developers] Call javascript form XSLT

2004-09-21 Thread Taras Bahnyuk
I'm trying to call a javascript from within XSLT style sheet. The example that I've found on internet: http://www-106.ibm.com/developerworks/xml/library/x-tipxsltjs/ has no effect on my Firefox other then this complaint- "Error during XSLT transformation: An unknown XPath extention function was c

[svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread "andré m. winter"
hi i read about the problems with local files after winXP/SP2 update (), but now i saw another problem: in many applications i do set links with something similar to onclick="location='/path/term.pl?letter=A&lang='+lang" on or elements.

RE: [svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread Chris Peto
Hi, I use self.location in IE sp1 to avoid this. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development Resource Solutions Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 Web: http://www.resource-solutions.de

RE: [svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread André M. Winter
that doesn't help on winXP SP*2* :-( andré Chris Peto said: > Hi, > > I use self.location in IE sp1 to avoid this. > > > > Mit freundlichen Grüßen/Regards > Chris Peto > Freelance System Development > > Resource Solutions > Germany > Mobile: +49 (0) 173 308

Re: [svg-developers] Call javascript form XSLT

2004-09-21 Thread Taras Bahnyuk
Well, now I understand what went wrong. The thing was that the example was made for Xalan processor and Firefox obviously doesn't support this extention. Having said that I would like to ask if anybody has experience with Mozilla/Firefox and could give me a tiny hint on how to call javascript fro

RE: [svg-developers] Call javascript form XSLT

2004-09-21 Thread lestat_24
Hi, This may be what you are looking for: http://www.xml.com/pub/a/2003/02/05/tr.html , section "Outputting HTML with JavaScript" It shows how (with javascript) to change a parameter of the style sheet before you fully reload it, so that the final result is changed. Regards Christophe -

[svg-developers] end="accessKey(s)" event doesn't work in ASV3. Bug?

2004-09-21 Thread Ludovic Levacher
Hi, I created this simple example to test the accessKey event. I'm using ASV3 and when I use begin instead of end, it works. So, could you tell me if it's a bug on my side or in ASV3? Here is the example: http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; xml

[svg-developers] Many downloads..Adobe SVG Viewer

2004-09-21 Thread Carlos Fernando Gonçalves
Hi. Somebody knows how many downloads had been made of plug-in Adobe SVG Viewer until today? Carlos FG Conheça a Região Metropolitana de São Paulo: http://www.mapas.centrodametropole.org.br/servidormapas/html/index.html Yahoo! Groups Sponsor ~-->

[svg-developers] SVG Viewer for Windows CE

2004-09-21 Thread latini08245
Hi guys, does anybody knows where i can download an SVG viewer for WindowsPocketPC? Thank you Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM -

R: [svg-developers] SVG Viewer for Windows CE

2004-09-21 Thread Maiori Francesco
You can try at: http://www.esvg.com http://www.bitflash.com http://www.tinyline.it (java implementation) Look at http://www.w3.org/Graphics/SVG/SVG-Implementations.htm8 and http://www.protocol7.com/svg-wiki/?ViewerImplementations to go in depth. Regards, FM > -Messaggio originale- > Da

[svg-developers] Re: Call javascript form XSLT

2004-09-21 Thread Martin Honnen
--- In [EMAIL PROTECTED], Taras Bahnyuk <[EMAIL PROTECTED]> wrote: > Well, now I understand what went wrong. > The thing was that the example was made for Xalan > processor and Firefox obviously doesn't support this > extention. > Having said that I would like to ask if anybody > has experience wi

RE: [svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread Bob Hunter
>From what I could tell, every page you link to also requires the mark of the web, or you get that error. This includes pdf’s (which you can’t mark), so I had to put the pdf’s in a web page with the mark. Because my application allows users to create their own HTML pages and link them, I decid

[svg-developers] post data from inside the SVG

2004-09-21 Thread Bru, Pierre
hi, I displa a map+IHM in pure SVG to be able to use it on any browser. the user may update data (mainly preferences or already seen info). is it possible to post data to the server from the imbded JS ? TIA, Pierre [Non-text portions of this message have been removed] ---

[svg-developers] eSVG 2.1 released

2004-09-21 Thread Damir Jezic
Hello, We are pleased to introduce the latest eSVG version – eSVG 2.1. (www.eSVG.com) New Features Starting with this version, eSVG is available for SYMBIAN mobile phones. The implementation is done for Symbian UIQ OS. eSVG 2.1 is also available for use with JAVA and wxWIDGETS applications. It

[svg-developers] multimedia

2004-09-21 Thread Helena Caldeira
Anyone here have some example of a SVG multimedia file? Thanks, Helena. Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM ---

Re: [svg-developers] Date-Time processing in XSLT

2004-09-21 Thread Holger Will
Hi Taras i know this took a while. but its not an easy task to do this calculations in xslt.(at least for me ;) this is what i have so far: http://www.treebuilder.de/xslt/date/data.xml http://www.treebuilder.de/xslt/date/dates.xsl im afraid this is far from optimal and its not finished yet. its

RE: [svg-developers] post data from inside the SVG

2004-09-21 Thread Chris Peto
Hi, Yes, use postURL to send to server and getURL to retrieve from server. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development Resource Solutions Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 Web: http://www.resource-so

[svg-developers] Re: post data from inside the SVG

2004-09-21 Thread Martin Honnen
--- In [EMAIL PROTECTED], "Bru, Pierre" <[EMAIL PROTECTED]> wrote: > I displa a map+IHM in pure SVG to be able to use it on any browser. the > user may update data (mainly preferences or already seen info). is it > possible to post data to the server from the imbded JS ? http://www.protocol7.com/

Re: [svg-developers] multimedia

2004-09-21 Thread Philippe Lhoste
Helena Caldeira wrote: > Anyone here have some example of a SVG multimedia file? http://www.protocol7.com/svg-wiki/index.php/SoundStuff links to: http://www.cattocreations.com/SongsInSVG/Songs.html -- Funny use of notes. Files refers to http://www.wpsenergy.com/JayNick/ -- MP3 notes are base64 c

Re: [svg-developers] Re: 3D

2004-09-21 Thread Philippe Lhoste
ratee111 wrote: > How to generate 2D look like 3D. Could you give me example? > thanks in advance > - > -- In [EMAIL PROTECTED], "Lincoln Mitchell" > <[EMAIL PROTECTED]> wrote: >> Try x3d http://www.web3d.org/ >> >> _ >> >> From: Ronan Og

Re: [svg-developers] multimedia

2004-09-21 Thread Helena Caldeira
Yeah, it's really I wanna know! How can I put a video in a SVG file! At 21:22 21/09/04 +0200, you wrote: >Helena Caldeira wrote: > > Anyone here have some example of a SVG multimedia file? > >http://www.protocol7.com/svg-wiki/index.php/SoundS

Re: [svg-developers] Date-Time processing in XSLT

2004-09-21 Thread Taras Bahnyuk
Holger, Man! I'm impressed!!! You did it, hurra!!! Next time your'e in Eindhoven- I'll pay you a beer :-) I will start learninng your code tomorrow and will let you know how it's going with my project. You said you were a beginner? Now I'm wandering who am I in such a case :-) Thanks a lot agai

[svg-developers] New ASV version and SVG 1.2?

2004-09-21 Thread Lincoln Mitchell
Past posting seem to suggest that something will happen soon on the ASV version front and I was hoping for an announcement at svgopen 2004. Was there any discussion at all on the matter. Last I heard it was waiting for SVG 2.1 to become a recommendation, so any date on when this might happen?

[svg-developers] text

2004-09-21 Thread Helena Caldeira
Hi people! I wanna know what may I do to a make a text in a SVG file appear after x seconds, ou after some event? Helena Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_

RE: [svg-developers] text

2004-09-21 Thread Lincoln Mitchell
Try this: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> Example of set element Circle finished 2secs after circle finished 5secs up. Source "SVG Essential - Oreilly" with some modifiations. Linc __

[svg-developers] sound

2004-09-21 Thread Helena Caldeira
I did a example of multimedia SVG file! You can look it at www.ufpel.edu.br/~lenapc/teste10.svg! But I cant listen the sound! When I view it from my HD Ilisten! But after I publish it, I can't listen. So, we must download the mp3 file, and then... Is there a specific folder that I must save this m

Re: [svg-developers] sound

2004-09-21 Thread Jonathan Chetwynd
Helena, with your code example you need to upload the file 'rev3.mp3' to the same folder, or directory as your svg file have you tried http://www.kevlindev.com/tutorials/basics/index.htm this has great examples including sound best wishes ~:" On 22 Sep 2004, at 05:30, Helena Caldeira wrote:

[svg-developers] Re: text

2004-09-21 Thread Jerome de la Goutte
Hi Helena You can also use JS todo it. for example, imagine youhave a text element in your SVG : using document.getElementById('MyText').firstChild.data="My new text" you will be able to set text in your element. I put an empty space in the definition; This is necessary, else the text eleme

[svg-developers] Re: multimedia

2004-09-21 Thread oncle_ernest2002
--- In [EMAIL PROTECTED], Helena Caldeira <[EMAIL PROTECTED]> wrote: > Yeah, it's really I wanna know! > How can I put a video in a SVG file! > > At 21:22 21/09/04 +0200, you wrote: > >Helena Caldeira wrote: > > > Anyone here have some example of a SVG multimedia file? > > > >