On 5/7/07, jalex <[EMAIL PROTECTED]> wrote:
Does anyone have a better idea on how I might go about this?

One possibility might be to make the changes, serialize the document,
then repair all the changes all within a single Runnable executed
within the update manager thread. Then the "redraw" would end up being
a no-op.

In fact, depending on your application design it may be incorrect to
serialize the DOM from anywhere BUT the update manager thread, due to
the risk of getting an inconsistent "snapshot" caused by races with
other DOM updates.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com

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

Reply via email to