perltk
Installing Perl/Tk on fedora
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[详细]
2023-04-10 20:16 分类:问答GUI freeze - Perl Tk
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[详细]
2023-03-05 22:26 分类:问答Perl/Tk menubar quirks
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[详细]
2023-03-04 16:00 分类:问答Why does the main window of an X11 application sometimes not appear in OS X
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[详细]
2023-02-28 03:24 分类:问答Perl TK resize window
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:[详细]
2023-02-27 23:39 分类:问答perl-tk: Interactivity visualize a large 2d raster data (like xvcg)
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.[详细]
2023-02-03 18:34 分类:问答How to clear the entry widget in a GUI after a button is pressed in Perl/Tk
use Tk; $filename= \'configuration.txt\'; $mw = MainWindow->new; $mw->geometry(\"500x250\"); $f = $mw->Frame->pack(-side => \'bottom\');[详细]
2023-01-22 16:35 分类:问答How can I run initial subroutine after opening new window
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)[详细]
2023-01-03 23:58 分类:问答Trying to install MinGW and Tk for Perl on Windows 7
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[详细]
2023-01-02 00:26 分类:问答How can I create a non-modal dialog in Perl/Tk?
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[详细]
2022-12-28 12:12 分类:问答