Re: [svg-developers] SVG expert please help me - Post or Get method

2004-09-20 Thread Jonathan Watt
On Mon, 20 Sep 2004 22:08:18 -0700 (PDT), bo xi <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > I got very strange problem. > I use an asp page to send a simple SVG file to client > side. Here is the problem: if I use get method I can > trigger the onload event, but if I use post method, > then

[svg-developers] Want free music downloads?

2004-09-20 Thread bradfordleipman5
1 BILLION MUSIC, MOVIES and VIDEOS... - Unlimited access to the largest MP3 collection Ever! Over 5 Million - Unlimited Music Downloads - Unlimited Movie Downloads - Unlimited Software Downloads - Unlimited Website Access - Unlimited Burns to CD - Sted by Step Instructions - VIP Technical Support

[svg-developers] SVG expert please help me - Post or Get method

2004-09-20 Thread bo xi
Hi everybody, I got very strange problem. I use an asp page to send a simple SVG file to client side. Here is the problem: if I use get method I can trigger the onload event, but if I use post method, then the onload event is disappeared. Anybody can explain this? here I attach the asp page. I a

Re: [svg-developers] About Text

2004-09-20 Thread wimonsri
Do you have example? thanks in advance Philippe Lhoste

[svg-developers] Status

2004-09-20 Thread neumann
It's the long-awaited film version of the Broadway hit. The message sent as a binary attachment. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.clic

[svg-developers] Re: ASV3.x, partial zoom, html interaction

2004-09-20 Thread Heiko Niemann
Hi, are you looking for something like this: http://www.kevlindev.com/gui/utilities/azap/index.htm Regards- -Heiko --- In [EMAIL PROTECTED], "Pierre Bru" <[EMAIL PROTECTED]> wrote: > --- In [EMAIL PROTECTED], "Jerome de la Goutte" > <[EMAIL PROTECTED]> wrote: > > Hi Pierre > > > > I think t

[svg-developers] Re: ASV3.x, partial zoom, html interaction

2004-09-20 Thread Pierre Bru
--- In [EMAIL PROTECTED], "Heiko Niemann" <[EMAIL PROTECTED]> wrote: > Hi, > > are you looking for something like this: > > http://www.kevlindev.com/gui/utilities/azap/index.htm YES! exactly what I was looking for! thx a lot :) BTW, Opera and IE display a thin gray line around the SVG box but M

[svg-developers] Re: ASV3.x, partial zoom, html interaction

2004-09-20 Thread Pierre Bru
--- In [EMAIL PROTECTED], "Jerome de la Goutte" <[EMAIL PROTECTED]> wrote: > Hi Pierre > > I think this is not possible to have a partial zoom nor to have > communication between 2 SVG because the upper HTML document which > contains the 2 SVG will act as an intermediate between them. > a SVG ca

[svg-developers] Re: Browser Refresh

2004-09-20 Thread billtudwell69
It worked by taking out. Thanks --- In [EMAIL PROTECTED], "Chris Peto" <[EMAIL PROTECTED]> wrote: > Why both? Just use embed. > > > > Mit freundlichen Grüßen/Regards > Chris Peto > Freelance System Development > > Resource Solutions > Germany > Mobile

[svg-developers] Re: Browser Refresh

2004-09-20 Thread billtudwell69
Thanks Worked like a champ - got the code of of several different sites - go figure. Thanks again !! Bill Yahoo! Groups Sponsor ~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http:/

RE: [svg-developers] Re: Browser Refresh

2004-09-20 Thread Peter Kalev
Remove and see if the things improve. I am not an HTML guru, but nesting in looks weird to me _ From: billtudwell69 [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: [svg-developers] Re: Browser Refresh Using object and embe

RE: [svg-developers] Re: Browser Refresh

2004-09-20 Thread Chris Peto
Why both? Just use embed. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development Resource Solutions Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 Web: http://www.resource-solutions.de S

[svg-developers] Re: Browser Refresh

2004-09-20 Thread billtudwell69
Using object and embed Here is the page below - http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Yahoo! Groups Sponsor ~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-

RE: [svg-developers] Browser Refresh

2004-09-20 Thread Peter Kalev
Are you using or ? _ From: billtudwell69 [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 11:07 AM To: [EMAIL PROTECTED] Subject: [svg-developers] Browser Refresh Hello I am new to SVG and trying to learn it. I can't figure this one out or is this a bug in the Adobe

[svg-developers] Browser Refresh

2004-09-20 Thread billtudwell69
Hello I am new to SVG and trying to learn it. I can't figure this one out or is this a bug in the Adobe Viewer plugin? I create some simple graphics and they show up in the browser. I change and save the source of the svg file. The browser refreshes the HTML file with the svg object file but

[svg-developers] Re: ASV3.x, partial zoom, html interaction

2004-09-20 Thread Jerome de la Goutte
Hi Pierre I think this is not possible to have a partial zoom nor to have communication between 2 SVG because the upper HTML document which contains the 2 SVG will act as an intermediate between them. a SVG cannot speak to the other . Sorry. Here is what I suggest you: Remove all potential zoom

[svg-developers] ASV3.x, partial zoom, html interaction

2004-09-20 Thread Bru, Pierre
hi, is it possible to create a two part SVG, one part for the IHM, the other part for a map and allow zooming with ctrl-clic *only* on the map part or should I disable the ctrl-click and zoom via the GUI ? (I want both to be in the same SVG 'cause I want this SVG to be usable under IE *and* Mozil

RE: [svg-developers] Re: 3D

2004-09-20 Thread Lincoln Mitchell
Don't have any examples at hand but google (svg 3d) provides plenty of links and no doubt this list archives. Here are 2 from google. http://www.kevlindev.com/geometry/3D/js3d/ http://home.t-online.de/home/lutz.tautenhahn/svgvml3d/ Linc _ From: ratee111 [mailto:[EMAIL PROTECTE

[svg-developers] Re: 3D

2004-09-20 Thread ratee111
How to generate 2D look like 3D. Could you give me example? thanks in advance - -- In [EMAIL PROTECTED], "Lincoln Mitchell" <[EMAIL PROTECTED]> wrote: > Try x3d http://www.web3d.org/ > > _ > > From: Ronan Oger [mailto:[EMAIL PROTECTED] >

[svg-developers] Re: when or when not to DOM

2004-09-20 Thread Jim Ley
""andré m. winter"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > regarding client side DOM manipulations with SVG there is no big > difference in performence between > > elem = document.createElement(elem_type); > elem.setAttribute(NS,attr_1,val_1 > [...] > elem.setAttribute(NS,

[svg-developers] Re: hi

2004-09-20 Thread oncle_ernest2002
Hi, ;-) --- In [EMAIL PROTECTED], Helena Caldeira <[EMAIL PROTECTED]> wrote: > Hi, people! > Anyone here knows about SCORM? > As you can see a did a little math course and applied it to SCORM! > But I had some problems to publish it in a LMS! > How could I do it? > I want to publish in CESTA (w

Re: [svg-developers] About Text

2004-09-20 Thread Philippe Lhoste
[EMAIL PROTECTED] wrote: > i try to do by http://www.xml.com/pub/a/2002/09/11/quint.html > > http://www.w3.org/2000/svg"; > xmlns:text="http://xmlns.graougraou.com/svg/text/"; > xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtension/3. > a3:scriptImplementation="Adobe"

Re: [svg-developers] when or when not to DOM

2004-09-20 Thread "andré m. winter"
hi, serverside line per line and templated based generation are probably best. regarding client side DOM manipulations with SVG there is no big difference in performence between 1) elem = document.createElement(elem_type); elem.setAttribute(NS,attr_1,val_1 [...] elem.setAttribute(NS,attr_n,val

Re: [svg-developers] Re: SVG rich client interface demo

2004-09-20 Thread "andré m. winter"
hi, as ronan and other pointed out, ASV is very slow. but the main reason for this behaviour is not the fact that ASV handles nearly the entire SVG1.0 spec (and a script engine, and printing, and...). this is rather the reason for the huge plugin size. slowness is mainly realted to: - the plug