Sorry, I was stopped for quite a long time and suddenly, light came to me :)
What I've done is :
In my class that extends JSVGCanvas, I made a function to remove the first LinkActivationListener from the List LinkActivationListener... that's all.
But I don't know if I'm doing right, neither if there's an easier or more efficient way.
If there is, please tell me
thanks




Eric Delacroix
Facult� des Sciences appliqu�es
ULB Brussels





From: "Eric Delacroix" <[EMAIL PROTECTED]>
Reply-To: "Batik Users" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: LinkActivationEvents
Date: Sun, 09 Mar 2003 14:32:46 +0000

Hello,

in my little applet that diplays some svg docs, I'm trying support linking between differrent files (files are actually electrical plans).
So I made a new LinkActivationListener for my JSVGCanvas, and I registered it, but when I click a link, the operations are stopped after the first listener has made his action. If, in the fireLinkActivatedEvent, I call directly my listener (the second in the list) it works.
So I'd like to remove the first LinkActivationListener but I wonder how to find his id to use the function removeLinkActivationListener(LinkActivationListener l)... Somebody could help me??
Thanks in advance




Eric Delacroix
Facult� des Sciences appliqu�es
ULB Brussels




_________________________________________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_________________________________________________________________



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to