tk-toolkit
What is a good way to show different content dynamically (in Tcl/Tk)?
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[详细]
2023-01-14 15:20 分类:问答How can I get the text in the Perl/Tk Text widget?
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.[详细]
2023-01-13 20:00 分类:问答How to create a status line with ttk?
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?[详细]
2023-01-13 06:04 分类:问答multiple comboboxes in R using tcltk
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[详细]
2023-01-12 01:26 分类:问答Tcl/Tk: Maximize window / determine if window is maximized?
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.[详细]
2023-01-10 09:19 分类:问答How to use option key combinations in a text widget
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.[详细]
2023-01-09 00:33 分类:问答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 分类:问答Is there a workaround to the disappearing Perl/Tk text widget scrollbar for right justified content?
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[详细]
2023-01-01 07:42 分类:问答How do I best handle a needed patch for Perl/Tk?
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).[详细]
2022-12-31 11:53 分类:问答Exit Tks mainloop in Python?
I\'m writing a slideshow program with Tkinter, but I don\'t know how to go to the next image without binding a key.[详细]
2022-12-28 07:26 分类:问答
加载中,请稍侯......