Skip to search.
svg-developers · SVG Developers

Group Information

  • Members: 5539
  • 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

  Messages Help
Advanced
Messages 9193 - 9222 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9193 Andreas Streichardt
mop@... Send Email
Dec 1, 2001
12:45 pm
... wheee! it works on Debian woody even in coorporation with my SVG enabled mozilla build!!!! Unfortunately my javascripts don't work properly....will see...
9194 Tobias Reif
tobiasreif@... Send Email
Dec 1, 2001
2:33 pm
... [...] Me too. ... Oh yes, that would surely be a Good Thing. For example: Parse widget template libs, then bind those objects to actions of objects from...
9195 Kevin Lindsey
kevin@... Send Email
Dec 1, 2001
4:11 pm
Simon, ... You will need to add the following property to your second animateTransform: additive="sum" Without this property, the second animateTransform...
9196 Willem Broekema
willembroekema Offline Send Email
Dec 1, 2001
5:35 pm
In IE, to go from an html <object> element to the root element of the embedded SVG object, you'd use "o.getSVGDocument()". Is there an equivalent Mozilla...
9197 Peter Sorotokin
sorotokin Offline Send Email
Dec 1, 2001
5:39 pm
... 3.0 ... basis ... In theory it does not have any dependencies other then Mozilla and glibc 2.2. Please let us know if you find otherwise. It is nice to...
9198 Peter Sorotokin
sorotokin Offline Send Email
Dec 1, 2001
5:42 pm
Which version of Mozilla do you use? Browser's scripting works only in 0.9.1 in v3, because of this (quoting my other post): * browser's engine can be used...
9199 Willem Broekema
willembroekema Offline Send Email
Dec 1, 2001
5:59 pm
... So it will only work in 0.9.1. Ok... By "binary compatibility", compatibility between which items do you mean exactly? Is there reason to believe Mozilla...
9200 Lance Dyas
garthan_drag... Offline Send Email
Dec 1, 2001
6:04 pm
... Just a thought ... SVGs are being implemented inline in Mozilla... Amaya so theoretically d = document.getElementById('mysvg'); no middleman necesary. ...
9201 Willem Broekema
willembroekema Offline Send Email
Dec 1, 2001
6:29 pm
... I forget to mention I was using Adobe's plug-in version 3. Croczilla seems to be a separate project. How do the two compare, in terms of functionality? ...
9202 Peter Sorotokin
sorotokin Offline Send Email
Dec 1, 2001
7:40 pm
... In this particular case I think it has something to do with their HTML DOM interfaces. These interfaces are not "frozen" in Mozilla, so they are subject to...
9203 schepers@...
d_a_schepers Offline Send Email
Dec 1, 2001
8:19 pm
... No, I haven't (I do mostly C++, and am new to front-end Web stuff). But I think you misread that. I didn't mean by that that you couldn't do OO programming...
9204 Lance Dyas
garthan_drag... Offline Send Email
Dec 1, 2001
10:01 pm
... EcmaScript can be done Object Oriented... and the fact that debugging platform specific DOM issues etc is a royal pain seems a bigger inhibitor than ...
9205 Tobias Reif
tobiasreif@... Send Email
Dec 1, 2001
10:18 pm
... For small apps, I don't like to compile and use two programming languages, like Moz. [compiled program + GUI scripting(without filesystem access)] I'd like...
9206 Richard Bennett
richard.bennett@... Send Email
Dec 1, 2001
10:38 pm
... limitations that currently preclude its use in a desktop GUI, like its inability to do I/O operations on local or network file systems, or do ...
9207 Tobias Reif
tobiasreif@... Send Email
Dec 1, 2001
10:45 pm
... Is that part of ECMA script? (which is the standard based on JScript and JavaScript among others) Tobi -- Tobias Reif ...
9208 Tangent
tangent@... Send Email
Dec 2, 2001
12:26 am
JScript and JavaScript are based on ECMA script. FileSystemObject (FSO) is an object provided by Microsoft allowing developers to access Windows file I/O's...
9209 Richard Bennett
richard.bennett@... Send Email
Dec 2, 2001
1:11 am
... From: "Tobias Reif" <tobiasreif@...> To: <svg-developers@yahoogroups.com> Sent: Saturday, December 01, 2001 11:46 PM Subject: Re:...
9210 Lance Dyas
garthan_drag... Offline Send Email
Dec 2, 2001
2:24 am
Another reason to have the GUI be scripted is separation of manpower GUI scriptors can be artists with a bit of slapdash and not just hard nosed programmer...
9211 Chris Lilley
nantonos2001 Offline Send Email
Dec 2, 2001
3:10 am
... No. Standard ECMA-262 3rd Edition - December 1999 ftp://ftp.ecma.ch/ecma-st/Ecma-262.pdf Then again, neither is the DOM 'part of' ECMAscript. Its an...
9212 Chris Lilley
nantonos2001 Offline Send Email
Dec 2, 2001
9:36 am
... This is a feature ;-) ... I agree that this is a cleaner method of adding fragments (rather than arbitrarily fiddling with the document source and...
9213 Chris Bayes
chrisbayes Offline Send Email
Dec 2, 2001
10:00 am
... than ... *whole ... microsoft have load and loadXML on their xml dom so the people that find this kind of thing useful are probably in their millions. Ciao...
9214 Andreas Streichardt
mop@... Send Email
Dec 2, 2001
10:45 am
... Some kind of strange idea: :) If i understood you right you have to choose a mozilla version and make the plugin compatible to this version. I know Adobe...
9215 AndrewWatt2001@...
andrewwatt2001 Offline Send Email
Dec 2, 2001
1:33 pm
Chapter 9.2 of the SVG REC states re the width attribute of the <rect> element: "A value of zero disables rendering of the element.". However, take a look at...
9216 Tobias Reif
tobiasreif@... Send Email
Dec 2, 2001
2:09 pm
... The stroke is visible, and AFAIK, it should. Imagine the stroke-width would be 100, and you animate a rect from dimensions of 10 X 10 to 0 X 0; should the...
9217 Tobias Reif
tobiasreif@... Send Email
Dec 2, 2001
2:42 pm
... AFAICS: no. standard ECMA-262 ECMAScript language specification 3rd edition (december 1999) "This ECMA Standard is based on several originating...
9218 Chris Bayes
chrisbayes Offline Send Email
Dec 2, 2001
3:35 pm
But I guess the real question is, are these extended J-script options available in Adobe's scripting engine, used for ASV3. A simple testpage, which writes the...
9219 Tobias Reif
tobiasreif@... Send Email
Dec 2, 2001
3:51 pm
... If only one language is used, this separation could (and should!) still take place. Even more: 1. separate widgets 2. separate programs/libs 3. a binding ...
9220 Tobias Reif
tobiasreif@... Send Email
Dec 2, 2001
3:59 pm
... I meant the separation of layers of functionality, for modularity, which often is very useful; I did not mean the separation of tasks between artists and...
9221 Lance Dyas
garthan_drag... Offline Send Email
Dec 2, 2001
5:03 pm
... can be... which is why the could and should, didnt sound right ;-) ... Using one language certainly helps... using one that has performance problems By...
9222 Richard Bennett
richard.bennett@... Send Email
Dec 2, 2001
5:30 pm
... That looks like one for the FAQ (is there one?) . So it would seem that ASV will only use the browser's scripting engine if there are script tags in the...
Messages 9193 - 9222 of 65684   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