Hello
Dewees Thomas
Yes exactly it is multi thread problem. thank you very much for it .
I solve it using following code
updateManager.getUpdateRunnableQueue().invokeLater(
new Runnable() {
@Override
public void run() {
// my code here
}
and things work perfectly.
thank you again for your prompt reply.
--
View this message in context: http://batik.2283329.n4.nabble.com/Strange-CSS-Exception-while-loading-updating-and-transcoding-svg-document-tp4655504p4655512.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
|