Hi All,

I have created my SVGApplication using SVGCanvas. Here i have added 
previousTransformAction and nextTransformAction actionmaps in 2 buttons. But 
after did some changes in displayed document, if tried to use previous and 
next transforms, it is not working. Also it is returning 
transformHistory.canGoForward() and transformHistory.canGoBack() values as 
false.

I have added the following code in gvtRenderingCompleted. But it is called 
only once while loading the SVG document. While doing some changes in 
document, it is not calling gvtRenderingCompleted. so it's not updating 
TransformHistory.

transformHistory.update(svgCanvas.getRenderingTransform());
previousTransformAction.update();
nextTransformAction.update();

I don't know where i am doing mistake. So Please clarify my problem.

Thanks,
Selva




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

Reply via email to