I am forced to use the plain PhotoImage class, since I had too many troubles installing PIL on the osx machine I use - I can live with it, resorting to use just GIF files.
So, Iv\'e got a pygame application. Right now, it takes a command line argument to specify which display to show the main screen on. However, I\'m running it on windows, where it\'s hard to specify co
I have a button that writes output to a file. And checks if the file with that filename already exists. It is supposed to ask the user to override or not? But it 开发者_JAVA技巧is not working. If the
I\'ve been trying to animate images inside a chat program automatically using PIL and Tkinter in Python. Sometimes they work, but most of the time they don\'t. I will provide images that work and ones
In the following example I\'m unable to write to the other tabs aside from the open-by-default Log tab:
I have been making a small program with the Tkinter module in python, and I was wondering whether it was possible or not to resize a frame in my program with the mouse. As in, the user can drag the fr
I need to resize an image, but I want to avoid PIL, 开发者_运维百科since I cannot make it work under OS X - don\'t ask me why...
I\'m in a bind, since this is being written on a classified machine I am unable to copy+paste here. Being somewhat a novice, my approach is probably unorthodox.
I don\'t know how to write Greek letters in a GUI. I am working on a Physics program and I need to show units on the GUI.
I am wanting to mimic the behavior of the \'abbr\' tag of HTML in a tkinter Text widget. The Tix Balloon widget looks like it would be a p开发者_JAVA技巧erfect fit, but I can\'t figure out how to bind