... In that case the code generated by the program would have to be generated by a js function on page load. ... good point ... ugh you're right. Any ideas...
Hi Brad, I took the link I sent you for a ride on an earlier version of FireFox (1.5) and it doesn't work. The browser simply do not recognize the object tag, ...
Our company (InteliSea LLC) is looking for a fast, native .Net svg rendering control written in VB.Net or C#.Net that derives from the panel class. The SVG AX...
Nice! I had originally avoided EMBED because the EMBED tag doesn't provide fallback content, but I think in the long term I will move towards having an OBJECT...
... No, my example was supposed to be <p data-_> ... without using data-_ as a class name. -- Bryan W. Berry Senior Engineer OLE Nepal, http://www.olenepal.org...
Dear Dr. Olaf Schnabel, I need your suggestion again. If I have to put some code for panning using mouse wheel events how can I do it? Please suggest me if I...
Hi Brad, The panning and zooming scripts look very impressive. Do you have tutorials to configure your scripts (Original View) for svg diagrams. How would your...
Hi Thomas. ... Ah, Batik doesn’t support “expando” properties on host objects like Nodes. So assigning to .lastClick is throwing an exception. If you...
Thanks Pradeep; this work will go into the Wikipedia Commons soon. Just have to finish things up. I'm not sure how it will deal with large maps. Do you have a...
Hi Pradeep, I have a version of the carto.net navigation tools that support panning through keyboard and zooming with the mouse wheel. Are you sure you want to...
... Mh, I mean, strictly speaking, is this conformant to JavaScript/ECMAScript specs? Are they saying that node objects are to be treated specially? ... ...
... It seems like it's not a Rhino issue, since this HTML runs just fine in the Lobo browser which AFAIK as well uses Rhino: <!DOCTYPE HTML PUBLIC "-//W3C//DTD...
... It is conformant. Host objects need not behave the same as regular, native objects when getting and setting properties. (Web IDL[1] will, when it is...
Dear Andreas, Thank you very much for your reply. Panning and Zoom with mousewheel events would be a user friendly function. Your description about the...
Cameron, thanks so much for your in-depth information and your patience with me! I think I'm finally beginning to understand. ... I wasn't really aware that...
Hi, all I have a polygon object that will be showed to showed on the screen. A have another object defined on <g></g> that is small and I wish this to be the...
Hi Thomas. ... (Yes sorry, “native objects” in ECMAScript-parlance are user created objects.) ... Host objects are allowed to behave (mostly) however they...
... by "other" I mean css class names already in use in the webapp. I am assuming that when a webapp is first created that the developer didn't make any...
On Tue, 20 Oct 2009 23:02:09 +0100, jeff_schiller ... wow, that's amazing. I like it when you get to thinking! How does it work? What I'm looking to do is (1)...
Hi Cameron, ... Yes, I find them convenient, too (that's why I posted). Bit now that I'm aware of the problems they have I'll certainly be more careful with...
I have defined some gradients inside a DEFS tag and use them in styles as fill:url(#gradientname1) This works great until someone adds a BASE HREF to the...
Hi Larry, ... Humm... I haven't double check the whole SVG specification for sure regarding this, but I assume you are creating inline SVG into HTML and...
Thanks for the reply. Guess I'm batting 500 which in baseball would be great; in software, not so hot. Safari and Chrome work fine with the BASE tag being...
Hi folks. When using SVG on Windows text is not antialiased, while on Mac OS X is. I assume that that most browsers simply have the OS render text. Is there a...
Brad, If they implement it then this should do it: http://www.w3.org/TR/SVG/painting.html#TextRenderingProperty Firefox has some code to tell its cairo...
I always assumed that the anti-aliasing present in IE/ASV was inherited from ASV rather than from the OS. The reason for this is that early releases of FF and...
ddailey
ddailey@...
12:26 am
63017
Dear Sir, Can you please provide me the version of the carto.net navigation tools that supports panning through keyboard and zooming with the mouse wheel. I...
ASV used the same Adobe-written graphics and type engines as Acrobat/Adobe Reader. On Windows, look for AGM.dll and Cooltype.dll in the distributions of...