in reply to Re^6: Question about embedded Tk::Canvas
in thread Question about embedded Tk::Canvas
Based on your choice of the variable name $real, you seem to already know what the issue is here :) $canvas isn't a 'Canvas'.my $canvas = $Mainwin->Scrolled('Canvas')->grid; my $real = $canvas->Subwidget("canvas");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Question about embedded Tk::Canvas
by emilbarton (Scribe) on Nov 20, 2013 at 20:11 UTC | |
|
Re^8: Question about embedded Tk::Canvas
by emilbarton (Scribe) on Nov 22, 2013 at 07:04 UTC |