andyok has asked for the wisdom of the Perl Monks concerning the following question:
However, occasionally, I get a load of errors reported to the invocation shell:
Tk::Error: Failed to AUTOLOAD 'Tk::Widget::EnterFocus' at /eda/dm/home/mili/scripts/perl/run.tk.pl line 264
(where line 264 is the invocation of MainLoop()
This error occurs randomly, and after many features of my GUI have been working just fine.
One example of when this error message occurs is simply when the mouse moves into the GUI (I have focus-follows-mouse ... so simply moving the mouse into the GUI window causes this EnterFocus error.)
That is, the program is working fine for many days/weeks, and then all of sudden, for no apparent reason, when the mouse moves into that window, I get the EnterFocus error.
Any thoughts on what might be causing this EnterFocus issue?
Thank you for any thoughts you have.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::Error: Failed to AUTOLOAD `TK::Widget::EnterFocus'
by choroba (Cardinal) on May 15, 2023 at 15:03 UTC | |
by Discipulus (Canon) on May 16, 2023 at 08:10 UTC | |
by andyok (Novice) on May 16, 2023 at 13:15 UTC | |
by choroba (Cardinal) on May 16, 2023 at 13:31 UTC | |
|
Re: Tk::Error: Failed to AUTOLOAD `TK::Widget::EnterFocus'
by hippo (Archbishop) on May 15, 2023 at 14:53 UTC |