Thomas,

Damn, sorry to have wasted your time, I knew this from early work. I had
just so completely forgotten it I couldn't even remember it after all the
googling and review of my notes. I've read the faqs so many times I think I
was just avoiding them,

Thanks,

KWL

On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi K.W.

"K. W. Landry" <[EMAIL PROTECTED]> wrote on 12/01/2006 12:23:39 AM:

> Is there a point before which you should not try to get the
UpdateManager?

http://xmlgraphics.apache.org/batik/faqs.html#faq-24

   Try something like:

    public void renderComplete() {
        updateMgr = canvas.getUpdateManager();
    }

        canvas.addGVTTreeRendererListener(new GVTTreeRendererAdapter() {
                public void gvtRenderingCompleted(GVTTreeRendererEvent e)
{
                    renderComplete();
                }
            });


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


Reply via email to