[svg-developers] Need Helps From TinyLine Expert

2005-03-12 Thread alvin w
Hi guys, I am trying to set attribute in the animate tag using setAttribute(int attrID, java.lang.Object value) method in class SVGAnimationElem. [1] Can anyone tell me what is attID (attribute ID)? Inside the animate tag, I don't see any attribute ID. [2] How to assign value into the

[svg-developers] How to add SVGAnimationElem into SVGDocument in TinyLine

2005-03-11 Thread alvin w
Hi guys, I want to create some animation effects like blinking on certain object inside a SVGT document by giving object ID. I am thinking of adding SVGAnimationElem into the object as its child. Is it the right way to add animation effect in J2ME application? Following is a portion of my

Re: [svg-developers] SVG Element

2005-02-05 Thread alvin w
Peter, Thank you for your clear explanation. The problem that I am facing is, I have a desktop application which can render the svg file thru the use for Adobe SVG Viewer. But each time when I try to read this XML element (separately - element by element), it try to get Internet connection

Re: [svg-developers] Re: SVG#, examples and interactivity

2005-02-05 Thread alvin w
Jeff, I am using SharpVectorGraphics in my project. But I don't know how to use it to display an SVG file in my project. May I know which library should I include in the references of my project and which Windows Component (control) must I add in to display the SVG image. PinYiow Jeff

RE: [svg-developers] Adobe PDF Reader 7/SVG/IE or Firefox KABOOM

2005-01-12 Thread alvin w
Hi jd, may i know what is MIME type information from the server (or, optionally, in the HTML page, as you have, above). Could you please describe a bit on MIME? Thank you PinYiow Rick Bullotta [EMAIL PROTECTED] wrote: All worked perfectly with 6.0.X (ASV 3.0.X or 6.0 beta). Cleaned out

[svg-developers] SVG in C#

2005-01-04 Thread alvin w
If I want to perform the zooming in SVG file, I can simply call the SVGRoot.currentScale in JavaScript and then either increase or decrease the scale of the SVG file. But I fail to access this .currentScale method from Adobe SVG Viewer plugin that I integrate into my C# coding. Can anybody

[svg-developers] Opera version support SVG for Symbian 60

2005-01-02 Thread alvin w
Does anyone know which Opera browser version supports SVG for Symbian 60? - Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. [Non-text portions of this message have been removed] - To unsubscribe send a message to:

Re: [svg-developers] Re: Opera version support SVG for Symbian 60

2005-01-02 Thread alvin w
you for your help Jim Ley [EMAIL PROTECTED] wrote: alvin w [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does anyone know which Opera browser version supports SVG for Symbian 60? There are no known versions of Opera which support SVG on any platform. Opera employees

[svg-developers] Zooming Features

2004-12-22 Thread alvin w
I am developing an desktop application that use Adobe SVG Viewer to render to *.svg file. The rendering process goes fine, but I fail to access the Zoom in and Zoom out features of the viewer. Is there anybody know how to call these two zooming functions? PinYiow