in reply to Re: error:not a Tk object error, please help.
in thread error:not a Tk object error, please help.
2. You essentially wrote
if ( !Exists( $t1 ) ) { $t1 = $mw->Toplevel(); sub { # bunch of code that can never get called } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: error:not a Tk object error, please help.
by Khen1950fx (Canon) on May 19, 2008 at 09:22 UTC | |
by Anonymous Monk on May 19, 2008 at 10:48 UTC |