RE: [svg-developers] Disabling right mouse botton in SVG

2004-10-26 Thread Doug Schepers
Hi, Tonno- You don't actually want to disable the right mouse button; you want to disable the context menu. You can do that by using evt.preventDefault() on mousedown and mouseup. See: http://wiki.svg.org/index.php/CustomizingContextMenu Regards- Doug Schepers doug . schepers @ vectoreal.com

[svg-developers] Disabling right mouse botton in SVG

2004-10-26 Thread tonno1984
Hello to everybody !! I've got a problem: i'm trying to disable the right mouse button. By default, when i click this button the svg menu appears, but i want to do something when this event occours. (for example, left click for zooming in, right click for zooming out). Can you help me ?

[svg-developers] Re: SVG to DWG

2004-10-26 Thread gauri_rampal
Actually, I want to convert svg to dxf. Does your program do that or does it convert dxf to svg. I tried giving sFileName = "filename.svg" but the program does not give any output. Please let me know as to what is the output of the program and does it convert the svg to dxf. I am really con

[svg-developers] Strang Error when anchor to pdf

2004-10-26 Thread tony_ser
I have a HTML file link to a SVG file. Clicking the rect in the svg will go to the specified pdf. And there is a onmousemove event to call a function in the HTML file. Works fine until the HTML is put in a frameset, click the rect will still go to the pdf but pop up a javascript warning "Objec

Re: [svg-developers] Re: full svg website

2004-10-26 Thread Holger Will
hi steven thanks for testing again, cool that it works now. the gradients are a great idea. just uploaded a new file. have fun holger p.s.: im a bit proud of that script , so glad you like it ;) thanks. Steve Bowen wrote: > > > > > http://piro.sakura.ne.jp/xul/_tabextensions.html is also instal

[svg-developers] Re: full svg website

2004-10-26 Thread Steve Bowen
> > http://piro.sakura.ne.jp/xul/_tabextensions.html is also installed. > > Perhaps this is what the thing is. > > > hi steve > thanks for the info. > seems to be a problem with relative pathes. ive resorted to absolute > pathes. should be fixed now. > i also use a slightly different link bin

RE: [svg-developers] Re: Composite paths

2004-10-26 Thread kgordon
I agree absolutely, so I suppose my question is really regarding geometry, whether or not this is an ellipse... -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [svg-developers] Re: Composite pat

Re: [svg-developers] Re: Composite paths

2004-10-26 Thread Thomas DeWeese
Hi André, This is a cubic bezier approximation, which is fairly straight forward to calculate. The real question is what is the equivalent "real" ellipse[*], if there is one (which I think there is). BTW I agree with Chris Lilly that if there isn't an ellipse then it isn't correct to call th

Re: [svg-developers] Re: full svg website

2004-10-26 Thread Holger Will
Steve Bowen wrote: > > First, I'm using the GDI enabled zips of Mozilla. > Second, when the Mozilla Folder at the top of that entry page is > click, a new tab is opened with the notice that www.default.asp can > not be found. > Much more than that, I can't say except that the Tabbrower Extensions

Re: [svg-developers] Re: Composite paths

2004-10-26 Thread "André M. Winter - Carto.net"
hi, i got this see note that i didn't calcualte anything, it is an corel draw 11 export (). don't know if taht helps, at least it seem possible. andré -- _

RE: [svg-developers] Re: Composite paths

2004-10-26 Thread kgordon
Yes, they are skewed. -Original Message- From: "André M. Winter - Carto.net" [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:04 PM To: [EMAIL PROTECTED] Subject: Re: [svg-developers] Re: Composite paths hi, didn't follow the initial thread. how do you get your ellipse axes

Re: [svg-developers] Re: Composite paths

2004-10-26 Thread "André M. Winter - Carto.net"
hi, didn't follow the initial thread. how do you get your ellipse axes in the sitation that they are not orthogonal? by skewing in x-direction (geometrical question here)? andré [EMAIL PROTECTED] wrote: > I had typo, repost: > > If I had ellipse as follows: > > Center: 250,300 > > Endpo

RE: [svg-developers] Re: Composite paths

2004-10-26 Thread kgordon
I had typo, repost: If I had ellipse as follows: Center: 250,300 Endpoint of conjugate diameter 1: 400, 300 Endpoint of conjugate diameter 2: 350, 400 You think this can be represented with svg path? No transform? I hope so! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: [svg-developers] Re: Composite paths

2004-10-26 Thread kgordon
If I had ellipse as follows: Center: 250,300 Endpoint of conjugate diameter 1: 400, 300 Endpoint of conjugate diameter 1: 350, 400 You think this can be represented with svg path? No transform? I hope so! -Original Message- From: Samuel Dagan [mailto:[EMAIL PROTECTED] Sent: Tuesday, O

[svg-developers] Re: full svg website

2004-10-26 Thread Steve Bowen
--- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]> wrote: > Hi steve > thanks for your comment, again i must say that this is not possible. > i only use asp for a serverside xslt transformation, its just 5 lines or > so of asp. > and all subsides use the same asp-page page and xslt. > so

RE: [svg-developers] Re: SVG to DWG

2004-10-26 Thread William Castro G.
Sorry I forgot send the activex, but you can fix this problem Replacing the line sFileName = getFileName("Exportar DXF File ...") for this sFileName = "c:\temp\xxx.dxf" (or something like this) William -Mensaje original- De: gauri_rampal [mailto:[EMAIL PROTECTED] Enviado el: Martes,

[svg-developers] Re: SVG output on Mobile Device?

2004-10-26 Thread andrewgirow
Hi, For Java enabled phones, you can download TinyLine SVG Viewer from www.tinyline.com =Andrew --- In [EMAIL PROTECTED], "tbone58x" <[EMAIL PROTECTED]> wrote: > > Is there an SVG viewer that is downloadable to display SVG output to > a mobile device, preferably a picture type web

[svg-developers] Re: Composite paths

2004-10-26 Thread Samuel Dagan
Hi Wetophelia, If from the transformation of the ellipse, you get an equation of the form ax^2+2bxy+cy^2+2dx+2ey+f=0 where a,b,c,d,e,f are constants and ^2 means square, then this is a conic section, and since you get a closed path, this means that your transformation gives again an ellipse.

Re: [svg-developers] Re: Inserting SVG documents in HTML without using an SVG file

2004-10-26 Thread Holger Will
hi scalablev if you really need inline svg i would strongly recommend to use an svg enabled Mozilla( http://www.mozilla.org/projects/svg/#get_it ). it renders svg natively (no plug in) . concerning your source code, i dont know if you really intended this complex nesting structure ! but anyway

[svg-developers] The CERT Advisory mailing list is an announcement only list

2004-10-26 Thread cert-advisory
The CERT Advisory mailing list is an announcement only list. Subscribers are not permitted to post messages to this list. If you wish to unsubscribe from the CERT Advisory mailing list: - send mail to [EMAIL PROTECTED] - in the body of the message, type: unsubscribe cert-advisory To re

[svg-developers] New poll for svg-developers

2004-10-26 Thread svg-developers
Enter your vote today! A new poll has been created for the svg-developers group: When should we hold the next London SVG Users Group meeting? If anyone wishes to provide the venue in Zones 1 or 2 in London, please contact me offline. o Thursday, 18 Nov, 2004 o Friday, 19 Nov, 2004

[svg-developers] SVG output on Mobile Device?

2004-10-26 Thread tbone58x
Is there an SVG viewer that is downloadable to display SVG output to a mobile device, preferably a picture type web enabled phone? Yahoo! Groups Sponsor ~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Ge

[svg-developers] Re: Inserting SVG documents in HTML without using an SVG file

2004-10-26 Thread scalablev
I've tried inline SVG with ASV and IE after looking at http://www.schepers.cc/inlinesvg.html. It appears to be a great solution to my problem, but there's one major issue: IE crashes! If you try http://kart.nois.no/test/inlinesvg and cause the contents to redraw (Do lots of scrolling or drag

Re: [svg-developers] Re: full svg website

2004-10-26 Thread Holger Will
Hi steve thanks for your comment, again i must say that this is not possible. i only use asp for a serverside xslt transformation, its just 5 lines or so of asp. and all subsides use the same asp-page page and xslt. so if the startpage renders ok, the mozilla page should too,since there are no d

[svg-developers] Re: FW: The CERT Advisory mailing list is an announcement only list

2004-10-26 Thread gauri_rampal
Even I am facing the same problem. Please do the needful to resolve this issue. Thanks, Gauri --- In [EMAIL PROTECTED], Philippe Lhoste wrote: > Doug Schepers wrote: > > To the Moderators: > > > > I'm getting this message every time I send a message to > > [EMAIL PROTECTED] I've sent them a

Re: [svg-developers] FW: The CERT Advisory mailing list is an announcement only list

2004-10-26 Thread Philippe Lhoste
Doug Schepers wrote: > To the Moderators: > > I'm getting this message every time I send a message to > [EMAIL PROTECTED] I've sent them a message asking them to > correct the situation, but they've been unresponsive. > > Can you please unsubscribe them? > > Thanks- > -Doug > > > -Origina

Re: [svg-developers] Warp Text functions in SVG?

2004-10-26 Thread Philippe Lhoste
Sherm wrote: > Been lurking for awhile, learning a great deal about SVG from this > group. Now, it's time to post my first question... > > I'm creating a "build a uniform" website in HTML/jscript/SVG for an > athletic uniform manufacturer. The lettering for their uniforms can > be ordered in s

[svg-developers] Re: full svg website

2004-10-26 Thread Steve Bowen
--- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]> wrote: > hello everyone > > ive just finished a first full-SVG-version of my website. > it should run in ASV3, ASV6, Batik, Konqueror and mozSVG. > > http://www.treebuilder.de/?type=svg > > enjoy! > holger Hi I get a lot of asp errors

[svg-developers] Re: Form in SVG

2004-10-26 Thread Jan-Klaas Kollhof
Hi, > How can I transfer the > informations of SVG to another form or place? Can I save this in a > Database? It is quite easy to transfer data to the server. Use getURL or postURL. There are various protocols available you can use to talk to the server ranging from posting form data to doin

RE: [svg-developers] Re: full svg website

2004-10-26 Thread Barend Köbben
yes indeed, and it might be the problem still, as I seem to remember the solution of adding the type=.svg or IE=.svg was said to not always work... Barend Köbben International Institute for Geo-information Sciences and Earth Observation (ITC) PO Box 6, 7500AA Ensche

[svg-developers] Re: SVG to DWG

2004-10-26 Thread gauri_rampal
Also, when I open the dxf2svg.html file in a browser, it's throwing an exception. It does not execute the ActiveXobject. var oShow =new ActiveXObject('GISActiveXTools.GISDialogManager'); Please can you let me know, what am I doing wrong? Thanks, Gauri. --- In [EMAIL PROTECTED], "gauri_rampa