I have several INPUTs: <input type=\"text\" name=\"entry[1]\" value=\"aaa\" id=\"firstEntry\" />
I have a Tk python program that creates a list of python files in the current directory and generates a button for each of them. When you click a button the corresponding python program is launched vi
I\'m now learning Tcl/Tk, but as I\'m running Windows, I want to create a fully featured(professional) development environment for this language, but I need to know:
I have an existing Python 2.4 and it is working properly with tkinter as I tested 开发者_开发百科it using
So I have this app require \'tk\' class Foo def my_fancy_function puts \"hello, world!\" end def initialize
Here is a problem. I want to visualize a specific vector field as a bitmap. It\'s ok with the representation itself, so I allready have some matrix of RGB lists like [255,255,115], but I have no good
I am facing some glitches using the -browsecmd and -listcmd options of Tk::BrowseEntry widget: I have three BrowseEntry widgets and each uses the value of the previous one as input for populating it