merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
and I could not find the problem widget.[once] w <Tk::Frame=HASH(0x295d6a76518)> XS_Tk__Callback_Call error:bad anchor "sec": must be n, ne, e, se, s, +sw, w, nw, or center at ……../site/lib/Tk/Widget.pm line 1218. …../site/lib/Tk/After.pm line 93.
I had edited the After.pm to be as below
Line 93 is the last line.sub once { my $obj = shift; my $w = $obj->[0]; my $id = $obj->[1]; print "[once] w <$w> \n"; delete $w->{_After_}{$id}; local $Tk::widget = $w; $obj->[4]->Call; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Decoding a frame HASH entry
by choroba (Cardinal) on Feb 03, 2020 at 22:17 UTC | |
|
Re: Decoding a frame HASH entry
by Anonymous Monk on Feb 04, 2020 at 12:31 UTC | |
by Anonymous Monk on Feb 05, 2020 at 00:43 UTC |