[svg-developers] key press event

2005-11-04 Thread arthycharm
Hai , I have one problem to be clarrified.is there a possibility to call a function on enter key press in svg (key press) the function should be executed on pressing the enter key in keypad.please can any give me a suggestion . regards, arthy Yahoo! Groups Sponsor

[svg-developers] key press event

2005-11-04 Thread arthycharm
Hai , I have one problem to be clarrified.is there a possibility to call a function on enter key press in svg (key press) the function should be executed on pressing the enter key in keypad.please can any give me a suggestion . regards, arthy Yahoo! Groups Sponsor

Re: [svg-developers] XMLHTTP and IE DOM

2005-11-04 Thread Jonathan Watt
Hi Garry, On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > > while(betaChild!=null){ > alert > (betachild.getAttribute('col001')) > > Watch your spelling! ;-) -Jonathan [Non-text portions of this message have been removed] Yahoo! Groups Sponsor --

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > > Hi Garry, > Watch your spelling! ;-) > > -Jonathan thanks, that's resolved an error yet to come! but the real issue how do get object.responseXML into the DOM? Yahoo! Groups Sponso

[svg-developers] Re: Rendering problem in SVG 3.03

2005-11-04 Thread Ben
BTW: Anybody interested in this? Ben Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM ---

Re: [svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Jonathan Watt
On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > > but the real issue how do get object.responseXML into the DOM? > responseXML is a DOM tree. I'm not sure what you mean. I do see another error though. > On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > while(child!=null){ > if(chi

RE: [svg-developers] Announcement of isiMap

2005-11-04 Thread Barend Köbben
Good news, and a very valuable resource. BTW, the link on that page to the sources (http://www.geo.unizh.ch/isimap/tutorial.zip) gives an Http 404 error: Not Found The requested URL /isimap/tutorial.zip was not found on this server. Barend Köbben International Instit

[svg-developers] parent is not defined svg/html

2005-11-04 Thread Erwan TROEL
i embed a svg in an html page with the fucntion emitSVG in my svg i link a javascript file: in this javascript file i write alert(parent.getURL()) i have an error message: parent is not defined help help i really don't understand why Yahoo! Gr

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
it is probably my confusion I know that the request has been sucessful a) it is tested for and b) req.responseText is the text that I was expecting however, the firstChild retuns null - so I assumed that I wasn't actually acessing the dom tree therefore I assumed that maybe I had to a

Re: [svg-developers] parent is not defined svg/html

2005-11-04 Thread Jonathan Watt
Hi, On 11/4/05, Erwan TROEL <[EMAIL PROTECTED]> wrote: > > i embed a svg in an html page > with the fucntion emitSVG > > in my svg i link a javascript file: > > > in this javascript file i write > alert(parent.getURL()) > > i have an error message: parent is not defined > > help help i really don

Re: [svg-developers] parent is not defined svg/html

2005-11-04 Thread Erwan TROEL
top.getURL() doesn't work yet - Original Message - From: "Jonathan Watt" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 12:22 PM Subject: Re: [svg-developers] parent is not defined svg/html > Hi, > > On 11/4/05, Erwan TROEL <[EMAIL PROTECTED]> wrote: >> >> i embed a svg in a

Re: [svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Jonathan Watt
So does it work now or is it still broken? If the latter it would be good to have some for info. Browser, version etc. On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > it is probably my confusion > > I know that the request has been sucessful a) it is tested for and b) > req.responseT

Re: [svg-developers] parent is not defined svg/html

2005-11-04 Thread Jonathan Watt
What do you mean "it doesn't work yet"? Some basic information about where you're running this script would help a lot. On 11/4/05, Erwan TROEL <[EMAIL PROTECTED]> wrote: > > top.getURL() doesn't work yet > > > > - Original Message - > From: "Jonathan Watt" <[EMAIL PROTECTED]> > To: > Sen

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
thanks for help wattie it's still not working in either IE6 or FF (DPA) in IE, it gets through the makeTable() function, but has there appears to be no firstChild I can't traverse anywhere in FF, it fails the (req.status == 200) test! (which maybe gives us a clue?) anyway, i repost the scrip

Re: [svg-developers] key press event

2005-11-04 Thread david dailey
At 03:00 AM 11/4/2005, Arthy wrote: >Hai , > >I have one problem to be clarrified.is there a possibility to call a >function on enter key press in svg (key press) the function should be >executed on pressing the enter key in keypad.please can any give me a >suggestion . Here's how I've done it:

Re: [svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Jonathan Watt
On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > thanks for help wattie No problem Garry (name's Jonathan BTW). it's still not working in either IE6 or FF (DPA) > > in IE, it gets through the makeTable() function, but has there > appears to be no firstChild I can't traverse anywhere St

Re: [svg-developers] key press event

2005-11-04 Thread Jonathan Watt
On 11/4/05, david dailey <[EMAIL PROTECTED]> wrote: > > > At 03:00 AM 11/4/2005, Arthy wrote: > > >Hai , > > > >I have one problem to be clarrified.is there a > possibility to call a > >function on enter key press in svg (key press) the function should be > >executed on press

Re: [svg-developers] parent is not defined svg/html

2005-11-04 Thread Erwan TROEL
- Original Message - From: "Erwan TROEL" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 12:31 PM Subject: Re: [svg-developers] parent is not defined svg/html > top.getURL() doesn't work yet > > > > - Original Message - > From: "Jonathan Watt" <[EMAIL PROTECTED]> > To:

RE: [svg-developers] SVG WOW! Demos

2005-11-04 Thread Doug Schepers
Hi, Alastair- I'm not a designer either, but people have reacted rather favorably to one of my linguistic apps, The Creepy Mouth [1]. It works best in ASV, but it does function in FF1.5b. You're welcome to use it if it suits your purpose. [1] http://svg-whiz.com/svg/linguistics/theCreepyMouth.sv

[svg-developers] ANNOUNCEMENT: Open Source SmilScript Library

2005-11-04 Thread Doug Schepers
Vectoreal is pleased to announce the release of the SmilScript Library v0.1. SmilScript is a partial implementation of SMIL in JavaScript. It is intended to provide transitional support for SMIL in SVG implementations that do not currently provide animation and declarative interaction. SmilScript v

[svg-developers] SVG font with FOP for PDF

2005-11-04 Thread nboire
Hello, When i tried to convert "text.svg" to pdf, i have this error. Any ideas? -- text.svg -- http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>

[svg-developers] Any work on converting SWF to SVG?

2005-11-04 Thread Ali G.
Hi All, I was just wondering if anybody knows about the work that already has been done to make this conversion possible: SWF > SVG I searched the mailing list, found out that Steve Probets has done some stuff at: http://www.eprg.org/projects/SVG/flash2svg/ , but unfortunately it is too old a

[svg-developers] Re: SVG font with FOP for PDF

2005-11-04 Thread Alastair Fettes
What is the error and is that the SVG you're using? I'm not sure if that font definition will work properly with FOP... Alastair --- In svg-developers@yahoogroups.com, "nboire" <[EMAIL PROTECTED]> wrote: > > Hello, > > When i tried to convert "text.svg" to pdf, i have this error. > Any ideas? >

[svg-developers] SaveSnapshotAs with ecmascript

2005-11-04 Thread nboire
Hello, It is possible to call the SaveSnapshotAs method with javascript with a svg in a embed element ??? Best regards Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.c

[svg-developers] Good day

2005-11-04 Thread Jon . Ferraiolo
Mail transaction failed. Partial message is available. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQ