Does Jython support Tkinter ? If I code a program in Python and put a GUI front end on it with Tkinter, how hard would it be to do the same
I\'m working with a Tkinter scale, where the selected value is somewhere between 0 and 100, representing a percentage. Is there a way for the value displayed to have a % percent sign following it?
Every example I\'ve seen on this subject has shown a Button being bound to a command, except the Button widget was being made outside of a class:
I\'m working on a Twitter desktop application with Twython literary and I have a problem with OAuth. How can I get an OAuth token and开发者_如何学Go secret
I\'m trying to embed an image in a Tkinter canvas using PIL, and for some reason it\'s not displaying. Any Ideas?
I\'m trying to create a class called Menu, which would create a right-click menu for whichever widget is given to it. In this case self.Label.
I have borrowed a progress bar from here that I would like to adapt work in my program with global variables.Here is the code for reference:
If I call this class twice, the first time the keyboard focus goes to the window. The second time it doesn\'t. The escape key is used to close the window and it works the first time. The second time t
I\'m trying to do individual pixel manipulation using PIL\'s ImageDraw Module. The code bellow is supposed to create Tkinter canvas widget. Then open an image, change one pixel\'s color to red, then e
This question already has answers here: Closed 12 years ago. Possible Duplicate: Eclipse PyDev now shows all references to Tkinter as errors