I am having trouble trying to install perl Tk on my system(fedora,perl v5.8.8).I downloaded the tarred module from http://search.cpan.org/~srezic/Tk-804.029/pod/gencmd, untarred it.In the terminal,I g
I have developed a small application using Perl/Tk. The application will fetch data from the web when on开发者_JS百科e of the buttons in the application is pressed. But the problem is that the GUI get
I\'m trying to add a menubar with the standard File Open, Save and New options. However, instead of behaving as expected, the subroutine handling the open, save and new actions is launched upon creati
I have created Perl/Tk application for OS开发者_JAVA技巧 X compiled using ActiveState PDK PerlApp 8.2.1. The application requires X11 to work properly on OS X, and everything works fine on my own comp
Is it possible to automatically resize a Tk window to开发者_高级运维 the width and height of the text inside of the text plot?You can easily measure how wide some text is in a particular font:
I want to write a perl application using tk to visualize a large 2d plot (it can be considered as 2d image). I need scrolling and resizing. Also I need not to store entire image in memory.
use Tk; $filename= \'configuration.txt\'; $mw = MainWindow->new; $mw->geometry(\"500x250\"); $f = $mw->Frame->pack(-side => \'bottom\');
In my Perl/Tk script I\'m opening new windows, and i want the window opening will run an initial subroutine (when ever the window is开发者_开发问答 opened)
So... I have been trying to get this working for several weeks now. I can install Min开发者_JAVA技巧GW through the .exe, but no-matter what I do I can\'t seem to get make support or ppm install MinGW
I am learning Perl/Tk. I want to give alert to the user whenever he/she receives the mail. I have planned to use message box in Tk, but it is expecting the user to click ok or cancel button.开发者_JA