RE: HTML image map transcoder: great but some problems

2003-12-03 Thread Yoganarasimha G
HI Robert, can u pl send me an example how to get the html image map from an svg doc? thanks in advance. regards Yoga -Original Message- From: Robert Casties [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 2:28 AM To: Batik Users; Torsten Knodt Subject: HTML image map transco

Re: how to pass a normal DOM Document to JSVGCanvas with setSVGDocument?

2003-12-03 Thread Thomas DeWeese
Jonas Ruesch wrote: I use Xindice to store some SVG Documents and retrieve them as a org.w3c.dom.Document, which I now would like to show with JSVGCanvas.setSVGDocument(svgdocu) I tried: i) Document doc = ..//obtained from Xindice. Printed it out when getting it form the DB and is a correct SVG

how to pass a normal DOM Document to JSVGCanvas with setSVGDocument?

2003-12-03 Thread Jonas Ruesch
I use Xindice to store some SVG Documents and retrieve them as a org.w3c.dom.Document, which I now would like to show with JSVGCanvas.setSVGDocument(svgdocu) I tried: i) Document doc = ..//obtained from Xindice. Printed it out when getting it form the DB and is a correct SVG (generated with S

Re: applet security issue

2003-12-03 Thread Weiming Zhang
I signed my own jar file with the key. I am using java 1.4.2. But I keep getting the security exception whenever I want to load local svg files into applet. Do I need to sign the batik lib files? Anybody did the applet signing with batik? Thanks. Weiming On Tue, 2003-12-02 at 13:40, Robert Casti

SVGCanvas special keys

2003-12-03 Thread Fabio Biscaro
I would like not to let users to scroll svg with arrows, for example. Can I disable special keys actions in SGVCanvas? And I would like to capture arrows in svg to make some actions. How can I do? Thanks, Fabio - To unsubscri

RE: Which version to download ?

2003-12-03 Thread Gergely Hajdu
Thanks Thomas, the issue now is that the Field KEY_INDEXED in the org.apache.batik.transcoder.image.PNGTranscoder can't be found, although I added ALL the jars included from batik-1.5.zip. The current version of Batik.jar I've used is the one from FOP. Regards /GH -Original Message-

Re: Which version to download ?

2003-12-03 Thread Thomas DeWeese
Gergely Hajdu wrote: I am using the package org.apache.batik.transcoder in my source-code. The problem is that the API on the web has a class SVGAbstractTranscoder. But when I try to use that class in my code, it can't find it. All the other classes defined in the API on the web is accesible exc

Which version to download ?

2003-12-03 Thread Gergely Hajdu
I am using the package org.apache.batik.transcoder in my source-code. The problem is that the API on the web has a class SVGAbstractTranscoder. But when I try to use that class in my code, it can't find it. All the other classes defined in the API on the web is accesible except this one... The

R: Images in jar. Sample

2003-12-03 Thread Fabio Biscaro
Thank for help! This morning i noticed that my error was really the "/" after !. Thanks! Fabio -Messaggio originale- Da: Thomas DeWeese [mailto:[EMAIL PROTECTED] Inviato: martedì 2 dicembre 2003 19.24 A: Batik Users Oggetto: Re: Images in jar. Sample Fabio Biscaro wrote: > Here i po