Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-23 Thread Thomas DeWeese
ved all my problems which I wouldn't have done on my own... Glad to hear it! Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 16:59 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objects Wilkins, Rob

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-23 Thread PENPRAPA MUNKID
more info www.naraicoms.com From: "Wilkins, Rob" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Displaying Java objects on top of JSVGCanvas objects Date: Fri, 23 Jan 2004 08:24:23 - Thomas,

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-23 Thread Wilkins, Rob
ich I wouldn't have done on my own... Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 16:59 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objects Wilkins, Rob wrote: > Thomas, > > Thanks again - I feel

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-23 Thread Tonny Kohar
t; -Original Message- > From: Thomas DeWeese [mailto:[EMAIL PROTECTED] > Sent: 22 January 2004 13:16 > To: [EMAIL PROTECTED] > Subject: Re: Displaying Java objects on top of JSVGCanvas objects > > Wilkins, Rob wrote: > > > Thomas, > > > > I'm now usi

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-22 Thread PENPRAPA MUNKID
more info www.naraicoms.com From: "Wilkins, Rob" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Displaying Java objects on top of JSVGCanvas objects Date: Thu, 22 Jan 2004 10:48:52 - T

Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-22 Thread Thomas DeWeese
back of ScrollListener, or move the decision to be 'ready' up to the GVTBuildCompleted callback. Thanks again, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 13:16 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-22 Thread Wilkins, Rob
lPane such that the scroll bars will be displayed? Thanks again, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 13:16 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objects Wilkins, Rob wrote: > Thomas,

Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-22 Thread Thomas DeWeese
do this then I think all my current problems will be resolved. I think the above does this. Thanks, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 14:19 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objec

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-22 Thread Wilkins, Rob
loaded (so that it is rendered to a size I control)? If I could do this then I think all my current problems will be resolved. Thanks, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 14:19 To: [EMAIL PROTECTED] Subject: Re: Displaying Java obje

Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-20 Thread Thomas DeWeese
Hi Rob, Wilkins, Rob wrote: I spent the last two days re-working our code that overlays objects on the SVG. Using your suggestion of overriding setRenderingTransform() method. The good news is I have got almost all of the shape updates (in response to changes in the SVG rendering transform) worki

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-20 Thread Wilkins, Rob
components and align them with the scaled SVG in the resized window? Thanks in advance, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 11:19 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objects Hi Wilkins, Wilkins

Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-15 Thread Thomas DeWeese
deringTransform twice). I'll look into the custom scroll pane in v1.5.1rc2 but I think I'll still have the same double transform problem. Thanks again for your help, Well good luck! Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 12:23 T

RE: Displaying Java objects on top of JSVGCanvas objects

2004-01-14 Thread Wilkins, Rob
have the same double transform problem. Thanks again for your help, Rob -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 12:23 To: [EMAIL PROTECTED] Subject: Re: Displaying Java objects on top of JSVGCanvas objects Hi Rob, Wilkins, Rob wrote: > I&

Re: Displaying Java objects on top of JSVGCanvas objects

2004-01-14 Thread Thomas DeWeese
Hi Rob, Wilkins, Rob wrote: I've inherited a Java GUI that uses the JSVGCanvas object (through a derived class) inside a JScrollPane. Objects which are derived from JComponent are then added to the JSVGCanvas object using the JSVGCanvas.add() method. Hmm, this is pretty far out there. One

Displaying Java objects on top of JSVGCanvas objects

2004-01-13 Thread Wilkins, Rob
I've inherited a Java GUI that uses the JSVGCanvas object (through a derived class) inside a JScrollPane. Objects which are derived from JComponent are then added to the JSVGCanvas object using the JSVGCanvas.add() method.   The user can zoom in and out of the SVG. This is implemented by