Re: [svg-developers] SVG Protocol for FIreFox and IE 4,5,6,7

2006-06-01 Thread Ronan Oger
Hi Phi, I tried to follow your instructions, but got the following complaint from FF: "access denied" This occured after it attempted to load the file (which is user-readable). I suspect that there is a security issue with platform: SuSE Linux 10.0, KDE, FF1.5 Ronan On Wednesday 31 May 2006 22

Re: [svg-developers] SVG Asteroids Game

2006-06-01 Thread Charles McCathieNevile
On Fri, 02 Jun 2006 05:54:46 +1000, Jonathan Chetwynd <[EMAIL PROTECTED]> wrote: > Barend, > > how did you get the controls to work? eg they don't for me using OSX > and Opera9 beta > > cheers Jonathan, are you using beta 1 from a couple of months ago? Maybe you should upgrade - I have build

Re: [svg-developers] Another question

2006-06-01 Thread Charles McCathieNevile
On Fri, 02 Jun 2006 05:03:16 +1000, Sayed Arian Kooshesh <[EMAIL PROTECTED]> wrote: > Hello all again, > > I also have a with data that I would like to display in svg. Is > there a way to display html elements inside a svg document? In principle you can use a foreignObject element. I don't thi

Re: [svg-developers] SVG Asteroids Game

2006-06-01 Thread Charles McCathieNevile
On Thu, 01 Jun 2006 21:35:37 +1000, Barend Köbben <[EMAIL PROTECTED]> wrote: > Great fun! > > FYI, it also works on Mac OSX using Opera 9.00 beta, with the > native/inline > Opera SVG. Yeah, I was playing it on a pretty old machine and it's nice :) Thanks - keep 'em coming cheers Chaals --

Re: [svg-developers] SVG Asteroids Game

2006-06-01 Thread Jonathan Chetwynd
Barend, how did you get the controls to work? eg they don't for me using OSX and Opera9 beta cheers Jonathan Chetwynd On 1 Jun 2006, at 12:35, Barend Köbben wrote: Great fun! FYI, it also works on Mac OSX using Opera 9.00 beta, with the native/ inline Opera SVG. On Safari, with the ASV

[svg-developers] Another question

2006-06-01 Thread Sayed Arian Kooshesh
Hello all again, I also have a with data that I would like to display in svg. Is there a way to display html elements inside a svg document? thanks in advance Arian -- "Art manifests desire in the imagination, but machines are an attempt to manifest desire in reality" [Non-text portions of t

[svg-developers] Help With changing text

2006-06-01 Thread Sayed Arian Kooshesh
Hello all, using the following javascript: var e = document.getElementById('statusLight'); e.setTextContent("Sending Data..."); I cannot get Loaded... to change the text. When i walk it through the debugger the innerText property is changed. However, no change appears in

[svg-developers] Re: referring images while opening svg doc from a database

2006-06-01 Thread sent1729
Thank you very much, xml:base attribute idea works fine. Thanks again sent1729 --- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: > > Hi sent1729, > > svg-developers@yahoogroups.com wrote on 05/31/2006 11:20:27 AM: > > > I use Batik as my SVG browser. I am having couple of images

Re: [svg-developers] mimicking HTML form elements in SVG

2006-06-01 Thread Darryl Watson
ddailey wrote: >As an exercise in one of my classes, I've had students use SVG with >JavaScript to create familiar HTML-like form elements: buttons, radio >buttons, checkboxes, selects, text inputs, text areas, etc. (or at least to >see how close then can get to the familiar behavior of those o

Re: [svg-developers] SVG Asteroids Game

2006-06-01 Thread Barend Köbben
Great fun! FYI, it also works on Mac OSX using Opera 9.00 beta, with the native/inline Opera SVG. On Safari, with the ASV3 plugin, it doesn't work (doesn't seem to recognise the SVG, the plugin doesn't 'trigger'... Same is true for FF 1.5 + ASV3. However, with native/inline SVG in FF 1.5 it wo

[svg-developers] SVG Asteroids Game

2006-06-01 Thread Kam-Hung Soh
Hi, My homage to that classic vector graphics game is now available as a ... browser vector graphics game for Firefox 1.5 and Opera 9 (beta). Unfortunately, if you are using MSIE6 + ASV3, the game only runs for some levels before ASV3 crashes. SVG Asteroids can be found here: http://members.optus

Re: [svg-developers] Re: Xp service pack 2 + IE 6 problem

2006-06-01 Thread jerome . olivier
IT WORKS!!! Thanks a lot I've been searching this solution for MONTH!!! YYIHAA Best regards, Jérôme ---

Re: [svg-developers] referring images while opening svg doc from a database

2006-06-01 Thread thomas . deweese
Hi sent1729, svg-developers@yahoogroups.com wrote on 05/31/2006 11:20:27 AM: > I use Batik as my SVG browser. I am having couple of images > in my SVG document. How to refer those images inside the SVG > document by using a relative path to the database. My database could > sit any where on my

[svg-developers] Re: Xp service pack 2 + IE 6 problem

2006-06-01 Thread hogan_rich
Hi Jerome, I had a similar problem before, which also only happens with XP SP2. The solution was to use the full URL in the command to change the href in the other frame. For example, instead of ...locaton.href='toto.asp', if you try ...locaton.href='http://svr/dir/toto.asp' Bon chance