RE: JApplet .jar compression?

2008-02-11 Thread Marc-Wayne M. Formales
Mark Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above. :(Regards, Marc Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar compression?If you could upgrade to 1.5 or 6 then you'd

RE: How to turn off arrow keys pan feature

2008-02-11 Thread Bishop, Michael W. CONTR J9C880
JSVGCanvas.setEnablePanInteractor(false); Michael Bishop From: ACE91 Sent: Sun 2/10/2008 8:28 AM To: batik-users@xmlgraphics.apache.org Subject: How to turn off arrow keys pan feature When you press the arrow keys when any JSVGCanvas object has focus, the entire SVG document shifts in the

Re: Fonts available to ImageTranscoder

2008-02-11 Thread Jeremias Maerki
If your server runs a Unix it could very well be that there's no Arial font available. If I'm not wrong, yes, your listFonts() method should show the fonts available to Batik. Except that it doesn't list any SVG fonts embedded in the document. On 11.02.2008 14:34:11 Dylan Browne wrote: Hi all,

Re: JApplet .jar compression?

2008-02-11 Thread Jeremias Maerki
Ok, but you're talking about the app server. The applet runs on the client. You can still deploy a Java 1.5/6 applet via a servlet if you can make sure the client has a Java 1.5 or 6 plug-in installed. My 0.05CHF. On 11.02.2008 16:27:35 Marc-Wayne M. Formales wrote: Mark Thanks, but

Fonts available to ImageTranscoder

2008-02-11 Thread Dylan Browne
Hi all, I have a question regarding the fonts that are available to the ImageTranscoder classes. Would it be correct to assume that the list of fonts returned from the following snippet of code correctly and completely identify the fonts that are available to a, for example, PNGTranscoder.

Re: JApplet .jar compression?

2008-02-11 Thread Mark Fortner
I suppose upgrading to a different app server is out of the question? Mark On Feb 11, 2008 7:27 AM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote: Mark Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above. :( Regards, Marc --