Re: JSVGCanvas - java.lang.OutOfMemoryError

2001-11-10 Thread Thierry Kormann
On Tuesday 04 September 2001 11:13, Chris Kelly wrote: > Hi > > I'm using the 1.3 jdk on Windows NT. I am running the application from > within JBuilder 3.5 > > I have slightly modified the JSVGCanvas sample code to increment a counter > in a very simple SVG > > After some time (after counting to

Re: Multiplication of Event Handlers (May be related to JSVGCanvas-java.lang.OutOfMemoryError)

2001-09-06 Thread Vincent Hardy
David, David Kane wrote: > > > > We are trying to determine if we can work around the current limitations > to see if we can move forward until more dynamic capabilities are > supportedspeaking of which, is there a time-frame in mind for > supporting the dynamic elements of the SVG spec?

Re: Multiplication of Event Handlers (May be related to JSVGCanvas -java.lang.OutOfMemoryError)

2001-09-05 Thread David Kane
Folks, > In the SVG Browser case, when you reload an SVG file, a new Document > instance is created, in your case, you reuse it that's why the behavior > is correct in the SVG Browser and not in your example. This comes from > the fact that as Batik is still a merely static SVG implementation we

Re: Multiplication of Event Handlers (May be related to JSVGCanvas -java.lang.OutOfMemoryError)

2001-09-05 Thread Christophe Jolif
David, In the SVG Browser case, when you reload an SVG file, a new Document instance is created, in your case, you reuse it that's why the behavior is correct in the SVG Browser and not in your example. This comes from the fact that as Batik is still a merely static SVG implementation we haven't

Re: Multiplication of Event Handlers (May be related to JSVGCanvas -java.lang.OutOfMemoryError)

2001-09-05 Thread Christophe Jolif
Hello David, Thanks for your example. I reproduced your problem, and I'm now investigating. I will come back to you when I will have more information to give you. David Kane wrote: > We are also working on extending the JSVG canvas to give us some basic > animation capabilities. We are trigger

Multiplication of Event Handlers (May be related to JSVGCanvas -java.lang.OutOfMemoryError)

2001-09-04 Thread David Kane
Folks, We are also working on extending the JSVG canvas to give us some basic animation capabilities. We are triggering the update from a Javascript event. What is weird is that each time we reload the DOM, we seem to double our Javascript event handlers. The attached code illustrates the prob

JSVGCanvas - java.lang.OutOfMemoryError

2001-09-04 Thread Chris Kelly
Hi I'm using the 1.3 jdk on Windows NT. I am running the application from within JBuilder 3.5 I have slightly modified the JSVGCanvas sample code to increment a counter in a very simple SVG After some time (after counting to 8351 last time), I get a java.lang.OutOfMemoryError Here is the SVG: