I have a question about the invokeAndWair() method of RunnableQueue. This code:
getCanvas().getUpdateManager().getUpdateRunnableQueue().invokeAndWait(new NoRepaintRunnable() {
public void run() {...}
});
crashes every time into an IllegalStateException "Cannot be called from the RunnableQueue thread". Where do I have to search? Is the call of invokeAndWait itself wrong or where else could hide the error?
Thank you and regards,
Tjorven
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]