Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8777
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 44226 - 44255 of 66157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
44226 Jérôme Tricand ...
trigoutte Send Email
Sep 1, 2004
7:14 am
Hello Pierre We faced the same problem, ie, developping a web site using SVG which can be seen on Windows (of course) and on Mac and Linux. That's why we...
44227 Alexander S. Aksenov
furyalex2000 Send Email
Sep 1, 2004
7:40 am
Hi, All. I'm designing web interface using numerous svgs as controls. Some times my interface explodes with stack overflow error. Through the debuging I've...
44228 Jean-David Benamou
benamoujd Send Email
Sep 1, 2004
7:49 am
Hello, I would like to run two servers. One is serving svg pages and the other is only used to upload and serve data (jpeg files for instance). Now I cannot...
44229 Andreas Neumann
neumannandreas Send Email
Sep 1, 2004
7:50 am
good to hear. Would be interested to see the application, but I guess it is inhouse. Andreas ... section; tools...
44230 Andreas Neumann
neumannandreas Send Email
Sep 1, 2004
7:56 am
Hi, with Adobe SVG viewer within a webbrowser it is not possible. The same security limitations apply to webbrowsers and flash as well. you have to use the...
44231 Jean-David Benamou
benamoujd Send Email
Sep 1, 2004
8:29 am
... Just to be sure : The Webserver which serves the svg that makes a javascript GetURL call must be a proxy server of the server that serves files fetched...
44232 Jeroen Dekker
jeroendekker... Send Email
Sep 1, 2004
8:37 am
Date: Tue, 31 Aug 2004 15:44:27 +0200 From: "Bru, Pierre" <pierre.bru@...> ... It is possible. One of our large corporate clients used Batik as the...
44233 James Ross
jmez72 Send Email
Sep 1, 2004
9:09 am
Hi. there is no reason why a server side script cannot access a second server to obtain information, then return this to the client. so instead of attepting...
44234 Martin Honnen
honnen_martin Send Email
Sep 1, 2004
11:46 am
... I see, but if you stuff Batik into an applet and embed that in an HTML page you are first of all getting an SVG viewer that is not connected with the...
44235 Andreas Neumann
neumannandreas Send Email
Sep 1, 2004
11:46 am
... you would have to do the getUrl to the server that served the initial SVG file. And a serverside script on the first server would request the data from the...
44236 Rick Bullotta
RBullotta Send Email
Sep 1, 2004
1:04 pm
Actually, there are many easy ways to get HTML<->Applet<->Batik communications working reliably, across many browsers. In actuality, what you want is...
44237 pavan kumar
srinivasan_p... Send Email
Sep 1, 2004
2:07 pm
Hi, I am using the function printNode on IE using ASV 3. alert(printNode(SVGDocument)); But i get an error -> Object Expected. Please let me know the problem....
44238 Robin Berjon
sibylia2017 Send Email
Sep 1, 2004
2:11 pm
... It looks like your "SVGDocument&quot; object is not defined. -- Robin Berjon...
44239 andrewgirow Send Email Sep 1, 2004
2:59 pm
While checking/ implementing SVG Tiny 1.2 DOM I got several questions: 1. THE COLOR TRAITS In the A.2.6 Attribute and Property Access is written "Trait is the ...
44240 Leonard Rosenthol
leonardr@... Send Email
Sep 1, 2004
3:27 pm
I have not been able to find a schema (.xsd) for SVG. The 1.1 spec has a DTD, and 1.2 seems to use RelaxNG...Was .xsd just skipped? If not, does anyone have...
44241 aisha ahmed
aisha_m123 Send Email
Sep 1, 2004
3:30 pm
hi guys, i was wondering if there is anyway i could creating a SVG document using JavaScript similar to how you can create an xml document using JSP. thanks ...
44242 Robin Berjon
sibylia2017 Send Email
Sep 1, 2004
3:37 pm
... The RNG in the 1.2 draft isn't complete and has some bugs but you should be able to use Trang to convert it to XSD. The final spec will have XSD but not...
44243 Chris Lilley
nantonos_aedui Send Email
Sep 1, 2004
4:00 pm
On Wednesday, September 1, 2004, 5:27:55 PM, Leonard wrote: LR> I have not been able to find a schema (.xsd) for SVG. LR> The 1.1 spec has a DTD, and 1.2 seems...
44244 Bru, Pierre
pbru_2001 Send Email
Sep 1, 2004
4:04 pm
... You mean, JavaScript client side ou server side ? an SVG document is nothing more than an XML document... ... Pierre....
44245 Bru, Pierre
pbru_2001 Send Email
Sep 1, 2004
4:11 pm
Hi, Is it possible to "document.write" text into an SVG element in order to dynamically modify its content from a javascript script running on the client...
44246 Robin Berjon
sibylia2017 Send Email
Sep 1, 2004
4:17 pm
... Yes, you have to use the DOM. document.write is not available. -- Robin Berjon...
44247 Leonard Rosenthol
leonardr@... Send Email
Sep 1, 2004
4:19 pm
... Funny you should use that as an example - as that was EXACTLY the reason that I was looking for the SVG Schema ;). I am working on writing some proposals...
44248 pavan kumar
srinivasan_p... Send Email
Sep 1, 2004
4:21 pm
Hi, Is there any way i can debug my javascript+svg at Runtime as it is rendered on the browser. Please let me know S.Pavan Kumar ...
44249 Bru, Pierre
pbru_2001 Send Email
Sep 1, 2004
4:23 pm
... ? ... Maybe you have a (small) exemple ? :) ... Pierre....
44250 scott.naef@...
snaef999 Send Email
Sep 1, 2004
4:24 pm
Pierre, Yes, it is very possible. There are some sticky points to consider though as most browsers do not support inline SVG and rely on third party helper...
44251 Bru, Pierre
pbru_2001 Send Email
Sep 1, 2004
4:25 pm
... Maybe with a javascript debugger ? http://gemal.dk/mozilla/mozdev.html...
44252 Vladimir Rodriguez
verodriguez@... Send Email
Sep 1, 2004
4:27 pm
unsubscribe...
44253 thomas83_dd Send Email Sep 1, 2004
5:46 pm
hey, i need some help. so I can modify the Adobe SVG Viewer Menu, but how can I execute the funktions in the Viewer? like 'save as'?? I want a JavaScript that...
44254 Chris Lilley
nantonos_aedui Send Email
Sep 1, 2004
6:27 pm
Hello, The first working draft of SVG's XML Binding Language (sXBL) has been released today. This replaces RCC, and has been split off into a separate...
44255 gmcaulee Send Email Sep 1, 2004
6:46 pm
... For me, HTML<-->SVG script communication is essential. It works fine in ASV3/IE, but does anyone know of plans for it to be implemented in ASV3 with...
Messages 44226 - 44255 of 66157   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help