So I need to modify the DOM of a document and according to the docs the
safe way to do this is to be sure to use the UpdateManager of the Canvas
and add things to the RunnableQueue that it maintains.

My problem is this:
Whenever I attempt to get the UpdateManager from the canvas-
canvas.getUpdateManager();
It is null.  Checking again in the documentation I see that the
UpdateManager in not provided until the first rendering is complete and
it says to use a GVTTreeRenderingListener to determine when the
rendering is finished.  Ok, I did that and had my getUpdateManager()
wait until the rendering complete event had happened.  Unfortunately it
is still null.

Is this a known issue?  Do I need to set the canvas to DYNAMIC update
type to get the UpdateManager?

Thanks,

Joe


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

Reply via email to