I\'m creating a simple GUI app using Tkinter with Python, but I\'m having problems adding a scrollbar to a single frame. The frame is visible from top to bottom on my 20\" but in order to display ever
I have a window开发者_开发技巧 I made with Tkinter, I\'d like to be able to minimize it. This is in Windows 7 FYI. >>> import Tkinter
Is there any standard way tkinter apps allow the user to 开发者_如何学JAVAchoose a date?In case anyone still needs this - here\'s a simple code to create a Calendar and DateEntry widget using tkcalend
I\'m new with python programming and GUI. I search on internet about GUI programming and see that there are a lot of ways to do this. I see that easiest way for GUI in python might be tkinter(which is
I have some experience with 开发者_如何学Cpygtk, and I feel very comfortable with, except when the threads are necessary on windows, so I was wondering,
I\'ve been messing around with the python re modules .search method. cur is the input from a Tkinter entry widget. Whenever I enter a \"\\\" into the entry widget, it throws this error. I\'m not all t
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
On this page describing the Tkinter text widget, it\'s stated that \'The selection is a special tag named SEL (or “sel”) that corresponds to the current selection. You can开发者_JAVA百科 use the con
Is there a pack equivalent of the grid_remove() method where a widget\'s original pack() settings are restored on a re-pack()?
I\'m trying to bind an extra argument opt to the following radiobuttons below. I\'m trying to make it so that when WSRB_UD is triggered I can know which radiobutton triggered it. How do I go about thi