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: 8779
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 17339 - 17369 of 66156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17339 Stephen Harwin
stevemim Send Email
May 30, 2002
11:55 pm
Hi, I have had a look at Pilat and SVG-Whiz examples of how to modify the context menu. They are very helpful, however I am having trouble accessing the...
17340 jabberwock_mo Send Email May 31, 2002
1:10 am
... Yeah, I suppose I could do something like that (and I may have to do something similar if someone has links between sheets of different drawings). But if...
17341 Michael Bierman
mbier Send Email
May 31, 2002
1:25 am
... SVGMaker does something like this. I believe they are using <g> for each page instead of <svg>... see http://www.svgmaker.com/examples.htm Of course,...
17342 cage_from_north Send Email May 31, 2002
4:25 am
Hi If I browse SVG graphics and I have Adobe Acrobat Reader 5 installed (which come with SVG viewer 2?) every time and for every SVG image I am asked to accept...
17343 Michael Bierman
mbier Send Email
May 31, 2002
5:14 am
... Correct. ... With ASV 2, there was file called, SVGViewer.ini. On Windows 2000 this was in C:\WINNT&#92;system32&#92;Adobe&#92;SVG Viewer. There was a bug where under...
17344 Pfitzner, Jan
jpfi0815 Send Email
May 31, 2002
7:31 am
Hi, I'm generating SVG-charts with XSL. I wnat to know if it is possible to produce non-color-charts. I mean don't want to fill my bars with a color, but I...
17345 spdegabrielle Send Email May 31, 2002
8:13 am
It makes me think of the star wars game where your are flyin through the trench in the death star - shooting tie-fighters; and dropping the bombs (I think I...
17346 spdegabrielle Send Email May 31, 2002
8:37 am
I think this is what you want; <pattern patternUnits="userSpaceOnUse" id="pat1" x="10" y="10" width="20" height="20"> <rect x="5" y="5" width="10" height="10"...
17347 Jim Ley
jibberjim Send Email
May 31, 2002
9:04 am
"Michael Bierman" <mbier@...> ... contained ... SVG ... within ... "name". Yep, there's one of those. In win32 IE of course attributes are completely...
17348 Richard Bennett
richard.bennett@... Send Email
May 31, 2002
9:36 am
Hi, <----- Original Message ----- <From: "Jim Ley" <jim@...> <That can't be done, but you can always run a server. You can start <microweb which...
17349 Don XML
don_xml Send Email
May 31, 2002
1:11 pm
David, I would definitely recommend not to use multiple instances of the ASV in one HTML page. 2 or 3 instances may be alright, but beyond that I had some ...
17350 jakehowlett Send Email May 31, 2002
1:25 pm
When the user accepts the L.A. for ASV 2 it edits a line in a file called CVGViewer.ini. The line is at the end and reads something "EULAx55=accepted". That's...
17351 riyazprasla Send Email May 31, 2002
2:48 pm
First, thanks Max and Jim your responses! I am using Adobe's script engine for my app and thus when I use top.window.open() it(ASV script engine) can't find...
17352 Jim Ley
jibberjim Send Email
May 31, 2002
2:52 pm
"riyazprasla&quot; <riyazprasla@...> ... Why _must_ you use the ASV engine? browserEval("window.open(...)") but that's badly broken in ASV. Jim....
17353 roffermanns Send Email May 31, 2002
3:00 pm
Hi Kevin, could you please explain where the "evt" object comes from? I've seen this solution a few times before and browsed the w3c documents (DOM2 Events,...
17354 Michael Bierman
mbier Send Email
May 31, 2002
3:06 pm
Correct. As I said in my earlier post, what is going on is that file is locked, and since it can't be modified, the user gets the EULA every time. The solution...
17355 Kevin Lindsey
k_e_lindsey Send Email
May 31, 2002
3:21 pm
Hey Tobias, ... FYI, I'm using the RGB<->HSV conversion described in "Computer Graphics: Principles and Practice, Second Edition" by James D. Foley, et al. If...
17356 lord_moonraker Send Email May 31, 2002
3:40 pm
you can use window.open or window.location eg. <rect x="123" y="234" onclick="window.open(...)"/> <rect x="123" y="234" onclick="window.location=''"/> ... and ...
17357 riyazprasla Send Email May 31, 2002
3:43 pm
browserEval("window.open(..)") works!! The reason to use ASV 3.0 is that: If I use ASV script engine the app will be browser independent and thus my...
17358 Jim Ley
jibberjim Send Email
May 31, 2002
3:46 pm
"riyazprasla&quot; <riyazprasla@...> ... Then you can't use browserEval, it doesn't work the same in all browsers, IME parent is more reliable than it. (Some...
17359 Dave Pawson
dpawson2000 Send Email
May 31, 2002
4:43 pm
... Has anyone any experience of scripting with python using svg? Regards DaveP...
17360 Dave Pawson
dpawson2000 Send Email
May 31, 2002
4:52 pm
... svg question, I'll leave that to those who know more than I! I'll take up the xslt questions :-0) Regards DaveP...
17361 Dave Pawson
dpawson2000 Send Email
May 31, 2002
5:04 pm
... <grin/>Jim explained this to me yesterday. Its a basic hook into the SVG. If you come into the javascript from an event, then its (available as) a ...
17362 Tobias Reif
tobiasreif@... Send Email
May 31, 2002
5:05 pm
Dave, ... Here's some info about similiar things: http://www.protocol7.com/svg-wiki/ow.asp?ServerSideSvg , and links to more info. If you expriment with...
17363 Dave Pawson
dpawson2000 Send Email
May 31, 2002
5:12 pm
... Including batik, as I found today <sigh/> regards DaveP...
17364 jabberwock_mo Send Email May 31, 2002
9:12 pm
Is there a simple way to convert an XML Schema file to a DTD? I've never been able to find a DTD for Visio's XML, but I did find a schema file. Trouble is,...
17365 syraq Send Email May 31, 2002
10:03 pm
... schema ... XML Spy can generate and convert DTD and schema. I dont know how well it does it but it might be worth looking in to. You can download and use a...
17367 dennis_joel_david
dennis_joel_... Send Email
Jun 1, 2002
1:32 am
Hi. I am writing a table generation project that outputs SVG, but i think this is really hard, because you always have to think about how long the strings are,...
17368 Micah Laaker
mlaaker Send Email
Jun 1, 2002
4:21 am
Hi all. I was speaking with fellow member Mike McCullough the other day, and we were interested in starting a New York SVG users' group. Mike and I may be the...
17369 Dave Pawson
dpawson2000 Send Email
Jun 1, 2002
6:31 am
... Some things won't convert, but a few of the schema generator apps will do the conversion, e.g. xml authority. HTH DaveP...
Messages 17339 - 17369 of 66156   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