in reply to Perl tk gui freezes after pop up list is launched.
G'day john.tm,
I was unable to reproduce the problem you describe.
I'm using Perl 5.22.0 and Tk 804.033 on Mac OS X 10.10.3
I stored your freeze script in pm_1148798_freeze.pl. I changed the shebang line from #!/usr/bin/perl to #!/usr/bin/env perl. Otherwise, the code is unaltered.
I stored your main script in pm_1148798_main.pl. I added the shebang line #!/usr/bin/env perl. I changed G:\\opscripts\freeze.pl to pm_1148798_freeze.pl. Otherwise, the code is unaltered.
I tried this a few times without being able to freeze anything. Here's a sample run:
$ pm_1148798_main.pl
processing freeze ........ selected Year = 2016 selected Month = May selected Day = 25
If you require further help, please provide a similar step-by-step description. This should include exactly what you mean by "freezing": unresponsive buttons; drop-down lists not displaying; window stuck in the background; etc. It should also include how what you see deviates from what you expect.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl tk gui freezes after pop up list is launched. (readline)
by Anonymous Monk on Nov 29, 2015 at 23:26 UTC | |
by kcott (Archbishop) on Nov 30, 2015 at 00:35 UTC |