RE: [svg-developers] Fwd: HK police using brain voice read-write machine murder HK people.

2005-03-13 Thread Doug Schepers
Hi, Wilson- chan wilson wrote: | | Fwd: HK police using brain voice read-write machine murder HK people. | | Dear friends: | | Help! the Hong Kong police using brain voice read-write While some sort of read-write capability was originally planned for SVG Full 1.2, criticism of the applicabi

Re: [svg-developers] Re: event listener problem

2005-03-13 Thread Halil AKINCI
Hi Aashish, I use circles to represent points in my svg application. Therefore, selectPoint1(evt) function assign first clicked circle's cx and cy values to x1 and y1 variables, and like selectPoint1, selectPoint2(evt) function assign second clicked circle's cx and cy values to x2 and y2 varia

[svg-developers] Re: Fwd: HK police using brain voice read-write machine murder HK people.

2005-03-13 Thread Jan-Klaas Kollhof
lol Thanks Doug! - 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 to: http://groups.yahoo.com/group/svg-developers/ <*> To

[svg-developers] hello

2005-03-13 Thread mimasa
Here is it! [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 to: http:/

[svg-developers] Re: How to hide the cursor?

2005-03-13 Thread wywytse
I have try the coding below but can't work, my svg version is 1.0, is there another method can do? thanks. --- In svg-developers@yahoogroups.com, "Doug Schepers" <[EMAIL PROTECTED]> wrote: > Hi, wywytse- > > In ASV3 you cannot do this (though it is defined in SVG1.0). In ASV6pr1 (and > presu

[svg-developers] Re: Learning curve... and development environment

2005-03-13 Thread Domenico Strazzullo
--- In svg-developers@yahoogroups.com, Marjorie Roswell <[EMAIL PROTECTED]> wrote: > Hello SVG Developers, > > So: your development environments please! (and any insight, especially > on tools for developing interactive maps.) > ... > Wondering if you're working in a text-based environment for

[svg-developers] URL in browser status bar

2005-03-13 Thread Marjorie Roswell
one of the rare things I DON'T like about SVG is that an object that is anchored (hyperlinked) to a URL only displays the URL in the browser status bar for a split second. I really want an object to behave like a standard HTML link in that regard. In other words, when your mouse is over the object

Re: [svg-developers] URL in browser status bar

2005-03-13 Thread Jerrold Maddox
Margie Perhaps I am confused about what you are looking for, but I use links like this is svg sites frequently and the URL shows up in the status bar for as long as hold the cursor over it. This is using Firefox on both Windows and Mac. http://www.wired.com/";>WIRED NEWS Jerry At 11:11 AM

[svg-developers] text and tspan

2005-03-13 Thread wi2fish
Sorry for that simple question, I just started with SVG & co. Is there a web resource where I can find answers to such questions as the one below? Like a reference or a comprehensive tutorial? (I've seen many tutorials by now, but they don't include answers to every question I might have.) What

Re: [svg-developers] text and tspan

2005-03-13 Thread Michael Vonrüden
Hello Willem, first you can use another set of javascript methods to replace text in a textnode: (svgdoc.getElementById(yourNodeId)).firstChild.nodeValue=text; It seem like you want to add the tag as text, but this is also a node (like all others). Therfore you should use the methods like

[svg-developers] Spam on the SVG Wiki

2005-03-13 Thread Philippe Lhoste
Ouch. I just went to the SVG Wiki hosted by SVG.org, to see the main page full of spam. I had to log in to change it, which is a good thing, but may not stop spammers. They have learnt to use Wiki, that's bad news. They already spam blog comments, new step is to write blog entries? Argh! Well

Re: [svg-developers] SVG embedded in a blogspot blog?

2005-03-13 Thread Philippe Lhoste
Marjorie Roswell wrote: > Hi, I'm brand new to SVG, but "smitten." I figured I'd start a blog, > http://SVGMapper.blogspot.com/ to document development as I start from > ground zero. (maybe a better word for that!) > > Already, I see I've met a challenge...I want to be able to provide > samples

Re: [svg-developers] URL in browser status bar

2005-03-13 Thread Marjorie Roswell
> Perhaps I am confused about what you are looking for, but I use links like > this is svg sites frequently and the URL shows up in the status bar for as > long as hold the cursor over it No, you're not confused. I've narrowed in on the problem. Seems that in Internet Explorer, the first v

RE: [svg-developers] Text Should be paralle to the line

2005-03-13 Thread raghu raman
Hi Doug, Thanks for your reply. I need to do this, thru java script. I have tried to your lines from java script It can't function properly. please let me know your solutions. Raghu Doug Schepers <[EMAIL PROTECTED]> wrote: Hi, Raghu- It's very easy. Simply use a textPath. [ 25 m ]

RE: [svg-developers] Text Should be paralle to the line

2005-03-13 Thread Doug Schepers
Hi, Raghu- You should familiarize yourself with DOM methods. This is a pretty easy thing to do in JavaScript. Path Labels Inserts textPath labels via script. Doug Schepers, March 2005. http://www.w3.org/20