I posted this question at ActiveState but got no reply from support or in a discussion forum. Here is probably better.
Using Perl Tkx, I want to get some input from the user, close the window, and maybe do it again later.For user input, I\'m just displaying some buttons, and the user gets to click on one of them.Here\
I have this code: #!/usr/bin/perl use strict; use Tkx; my $mw = Tkx::widget->new(\'.\'); $mw->g_wm_minsize( 开发者_运维问答400, 350 );
I find it a bit weird that I have to wrap defined subroutines anonymously when specifying the -command argument for Tkx widgets.
I\'m trying to create a GUI for a conversion program. I want to create a frame containing the log file, but I can\'t get it. I found some codes to make the entire window scrollable, but it\'s not what