Hello all, I have an embed svg file. I would like to get a reference to the containing html's dom. Does that make sense? I'm looking at the svgdocument element...
55972
Pramod Eligeti
pramodcse
Jun 2, 2006 7:58 pm
culd u send me the code so that i can hav a look. n plss tell me wht element u wanna access in html file. ================================== Pramod Eligeti, ...
55973
Jim Ley
jibberjim
Jun 2, 2006 8:39 pm
"arabic_pilot" <AARON1292@...> wrote in message news:e5pts0+jgac@.... ... Arrays certainly, but cookies are not part of ECMAScript. Essentially...
55974
Phi Tran
minhducthandan
Jun 2, 2006 8:45 pm
I like to share with you all some of my thoughts based on reasoning and my observation and as result on some of my experience: 1- You all know having a very...
55975
Pramod Eligeti.
pramodcse
Jun 2, 2006 8:48 pm
Hi, I just need some good material on the typical functioning of SVG. wht i meant is, what happens when we invoke an SVG document in the web browser, how...
55976
Jeff Schiller
jeff_schiller
Jun 2, 2006 9:36 pm
Pramod, I wrote a couple quick tutorials for beginners with SVG. Maybe they will help you: http://www.codedread.com/SVGKS_1a.php Regards, Jeff...
55977
Jeff Schiller
jeff_schiller
Jun 2, 2006 9:39 pm
http://blog.codedread.com/archives/2006/06/02/ie72-to-support-svg/ ... and my ... push it ... around?. It ... to make ... 'SVG" can ... architect ... when all ...
55978
Charles McCathieNevile
charlesmccn
Jun 3, 2006 12:33 am
On Sat, 03 Jun 2006 02:44:17 +1000, Sayed Arian Kooshesh ... ... It depends on your data of course, but in a lot of cases you could provide a more interesting...
55979
arabic_pilot
Jun 3, 2006 3:28 pm
Oh, well thank yoy. I only put cookies in there because I assumed that JavaScript and EcmaScript were pretty much the same; however, I heard that SVG can also...
55980
arabic_pilot
Jun 3, 2006 3:41 pm
Well Arain, I know for a fact that SVG can call the JavaScript functions on the page it is embedded in, so I guess you could make a workaround with this. As an...
55981
Pramod Eligeti.
pramodcse
Jun 4, 2006 1:25 am
Hi, i got a final question on SVG. see i just implemented an AJAX version of this "http://www.der-mo.net/WINDS/index.html" which uses SVG for front end, AJAX...
55982
Andreas Neumann
neumannandreas
Jun 4, 2006 10:23 pm
Hi Phi, I am getting tired about this discussion all the time. SVG is not dependent on Adobe, nor is Adobe dependent on SVG. Adobe just was one of the first...
55983
Phi Tran
minhducthandan
Jun 5, 2006 3:49 am
... Hi Andreas. You may mis understand me I think I like to give you an example: It's Real (Not on ideaology). Here is my observation. A SVG FONT contains...
55984
Augusto Erzinger Jr.
a_erzinger
Jun 5, 2006 6:10 pm
Is there anyone who knows how I could stop an SVG animateColor animation by a way other than direct user interaction like mousedown or click or focusin? I...
55985
Bjoern Hoehrmann
hoermi
Jun 5, 2006 6:24 pm
... Use animateColor.endElement(), see http://www.w3.org/TR/SVG11/animate.html#InterfaceElementTimeControl You should generally be able to use end="..."...
55986
Antoine Quint
graouts
Jun 5, 2006 6:24 pm
... Make sure that your <animateColor> has an "end" attribute with value "undefined", which allows you to call the endElement() method on the DOM object...
55987
Mark C
oldmeatus
Jun 5, 2006 6:43 pm
I am trying to see SVG in Firefox 1.5 on Macintosh 10.4. I am using the finder (file/open) or the Apache server (http) and I am getting nothing but the text. I...
55988
Bjoern Hoehrmann
hoermi
Jun 5, 2006 6:46 pm
... You probably didn't configure the MIME type for SVG resources in your web server configuration correctly, see http://wiki.svg.org/Server_Configuration for...
55989
Mark Christol
oldmeatus
Jun 5, 2006 10:52 pm
... hm I had AddType image/svg+xml svg instead of AddType image/svg+xml .svg Now I get the text in the window of the html but still no image. Anyway, that...
55990
Kam-Hung Soh
khsoh_au
Jun 5, 2006 11:50 pm
... http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5#SVG_usage_situations ... of an ... Another suggest: use the "object" tag because "embed" doesn't...
55991
Charles McCathieNevile
charlesmccn
Jun 6, 2006 12:36 am
On Tue, 06 Jun 2006 09:49:45 +1000, Kam-Hung Soh <kamhung.soh@...> ... Actually, embed was never part of an HTML standard. It was used by Netscape, and...
55992
xeipon2
Jun 6, 2006 12:47 am
Send in a Math poster made with SVG, and have a chance at $500. Full rules at http://mathpuzzle.com/VectorMathPoster.htm Vector Math Poster Contest I'd like to...
55993
chmavrog
Jun 6, 2006 10:38 am
Hi everyone, if i want to send the dynamically created elements inside a g element,using postURL-getURL (IE6ASV3) and XMLHtTPRequest (FF) does my svg main page...
55994
Jeroen Vanattenhoven
jvanattenhoven
Jun 6, 2006 3:13 pm
We (researchgroup Docarch) are currently working on a gis webclient. We experience a severe performance problem on Firefox. The content is about 0.5 MB and...
55995
Martin Honnen
honnen_martin
Jun 6, 2006 3:33 pm
... postURL/getURL are implemented by some SVG viewers (Adobe SVG viewer, I think Batik supports getURL too) so you do not need any HTML to embed the SVG, you...
55996
minhducthandan
Jun 6, 2006 4:34 pm
I all. This is the screen shot of the SVG Protocol demo. http://oneplusplus.com/images/demshot.png I take it using FF but it work the 'same' on IE. Phi. BTW: ...
55997
A.M.Shourbagui
amshourbagui
Jun 6, 2006 5:06 pm
Hi guys I agree with Andreas all the way native svg in the browsers and built in support in hand-held is far more better for both users and developers. I just...
55998
Jonathan Chetwynd
signbrowser
Jun 6, 2006 7:28 pm
Augusto, perhaps you could supply a use case? <animate attributeName="x" from="0" to="90" dur="10s" /> may be one solution, but perhaps not appropriate to...
55999
brianskold
Jun 6, 2006 9:55 pm
... This is one area where I found the SMIL Animation spec to be contradictory. In section 3.6.3 it clearly says you need end="indefinite": 'DOM method calls...
56000
Bjoern Hoehrmann
hoermi
Jun 7, 2006 2:34 am
... Please do raise issues as you encounter them. Even if you get no response it will help others who run into similar issues. -- Björn Höhrmann ·...