Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 49470 - 49499 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49470
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...
danielhorng0001
Offline Send Email
May 1, 2005
5:07 pm
49471
Does your dynamically loaded SVG include a 'viewBox' attribute in its <svg> element? You need to specify the bounding-box of the area to render, otherwise SVG...
Richard Smith
bob_janova
Offline Send Email
May 1, 2005
5:58 pm
49472
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. ...
welkerpaul
Offline Send Email
May 1, 2005
7:47 pm
49473
"welkerpaul" <PaulWelker@...> wrote in message news:d53bmh+i5te@.... ... Yes, it's a great shame that mozilla and friends have decided to...
Jim Ley
jibberjim
Offline Send Email
May 1, 2005
8:06 pm
49474
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...
rwkeppers
Offline Send Email
May 2, 2005
12:57 am
49475
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...
danielhorng0001
Offline Send Email
May 2, 2005
1:12 am
49476
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...
kenloong98
Offline Send Email
May 2, 2005
7:03 am
49477
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 ... ...
Real, Peter
peter.real@...
Send Email
May 2, 2005
7:15 am
49478
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...
welkerpaul
Offline Send Email
May 2, 2005
8:32 am
49479
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...
tamsvg
Offline Send Email
May 2, 2005
9:09 am
49480
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)"/>...
tamsvg
Offline Send Email
May 2, 2005
9:46 am
49481
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...
tamsvg
Offline Send Email
May 2, 2005
10:54 am
49482
Try this code: function change(evt) { var svgdoc = evt.getTarget().getOwnerDocument(); var text = svgdoc.getElementById("text"); var child =...
Real, Peter
peter.real@...
Send Email
May 2, 2005
10:58 am
49483
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 ...
Holger Will
holger492
Offline Send Email
May 2, 2005
11:14 am
49484
... Just curious, is there a way to write el.attributes.getNamedItem("myattr") without getter syntax ? Jorg...
Jorg Heymans
jh@...
Send Email
May 2, 2005
11:30 am
49485
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 ...
Holger Will
holger492
Offline Send Email
May 2, 2005
11:49 am
49486
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...
Richard Gnyla
richardgnyla
Offline Send Email
May 2, 2005
11:59 am
49487
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...
Rick Bullotta
RBullotta
Offline Send Email
May 2, 2005
12:03 pm
49488
... no! for getter and setter functions, that are real functions, e.g. that take paramenters, you still use getter and setters. so its still ...
Holger Will
holger492
Offline Send Email
May 2, 2005
12:04 pm
49489
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...
Andreas Neumann
neumannandreas
Offline Send Email
May 2, 2005
1:11 pm
49490
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...
welkerpaul
Offline Send Email
May 2, 2005
1:24 pm
49491
<<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...
Richard Smith
bob_janova
Offline Send Email
May 2, 2005
2:58 pm
49492
... Yes, you can do el.attributes["myattr"] if the DOM implementation implements the ECMAScript binding correctly. But ASV (at least version 3) does not...
Martin Honnen
honnen_martin
Offline Send Email
May 2, 2005
3:36 pm
49493
... 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...
ctl271
Offline Send Email
May 2, 2005
3:38 pm
49494
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...
Rick Bullotta
RBullotta
Offline Send Email
May 2, 2005
3:46 pm
49495
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"...
Rick Bullotta
RBullotta
Offline Send Email
May 2, 2005
4:55 pm
49496
Yes My application is devoted to e-learning purposes www.liceoeleonora.com/xspigola/xspigola.htm www.liceoeleonora.com/xspigola/docente.htm ...
Luciano Pes
luciano582001
Offline Send Email
May 2, 2005
5:23 pm
49497
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? ...
pallavi_nagarhalli
pallavi_naga...
Offline Send Email
May 2, 2005
6:40 pm
49498
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....
liutcpeter
Offline Send Email
May 2, 2005
11:37 pm
49499
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...
Thomas DeWeese
world_mage
Offline Send Email
May 3, 2005
12:07 am
Messages 49470 - 49499 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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