tk-toolkit
How do I set values to a Tk combobox in R
I sometimes have a dropdown box with only one item to choose from, but this item might be a string with spaces. How can I do this in R? Here is the problem:[详细]
2023-01-29 00:51 分类:问答why is wish opening two windows instead of one?
In Tcl/Tk, the source of file /usr/bin/wan27 #! /usr/bin/wish -f set w .main toplevel $w wm title $w \"FOO\"[详细]
2023-01-26 18:11 分类:问答How to compile Ruby 1.9.2 with Tk enabled?
It is not clear (at le开发者_JS百科ast from the docs I read) how to compile ruby 1.9.2 with Tk support.[详细]
2023-01-23 15:01 分类:问答creating watermarks in perl tk
I have a Perl-Tk code and that code createas a GUI with 5 Tabs in it. My requirement is i need to insert a Image (logo) that should be a watermarking image and that should come in all the 5 Tabs. I se[详细]
2023-01-23 11:59 分类:问答Error while installing Tk Execute command
I am trying to install Tk-ExecuteCommand package which i downloaded from CPAN. While installing i am getting this error.[详细]
2023-01-22 15:59 分类:问答How can I display text from an external command in Perl Tk?
I have to display some print statements (which I get while running a Perl script) in the Tk GUI. I tried to show an example in pictorial format, for example:[详细]
2023-01-22 04:55 分类:问答How to generate texts into postscript files from the Canvas object of Tcl/Tk library?
I\'ve been stuck on this problem for days: I\'m trying to generate texts from the canvas object using its \"postscript\" option to get .ps file. I found that it worked fine if I draw lines, ovals, et[详细]
2023-01-18 02:39 分类:问答tcl/tk button or toplevel pathname conventions
When one creates a new top开发者_C百科level or button in TK, one needs to enter a pathname. I have seen a basic code which looks like:[详细]
2023-01-17 11:58 分类:问答Fullscreen mode with Tk
Is it po开发者_C百科ssible to create some kind of fullscreen mode (e.g. no window title bar) in Tk applications?I used to use the wm overrideredirect trick in my code. Recently I found it to be buggy[详细]
2023-01-15 05:46 分类:问答Create new perl/tk window that will automatically close after 1sec
I want to add a new widget to my script that will open a new window with text and will close a开发者_高级运维utomatically after 1sec.[详细]
2023-01-14 18:19 分类:问答