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
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
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
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
May 31, 2002 5:14 am
... Correct. ... With ASV 2, there was file called, SVGViewer.ini. On Windows 2000 this was in C:\WINNT92;system3292;Adobe92;SVG Viewer. There was a bug where under...
17344
Pfitzner, Jan
jpfi0815
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
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
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
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@...
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
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
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
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
May 31, 2002 2:52 pm
"riyazprasla" <riyazprasla@...> ... Why _must_ you use the ASV engine? browserEval("window.open(...)") but that's badly broken in ASV. Jim....
17353
roffermanns
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
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
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
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
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
May 31, 2002 3:46 pm
"riyazprasla" <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
May 31, 2002 4:43 pm
... Has anyone any experience of scripting with python using svg? Regards DaveP...
17360
Dave Pawson
dpawson2000
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
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@...
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
May 31, 2002 5:12 pm
... Including batik, as I found today <sigh/> regards DaveP...
17364
jabberwock_mo
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
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_...
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
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
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...