bravos1 has asked for the wisdom of the Perl Monks concerning the following question:
does not display the problem for either the Scrolled Text or the simple Text, so I figured the problem lied in my personal bindings of <Up> and <Down>. I removed the bindings and it stilled was there. I was able to duplicate the issue using the widget demo "widget". If you run "widget" and click on "1. Basic editable text." and delete all of the text in the text widget. You can replicate it by now down-arrowing. Anyone seen/solved this before I start digging around into how Nick/Greg handled this binding?use Tk; my $mw = MainWindow->new(); $mw->Scrolled('Text')->pack(); $mw->Text()->pack; MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: uninitialized value using a Tk Text widget
by zentara (Cardinal) on Sep 02, 2008 at 20:30 UTC | |
|
Re: uninitialized value using a Tk Text widget
by shmem (Chancellor) on Sep 02, 2008 at 20:30 UTC | |
|
Re: uninitialized value using a Tk Text widget
by thundergnat (Deacon) on Sep 03, 2008 at 17:11 UTC |