Andres Toussaint wrote:
Both Actions Listeners DO get fired, so it is up to my code to
determine which of the duplicates is triggering the event, right?
If this is so, Is there a place in Batik i can intercept the Event to
kill those not wanted, and only propagate the one i want?
This bug s
Andres Toussaint wrote:
Both Actions Listeners DO get fired, so it is up to my code to
determine which of the duplicates is triggering the event, right?
If this is so, Is there a place in Batik i can intercept the Event to
kill those not wanted, and only propagate the one i want?
Well they
Both Actions Listeners DO get fired, so it is up to my code to
determine which of the duplicates is triggering the event, right?
If this is so, Is there a place in Batik i can intercept the Event to
kill those not wanted, and only propagate the one i want?
Thanks in advance.
Andres.
On Thur
Andres Toussaint wrote:
Hi All,
When I add two instances of the same image to my document via the
, and add a actionListener to the group, only the first instance
of the reacts to the actionEvents.
Hmm, are you sure that both of the action listeners aren't being fired?
The problem is that curr
Hi All,
When I add two instances of the same image to my document via the , and add a actionListener to the group, only the first instance of the reacts to the actionEvents.
How can I have duplicate references to the same image inside my SVG, but that behave as individual instances to the Event