in reply to Duplicate views to a single canvas using Perl TK

Only easy way I can think of is to create snapshot using $canvas->postscript, then display that

Replies are listed 'Best First'.
Re^2: Duplicate views to a single canvas using Perl TK
by Helter (Chaplain) on May 03, 2008 at 17:22 UTC
    Thanks anonymous, One of the debug features of the canvas is that if you hover your mouse over some of the arrows useful information pops up. I believe I would lose that with the postscript solution, but if memory usage becomes an issue that may be an acceptable alternative to duplicating the canvas.

    Thanks!