[svg-developers] Re: text

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

[svg-developers] Re: multimedia

2004-09-22 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? http://www.protocol7.com/svg-

[svg-developers] Re: multimedia

2004-09-22 Thread oncle_ernest2002
Helena, video files are defined in the SVG 1.2 (go to http://www.w3.org/TR/SVG12/#video-element for more details), it' a little bit like audio file. Adobe has implemented it in the ASV6 beta. --- In [EMAIL PROTECTED], Helena Caldeira [EMAIL PROTECTED] wrote: Yeah, it's really I wanna know!

Re: [svg-developers] sound

2004-09-22 Thread Helena Caldeira
Ok, go there and see if it is working! Helena At 13:01 22/09/04 +0200, you wrote: Helena Caldeira wrote: Where I must save the file? My SVG file is located on the server! At a FTP folder! Perhaps I was too verbose... Stripping my answer to the bare essential: You use: a:audio

[svg-developers] DelphiSVGEvents.zip...I need more functions/procedures

2004-09-22 Thread Levent
Hi I downloaded the DelphiSVGevents.zip and the given functions and procedures are working, but i need more functions like getFirstChild, getParentNode, getChildNodes, getElementsBy TagName,...How can I implemate this or can someone post these functions, so i can go on. Thanks for any Help

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

2004-09-22 Thread Holger Will
Hi Taras my pleasure. maybe you can by that beer next year at the SVGOpen ;) i ve just uploaded an update... its now working for data taken over several months. one thing though , crossing new year is not supported. that means the script allways asumes 1. month = all other months in the data.

SMIL-driven sound sound example (was Re: [svg-developers] sound)

2004-09-22 Thread ronan
Here is another example of sound using the a:audio tag: It is primitive, but it gives an example of onclick-generated chained sound events without scripting (using SMIL) This was an early test for generating aural cues for a medical monitoring system http://roitsystems.com/sound/sound3.svg

Re: [svg-developers] sound

2004-09-22 Thread Philippe Lhoste
Helena Caldeira wrote: Ok, go there and see if it is working! There is: http://minerva.ufpel.edu.br/~lenapc/teste10.svg Excellent, you did it correctly! I see two problems: - First, you should make a smaller MP3 file. Downloading 137KB takes some time, even on ADSL, and the animation begins

Re: [svg-developers] Google making browser - SVG?

2004-09-22 Thread Michael Bolger
Hi Richard, looks like will be Mozilla based... -at http://www.svgx.org , day and a half ago; More evidence of a Google browser -from kottke.org, Jason Kottke also; Google Browser Opens Up Gates For Web Servicessubject: browser Mozilla Developer Day... recently held at the Google Campus

[svg-developers] Seeking Technology Development Strategy

2004-09-22 Thread douglas_leip
I am relatively new to SVG, and am seeking advice concerning the technology for a development project. 1. Basic outlay of project: Web deliverable user interactive data display for genetic stuff. Expected Users will have T1 or better connection. Basic Existing Skill set:

Re: [svg-developers] Seeking Technology Development Strategy

2004-09-22 Thread ronan
Here is a paper from SVG Open 2002 about an SVG Genome browser... Development of an SVG GUI for the visualization of genome data url: http://www.svgopen.org/2002/papers/lewis_et_al__bioviz_genome_viewer/ (the images are in png format which does not work on IE, so if you need to view it from IE,

[svg-developers] Re: Seeking Technology Development Strategy

2004-09-22 Thread douglas_leip
--- In [EMAIL PROTECTED], Jim Ley [EMAIL PROTECTED] wrote: douglas_leip [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Web deliverable user interactive data display for genetic stuff. Expected Users will have T1 or better connection. not sure what you mean by genetic

[svg-developers] external rcc in Adobe Viewer 6?

2004-09-22 Thread orchidsonline
Does anyone have an external RCC file working in Adobe Viewer 6? I cannot seem to get it working. Using the example from http://www- 106.ibm.com/developerworks/library/x-svgxf2/ I am making a call to a svg library file in the same directory using: extensionDefs

Re: [svg-developers] external rcc in Adobe Viewer 6?

2004-09-22 Thread André M. Winter
you could check http://www.carto.net/papers/svg/webmapping/files/thematicMap/ for a working example. but RCC is outdated by SVG1.2. andré -- ___ andre m. winter, http://www.carto.net/ http://www.vectoreal.com/

[svg-developers] Re: external rcc in Adobe Viewer 6?

2004-09-22 Thread orchidsonline
Thanks. What's replacing this library concept in svg1.2? dave --- In [EMAIL PROTECTED], André M. Winter [EMAIL PROTECTED] wrote: you could check http://www.carto.net/papers/svg/webmapping/files/thematicMap/ for a working example. but RCC is outdated by SVG1.2. andré --

[svg-developers] Why your computer is running so slow !

2004-09-22 Thread rbrtmcrae0956
Protect your privacy Online Hello, Have you noticed your computer running slower than ever? The reason for that may have to do with online advertisers adding SpyWare or AdWare to your computer without your knowledge. Spyware is a common term for files that are installed on your system without

[svg-developers] Re: Seeking Technology Development Strategy

2004-09-22 Thread Alastair Fettes
Hi there Douglas, I was just cruising the messages and found your reference to SPARK and my interest peaked immediately. If you have any questions or anything give me a shout personally. As far as genome browsers go, as Ronan mentioned that's Christopher Lewis' area of expertise and the

[svg-developers] Re: external rcc in Adobe Viewer 6?

2004-09-22 Thread Alastair Fettes
Hi Dave, I've had one or two thoughts on the matter as have a number of other people concerning SVG based UI widgets. A short list of tech's are as follows: 1. SPARK - http://www.schemasoft.org (#1 because I did it, lol) 2. CGUI - http://homepage.usask.ca/~ctl271/cgui/ 3. Kevin Lindsey -

[svg-developers] Re: external rcc in Adobe Viewer 6?

2004-09-22 Thread orchidsonline
Seems like SPARK and/or CGUI are the only logical options. I'll start digging into them tomorrow. Thanks to all for your help. dave --- In [EMAIL PROTECTED], Alastair Fettes [EMAIL PROTECTED] wrote: Hi Dave, I've had one or two thoughts on the matter as have a number of other people