[svg-developers] Contextmenu firefox 1.5

2005-12-11 Thread jophof007
Hi, I have a XML file loading mixed page something like this: html xmlns=http://www.w3.org/1999/xhtml; body oncontextmenu='return (false) ' link href=../../include/contextmenu/contextmenu.css rel=stylesheet type=text/css / svg xmlns=http://www.w3.org/2000/svg;

[svg-developers] Scripting from HTML to SVG

2005-12-11 Thread Greg Mercer
Hi All, I was trying the following example, on FireFox 1.5, using Adobe SVG Viewer 6.0 - I've set the svg.enabled to false using about:config. http://jwatt.org/svg/demos/scripting-across-embed.html It has the following code that attempts to get the svg window object, so that it can call into

RE: [svg-developers] Scripting from HTML to SVG

2005-12-11 Thread Geoffrey Swenson
It works on my computer the same way in both FF1.5 and IE6. Do you have the Adobe Plugin installed for Firefox? Geoffrey J. Swenson [EMAIL PROTECTED] -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Mercer Sent: Sunday, December

[svg-developers] Screen extents

2005-12-11 Thread G. Wade Johnson
I know there must be an easy answer to this, but how do I get the actual width and height of the viewer. I am not looking for the width and height of the svg or for the viewBox values. I am building an SVG image on the fly and sending it to the viewer. This image may be larger than the area that

Re: [svg-developers] Screen extents

2005-12-11 Thread Sean Montague
You could try innerWidth innerHeight or if you have embeded it in html: parent.document.SvgMap.clientWidth parent.document.SvgMap.clientHeight G. Wade Johnson wrote: I know there must be an easy answer to this, but how do I get the actual width and height of the viewer. I am not looking for the