Re: [svg-developers] Re: Problem with Firefox display of SVG object

2006-04-06 Thread Alex Amies
Martin, That was the problem. I set the content type to "image/svg+xml" and it worked fine. Thank you. I now have a live SVG Demonstration of Action Potentials in the Nervous System . If anyone notices any problems or has any suggestions

Re: [svg-developers] Re: Mac vs Windows

2006-04-06 Thread Guy Morton
Hi Jonathon Are you sure the differences you saw are not due to the win98 machine supporting fewer colours via it's video hardware? It's probably not uncommon for an older machine running win98 to have a graphics card that supports only 8 or 16-bit colour, which might explain what you are seein

Re: [svg-developers] Re: Using SVG icon for linking!

2006-04-06 Thread Ahmed Salman
Thank you for the response Martin! Yes it seems HTML is not able to capture the click event in case of embedded svg. I was trying to make a 4-way grid layout in XHTML containing SVG images as icons to display on mobile. On my SE K750i, wrapper XHTML do not transfer XHTML events to the emebedded S

[svg-developers] Re: Svg right-click menu

2006-04-06 Thread jophof007
Hi, Go to the demo link from http://open-modeling.sourceforge.net When you are there choose from the tree the option login use username model password om You can see the contextmenu by gooing to the diagrams in the tree. John --- In svg-developers@yahoogroups.com, Juhani Eronen <[EMAIL PROTECT

[svg-developers] Re: Access denied in FireFox

2006-04-06 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "Chris Peto" <[EMAIL PROTECTED]> wrote: > I am trying to use another frame from svg in FireFox ans IE 7, but I get It is called Firefox not FireFox :) > access denied: > > var woWin = open("",'woFrame'); //ok, get window That opens an empty window unless

RE: [svg-developers] Access denied in FireFox

2006-04-06 Thread Chris Peto
Hi, Nevermind, FireFox's was because the frames were in different domains. IE 7 won't allow either, different or same domain frames to talk (at least SVG to HTML). Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Peto S

Re: [svg-developers] Re: Svg right-click menu

2006-04-06 Thread Juhani Eronen
[From: "jophof007" <[EMAIL PROTECTED]>] [Subject: [svg-developers] Re: Svg right-click menu] We made a way to use one function which is building the menu in memory and different technical implementations when running firefox. If people are interested I can make a quick sample file

[svg-developers] Which way is the right way to center a image on the screen?

2006-04-06 Thread Fernando Kogik
Hi there! I have one svg image and I want to center a circle on the center of the svg image i´m doing like this: no = document.embeds['SVGimage'].getSVGDocument().rootElement; x = parseInt(no.getElementById("MyCircle").getAtribute("x")); y = parseInt(no.getElementById("MyCircle").getAtribute("y"))

[svg-developers] Access denied in FireFox

2006-04-06 Thread Chris Peto
Hi, I am trying to use another frame from svg in FireFox ans IE 7, but I get access denied: var woWin = open("",'woFrame'); //ok, get window if(woWin) woWin.sendRequest('planeInfo','type=all', true); //get access denied parent.frames['woFrame'].sendRequest('planeInfo','type=all', true); //get

[svg-developers] Re: Mac vs Windows

2006-04-06 Thread Andreas Neumann
hm, I never had a Win98 computer available. Always had Win2K/XP computers. I don't see any difference there. Did you investigate if the Win98 problem was only on your computer or on other people's machine as well? Andreas --- In svg-developers@yahoogroups.com, Jonathan Chetwynd <[EMAIL PRO

[svg-developers] Re: SVG Output in IE

2006-04-06 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "itssweety1" <[EMAIL PROTECTED]> wrote: > I am having an SVG Output which comes from VB COM Dll. I want to > display this SVG in a web browser using .Net 2.0. The .NET 2.0 WebBrowser control wraps the MSHTML engine that MS IE uses too so you are probably u

Re: [svg-developers] Re: Mac vs Windows

2006-04-06 Thread Jonathan Chetwynd
Andreas, I've not had a moment to investigate thought the difference is readily apparent. the gradients are unattractive, ie not smooth with heavy "contours" where colour changes in the example given. if this is consistent one would have to avoid gradients in a win98 environment as they loo

[svg-developers] OnEnd Doesn't Work When Anim is Added by Script

2006-04-06 Thread Bob Hunter
I have a situation where I need to know when a series of anims end so I can enable other functions. Normally I'd use OnEnd, but it appears that OnEnd doesn't fire if the animation was dynamically added to the SVG by a Javascript function after the SVG has been opened. I'm using IE6 & ASV3.

[svg-developers] SVG Output in IE

2006-04-06 Thread itssweety1
Hi Friends, I am having an SVG Output which comes from VB COM Dll. I want to display this SVG in a web browser using .Net 2.0. My SVG Output Height is greater than my browser's Height. So SVG Output is being displayed only upto browser's height and the remaining output is getting cut. I am no

[svg-developers] Re: Svg right-click menu

2006-04-06 Thread jophof007
Hi, We made a way to use one function which is building the menu in memory and different technical implementations when running firefox. If people are interested I can make a quick sample file to say what I am trying to say. John Ophof http://open-modeling.sourceforge.net --- In svg-developers@y

[svg-developers] Re: Using SVG icon for linking!

2006-04-06 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "Salman" <[EMAIL PROTECTED]> wrote: > I have created an SVG button and embedd it inside the xhtml. I want to > link this with url in so that when user click on this button he is > redirected to the web page is referring to. Button is displayed > but it thum

[svg-developers] Re: Svg right-click menu

2006-04-06 Thread Andreas Neumann
Hi, the Adobe SVG context menu is "Adobe only" and not supported by other webbrowsers with native SVG support (such as Opera, Mozilla, etc.). Given the fact that Adobe was quiet about SVG for some time I wouldn't build on Adobe SVG features that differ from the official SVG specification.

[svg-developers] Re: Problem with Firefox display of SVG object

2006-04-06 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "alexamies" <[EMAIL PROTECTED]> wrote: > The web page is at > > http://www.medicalcomputing.net/action_potentials2.html > width="800"> So the SVG document is at and your server serves that as te

[svg-developers] Re: Mac vs Windows

2006-04-06 Thread Andreas Neumann
Hi Jonathan, can you be more specific. I work a lot with SVG but did not notice any difference. The ASV Linux version is a bit limited compared to Mac/Windows (e.g. no sound, resizing of the window does not work properly, etc.), but I did not see differences between the Mac/Windows version s

[svg-developers] Re: FireFox native SVG, Hats Off!!!

2006-04-06 Thread jophof007
Hi, Indeed we had the same experience the SVG implementation and we hardly needs some codeforks. Differences were in the areas of getStyle, getBBox, eventhandling (not so accurate when clicking on small objects as line or small squares). For all things a solution was found to let it work in firefo

[svg-developers] Re: Looking for that great drag node and edge example

2006-04-06 Thread chmavrog
Hi check this link http://www.codedread.com/dragtest3.svg --- In svg-developers@yahoogroups.com, "run2bmi21" <[EMAIL PROTECTED]> wrote: > > > A few month's back in these postings, I saw reference to an excellent > javascript (I think) drag and drop example of two nodes (squares I > think) c

[svg-developers] FireFox native SVG, Hats Off!!!

2006-04-06 Thread Chris Peto
Hi All, I have been recently working on a large project that must run in FireFox native SVG and IE (ASV). And, I just wanted to say that FireFox native SVG has come a long way and is really great to work with. There may be some small quirks, but all-in-all, Hats off!!! To the developers that hav

[svg-developers] Problem with Firefox display of SVG object

2006-04-06 Thread alexamies
I have created a graph to display some data using SVG. It is displayed fine in IE both on the web and from my disk but and when I view it using Firefox on the web the graph does not display. Instead the text description within the SVG document is displayed. However, it displays fine in Firefox w

Re: [svg-developers] Re: Mac vs Windows

2006-04-06 Thread Jonathan Chetwynd
Andreas, there are somne significant differences, view http://www.peepo.co.uk for just a few, try win'98. in fact I've temporarily abandoned asv3/pc support... as some of them are bound to be my bad coding, I'll no doubt return to ponder at length. One that appears to be significant is gradi