I am developing a gui application using Tcl/Tk. I am able to run the gui application in my local machine but it fails when run in my LSF machine.
I\'m working with the Text widget and I have an issue about old-school shortcuts that Tk uses. Ie: Select all: Ctrl + / vs Ctrl + a
I have simple window in Tcl/Tk which on hitting OK button runs simulation. I am using Linux. The window is destroyed when the开发者_JAVA技巧 simulation finishes. The problem is window lingers on while
is it possible to modify the color of a radiobutton\'s dot (i.e. only the fill-color of the diamond/cir开发者_JAVA技巧cle)?
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:
In .NET, there is the ListView control, which displays a multicolumn list of items with clickable column headings one can use to sort the list in ascending or descending order by column. I need a scro
I have a Perl Tk application. If I move the main window so that it\'s not right up to the uppermost part of the screen, then the next time the following code is executed, the script fails:
I am trying to create a light weight cross platform Message Box that contains a list of items.Ideally it has an API that allows you to pass in a message to to display, a title, and tuple of choices.Wh
I was looking at a program my friend sent me that was written in Tcl/Tk.It has a rich-formatting multi-line text box with different colors and fonts, and for certain blocks of text the application win
I work a lot on Pure Data, an app written in Tcl/Tk and C.I\'d like to be able to make a python API for plugins for modifying the Tcl/Tk GUI.To do this, it seems that I would need to be able to pas开发