... 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@...
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@...
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...
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...
... 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...
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...
... 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...
... Just a thought ... SVGs are being implemented inline in Mozilla... Amaya so theoretically d = document.getElementById('mysvg'); no middleman necesary. ...
... 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? ...
... 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...
... 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...
... 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@...
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@...
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@...
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@...
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@...
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:...
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...
... 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...
... This is a feature ;-) ... I agree that this is a cleaner method of adding fragments (rather than arbitrarily fiddling with the document source and...
... 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@...
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...
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@...
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@...
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...
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@...
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@...
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...
... 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@...
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...