After upgrade开发者_开发问答 of the system from Ubuntu 10.10 to Ubuntu 11.04, have a problem with LTK.
With this code fragment, I would expect the label to have a background color red. def createWidgets(self):
I am h开发者_运维知识库aving trouble with getting the progressbar to start. I have scoured the internet for answers, and have tried multiple ways for hours, but have been rewarded with errors such as:
I wrote a small farad converter to learn GUI programming. It works great, looks fine-ish.The only problem is I can\'t seem to figure out how to control this strange highlighting that comes up on my tt
I\'ve been 开发者_如何转开发using Tkinter and Tix to write a small program. I\'m at a point where I need a tree view with checkboxes (checkbuttons) so I can select items from the tree view.
I am having a problem with tkinter.ttk on mac. I am using macports and python3.1. When I try to use tkinter.ttk I get very old looking gui elements.
I am having a problem with tkinter.ttk on mac. I am using macports and python3.1. When I try to use tkinter.ttk I get very old looking gui elements.
Are there any best practice tips regarding when one should use pack vs. grid for their layouts? From what I\'ve been reading via google, the concencus seems to be that grid can handle any pack scenar
Is there a pack equivalent of the grid_remove() method where a widget\'s original pack() settings are restored on a re-pack()?
The size of Tkinter windows can be controlled via the following methods: .minsize() .maxsize() .resizable()