in reply to Duplicate views to a single canvas using Perl TK
1. Every time you add or delete and object in 1 canvas, duplicate that move in the other, or maintain a log, and use the log to modify the other Canvas like an undo/redo script.
2. Stick to a single Canvas, and when you create 1 item in the Canvas, create another at an offset, to appear like in a second Canvas. Maybe have a key to prevent the cloning, or to erase from only a single canvas.
When you get into involved Canvas apps, you need to use the power of "tagging items". With creative-descriptive tagging, you can find and manipulate items easily.
|
|---|
| 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:20 UTC | |
by qumsieh (Scribe) on May 04, 2008 at 17:57 UTC |