I have a set of radiobuttons (say, with choices 1 and 2) and need to show some widget based off of the user\'s choice. For example, if they chose 1, I would show them a labelframe with several radiobu
I have written a script that gets a file name and insert the file content to a Text widget. Now when I close the script window, I n开发者_运维技巧eed it to write the text onto the Unix screen.
How do you create your status line at the bottom of your window? An inactive entry does not look very nice. What other options are there?
I have been trying to define multiple combo boxes in R using the tcltk package but to no avail.I am using the below code.My inspiration was here, however I can\'t seem to just label them comboBox1, co
Can I find out if my toplevel window is maximized, and can I maximize it programmatically? I am using R\'s tcltk package 8.5 on Windows XP.
On a Mac I can get an a-grave character by typing Option+` followed by a - voilà ! When using a text widget however, the Option+` combination causes wish to quit unexpectedly.
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\'ve come across a bug I believe in Perl/Tk 804.027 Text Widget (using Scrollable(\'ROText\')). When I add a tag that selects all and apply the configuration change to justify to the right, the scrol
I am making a change to Perl/Tk for an application that has its own resident Perl and modules installation (so we can drop the app in and go).
I\'m writing a slideshow program with Tkinter, but I don\'t know how to go to the next image without binding a key.