I adapted code from Brent Welch\'s book so that my entry box can be filled using listbox. Can the code listed below be improved upon? Also, I want to convert this code into a widget so that any one us
I am playing with tcl gridplusdate control, and would like to create date selector entry. It should have default value of today, and European date format: dd.mm.yyyy
here is some code: from Tkinter import * class Main(object): def __init__(self): self.console = Text(root, relief=\'groove\', cursor=\'arrow\', spacing1=3)
I need a basic example where MVC p开发者_开发知识库attern is used with Python TK. I have some code using Tkinter, however I would like to transform it using the MVC pattern.I know this is quite old bu
When I place two buttons in the \'top\' part of a TkRoot they are below each other. What are the parameters for \'.pack\' having them aligned horizontal?
I have a canvas that calls createCategoryMeny(x) when it is clicked. This function just creates a Toplevel() window,
I have a small Perl Tk app with a text window that I want to be updated in a non buffered way like I have with my log files but I can\'t get it to work due to my poor understanding of everything to do
i\'ve used a frame in tcl named frame1 and others also. Now i set a proc to destroy all these frames. what i want to do is to move thes开发者_如何学运维e frames to a new variable and create new frames
Ocra is unable to handle applications that require \'tk\' require \'tk\' puts \'nope\' Packing this code with
does anyone know if there is a type of listbox in Perl Tk that allows you to have a widget in the list? For example, I need a multi-column listbox with one of the columns containing 开发者_Python百科a