Hi:

The first possible error I detect is in the method registerListeners(). You modified the way the EventListeners are added to the element.


t.addEventListener("click", new OnClickAction(), false);

The method needs to be called OnClickAction(), since you are overiding the OnClickAction() of the JSCGComponent.

I will look further in your code and if i find anything else, i will let you know.

Andres.



root.addEventListener( SVGConstants.SVG_MOUSEDOWN_EVENT_TYPE , new OnNewClickAction(), false);
}





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



Reply via email to