Re: Strange CSS Exception while loading , updating and transcoding svg document

mihir <[email protected]> Sat, 16 Mar 2013 09:53:26 -0700 (PDT)
Newsgroups gmane.text.xml.batik.user
Message-ID <[email protected]>
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.