Thomas DeWeese wrote:
If you aren't using CVS I suggest you try that I fixed a bug relating to the coordinates of text elements in events. You can download a nightly dump of CVS from Apache if you don't want to learn how to use CVS.
The CVS version solved the problem, but another one appeared, that did not occur with the old version: if an event is fired, i give some changes to the DOM tree in the updatemanager:
getCanvas().getUpdateManager().getUpdateRunnableQueue().invokeLater(new Runnable() { public void run() {// here my updates...}
}
});
But those are only displayed at the first event, never again.
As I did not have this problem with the old version: which class contains the bug fix about the text coordinates? I would change them as a first solution.
Thank you,
tjorven
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]