Dear all, I write a simple asp & script for dynamic load SVG from database. following is the asp & script. Everything is work fine. But when I try to load a...
49471
Richard Smith
bob_janova
May 1, 2005 5:58 pm
Does your dynamically loaded SVG include a 'viewBox39; attribute in its <svg> element? You need to specify the bounding-box of the area to render, otherwise SVG...
49472
welkerpaul
May 1, 2005 7:47 pm
Yes;-) Ehm, and I did forget to mention that Mozilla started to check in <canvas/> element support. Very interesting and handy dashboard technology as well. ...
49473
Jim Ley
jibberjim
May 1, 2005 8:06 pm
"welkerpaul" <PaulWelker@...> wrote in message news:d53bmh+i5te@.... ... Yes, it's a great shame that mozilla and friends have decided to...
49474
rwkeppers
May 2, 2005 12:57 am
Hi all. I am developing a dynamic charting application via SVG. Each chart is dynamically generated to display an entire month worth of data. My problem...
49475
danielhorng0001
May 2, 2005 1:12 am
Dear Richard, Thank you for your remind. The dynamic SVG doesn't specify the viewBox attribute. Because it is generated by the other program and we don't know...
49476
kenloong98
May 2, 2005 7:03 am
thanks Holger what you suggested makes sense, but my question was wrong in the first place. What I meant was when the user scroll down or up, how do I still...
49477
Real, Peter
peter.real@...
May 2, 2005 7:15 am
Hi Rich, You should take a look at the CGUI http://homepage.usask.ca/~ctl271/cgui/index.shtml and SPARK project http://spark.sourceforge.net/. Bye Peter ... ...
49478
welkerpaul
May 2, 2005 8:32 am
Between you and me, isn't it ridiculous to make use of svg and lots of code spoofing windows and common controls§:=(.. We've already seen table...
49479
tamsvg
May 2, 2005 9:09 am
Hi! I need to change my svg text. I wonder why the following code is not working: <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG...
49480
tamsvg
May 2, 2005 9:46 am
Hi! In my application I use accessKey(2) to change some style properties. I do this in the set tag: <set attributeName="stroke" to="red" begin="accessKey(2)"/>...
49481
tamsvg
May 2, 2005 10:54 am
Hi again, so it works now. I add an event listener for key access and it reacts on every key pressing and jumps to my javascript... tam...
49482
Real, Peter
peter.real@...
May 2, 2005 10:58 am
Try this code: function change(evt) { var svgdoc = evt.getTarget().getOwnerDocument(); var text = svgdoc.getElementById("text"); var child =...
49483
Holger Will
holger492
May 2, 2005 11:14 am
Hi Tam there are two small error in your code: "var elem = evt.target," should be "var elem = evt.target;" and its ownerDocument , not ownerdocument . hth ...
49484
Jorg Heymans
jh@...
May 2, 2005 11:30 am
... Just curious, is there a way to write el.attributes.getNamedItem("myattr") without getter syntax ? Jorg...
49485
Holger Will
holger492
May 2, 2005 11:49 am
Hi Michael ... i dont believe they do, i mean they could, but why do both Adobe and macromedia send employees to the SVG WG to take part in the ...
49486
Richard Gnyla
richardgnyla
May 2, 2005 11:59 am
Whatever happens whether good or bad will be a bonus, if SVG is dropped then so be it we can all move on, if not and SVG is implemented then we can all be...
49487
Rick Bullotta
RBullotta
May 2, 2005 12:03 pm
Visio's SVG export is, ahem, "not that great". Particularly, it doesn't make it very "addressable" via scripting or the DOM (there's no way to control the...
49488
Holger Will
holger492
May 2, 2005 12:04 pm
... no! for getter and setter functions, that are real functions, e.g. that take paramenters, you still use getter and setters. so its still ...
49489
Andreas Neumann
neumannandreas
May 2, 2005 1:11 pm
Hi Samuel, I just had a look at your website (I knew your work from the SVG.Open conference). Your work looks great. I included a screenshot and references to...
49490
welkerpaul
May 2, 2005 1:24 pm
Rick, flog a subject to death? Just for the record, you can edit the elm/group/etc. ID of any element in Visio. ElmIDs will survive roundtripping as well. The...
49491
Richard Smith
bob_janova
May 2, 2005 2:58 pm
<<I resolve this problem by add overflow attribute to <svg> tag. Am I right?>> That may make the rest of your document appear, but you'll have to pan in the...
49492
Martin Honnen
honnen_martin
May 2, 2005 3:36 pm
... Yes, you can do el.attributes["myattr"] if the DOM implementation implements the ECMAScript binding correctly. But ASV (at least version 3) does not...
49493
ctl271
May 2, 2005 3:38 pm
... http://homepage.usask.ca/~ctl271/cgui/index.shtml and SPARK project http://spark.sourceforge.net/. You'd probably be interested in a CGUI Window. This'll...
49494
Rick Bullotta
RBullotta
May 2, 2005 3:46 pm
Sent you a message off-list looking for examples/docs of setting element ID's in Visio and preserving them in the export. This would make a good how-to in the...
49495
Rick Bullotta
RBullotta
May 2, 2005 4:55 pm
Amen to that. Why the world needs another drop down combo box implementation, I'll never understand <g>. To be fair, it is because of the "disconnectedness"...
49496
Luciano Pes
luciano582001
May 2, 2005 5:23 pm
Yes My application is devoted to e-learning purposes www.liceoeleonora.com/xspigola/xspigola.htm www.liceoeleonora.com/xspigola/docente.htm ...
49497
pallavi_nagarhalli
pallavi_naga...
May 2, 2005 6:40 pm
Hi, I want to add some more features to the SVG Find(right click and Find). Is it possible to use the existing SVG find and write some more custom code to it? ...
49498
liutcpeter
May 2, 2005 11:37 pm
Hi We've been using Batik to create interactive visualization tools in Java. One issue we have is about Batik's memory footprint and that is may not scale....
49499
Thomas DeWeese
world_mage
May 3, 2005 12:07 am
Hi Liutcpeter, ... That is a fairly large number. I hope the graphics are fairly simple? ... Nothing real specific, filters can use a bit of memory. Aside...