RE: AWT Window

2002-02-21 Thread Alistair Hopkins
o for quality custom printing? I have no idea. Al -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: AWT Window Hello, Alistair! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[E

RE: FOP AWT Window Shuts Down Application

2002-02-21 Thread Arved Sandstrom
I could have done 4 transfers... Arved -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: February 21, 2002 5:51 AM To: [EMAIL PROTECTED] Subject: Re: FOP AWT Window Shuts Down Application I have put the files across. So they are now publicly available. On 2002.02.21 00:

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Alistair! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 15:28:59 -: AH> More? >> public void print() >> public Action getPrintAction() >> public void zoom(String zoomFactor) >> public JCombo getZoomCombo() >>

RE: AWT Window

2002-02-21 Thread Alistair Hopkins
2002 3:11 PM To: [EMAIL PROTECTED] Subject: Re: AWT Window From: "Alistair Hopkins" <[EMAIL PROTECTED]> > So how about this as the public interface: > > package org.apache.fop.apps; > > public class AwtManager > { > public AwtManager(InputSource

Re: AWT Window

2002-02-21 Thread Nicola Ken Barozzi
From: "Alistair Hopkins" <[EMAIL PROTECTED]> > So how about this as the public interface: > > package org.apache.fop.apps; > > public class AwtManager > { > public AwtManager(InputSource fo) > > public AwtManager(InputSource xsl. InputSource xml) > > //these are separated so the w

RE: AWT Window

2002-02-21 Thread Jim Urban
I like it! For what its worth, you have my vote. Jim > -Original Message- > From: Alistair Hopkins [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 8:59 AM > To: [EMAIL PROTECTED] > Subject: RE: AWT Window > > > So how about this as the publi

RE: AWT Window

2002-02-21 Thread Alistair Hopkins
27;ve done most of it. Alistair -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 2:29 PM To: [EMAIL PROTECTED] Subject: RE: AWT Window While were suggesting enhancements for the AWT window, here is a change I made to the code Ivan Latysh se

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 08:29:09 -0600: JU> While were suggesting enhancements for the AWT window, here is a JU> change I made to the code Ivan Latysh sent me last week. I needed JU> to process XML:FO which is dynamically generated a

RE: AWT Window

2002-02-21 Thread Jim Urban
While were suggesting enhancements for the AWT window, here is a change I made to the code Ivan Latysh sent me last week. I needed to process XML:FO which is dynamically generated and not .xml and .xsl files. So I modified the run method to take an InputSource object (containing XML:FO) instead

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 08:19:22 -0600: JU> Sounds good to me. Just one thing, get rid of that System.exit() in JU> the dispose method! Let the implementer decide what to do when the JU> window containing the

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Nicola! You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 15:06:44 +0100: NKB> Better still... give the JPanel like you propose and Actions that NKB> (if needed) can be easily put in a toolbar. Yes, exactly. It better because most of developers use their fill and look. They use custom

RE: AWT Window

2002-02-21 Thread Jim Urban
bruary 21, 2002 8:07 AM > To: [EMAIL PROTECTED] > Subject: Re: AWT Window > > > > - Original Message - > From: "IvanLatysh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 21, 2002 2:53 PM > Subject: AWT Window > &g

Re: AWT Window

2002-02-21 Thread Nicola Ken Barozzi
- Original Message - From: "IvanLatysh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 2:53 PM Subject: AWT Window > Hello, Alistair! > You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 09:26:32 -: > > AH>

AWT Window

2002-02-21 Thread IvanLatysh
Hello, Alistair! You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 09:26:32 -: AH> Now that a few more people are interested in this: AH> I think that it would be more useful if the basic AWT API returned a AH> JPanel rather than a JFrame. I want to use it in a JInternalFrame AH> rat

RE: FOP AWT Window Shuts Down Application

2002-02-21 Thread Henrik Holle
. -Ursprüngliche Nachricht- Von: Alistair Hopkins [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Februar 2002 10:27 An: [EMAIL PROTECTED] Betreff: RE: FOP AWT Window Shuts Down Application Now that a few more people are interested in this: I think that it would be more useful if the basic AWT

Re: FOP AWT Window Shuts Down Application

2002-02-21 Thread Keiron Liddle
I have put the files across. So they are now publicly available. On 2002.02.21 00:10 Arved Sandstrom wrote: > Or now that Arved tried and could not (SSH permissions problems, even > though > I can ssh and scp to both icarus and daedalus), we are going to have to > get > Christian properly set up

RE: FOP AWT Window Shuts Down Application

2002-02-21 Thread Alistair Hopkins
0 PM To: [EMAIL PROTECTED] Subject: RE: FOP AWT Window Shuts Down Application -Original Message- From: Christian Geisert [mailto:[EMAIL PROTECTED]] Sent: February 20, 2002 1:28 PM To: [EMAIL PROTECTED] Subject: Re: FOP AWT Window Shuts Down Application Keiron Liddle wrote: > >

RE: FOP AWT Window Shuts Down Application

2002-02-20 Thread Arved Sandstrom
-Original Message- From: Christian Geisert [mailto:[EMAIL PROTECTED]] Sent: February 20, 2002 1:28 PM To: [EMAIL PROTECTED] Subject: Re: FOP AWT Window Shuts Down Application Keiron Liddle wrote: > > If it makes you feel better it has already been done. > http://marc.theaims

Re: FOP AWT Window Shuts Down Application

2002-02-20 Thread Peter B. West
Christian Geisert wrote: > > Ok, I'll do it .. but it's to late for 0.20.3rc2 (which is already > on icarus, waiting for Arved to move it to daedalus) > Oops! I hope icarus is not on Solaris. It will go down any time now. Peter

Re: FOP AWT Window Shuts Down Application

2002-02-20 Thread Christian Geisert
Keiron Liddle wrote: > > If it makes you feel better it has already been done. > http://marc.theaimsgroup.com/?l=fop-cvs&m=101420095016596&w=2 > > Someone might even commit this to the maintanence branch. Ok, I'll do it .. but it's to late for 0.20.3rc2 (which is already on icarus, waiting fo

Re: FOP AWT Window Shuts Down Application

2002-02-20 Thread Keiron Liddle
ava from CVS and email it to me I will gladly make the > change > and email back to them to review and check back in to CVS. > > Jim > > > -Original Message- > > From: Keiron Liddle [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 20, 2002 4

RE: FOP AWT Window Shuts Down Application

2002-02-20 Thread Jim Urban
ED] > Subject: Re: FOP AWT Window Shuts Down Application > > > > You could comment out the System.exit call in PreviewDialog.java. > > On 2002.02.19 18:52 Jim Urban wrote: > > I am using the FOP AWT viewer (PreviewDialog) to display and print > > reports > > wit

Re: FOP AWT Window Shuts Down Application

2002-02-20 Thread Keiron Liddle
You could comment out the System.exit call in PreviewDialog.java. On 2002.02.19 18:52 Jim Urban wrote: > I am using the FOP AWT viewer (PreviewDialog) to display and print > reports > within my application. The problem is, whenever I close the FOP viewer, > my > application shuts down. How can

FOP AWT Window Shuts Down Application

2002-02-19 Thread Jim Urban
I am using the FOP AWT viewer (PreviewDialog) to display and print reports within my application. The problem is, whenever I close the FOP viewer, my application shuts down. How can I keep this from happening? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL