Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tk

Handle Touchscreen Gesture In Tkinter

How would I go about installing a handler of touchscreen gestures in Tkinter? I need to something p… Read more Handle Touchscreen Gesture In Tkinter

How Can I Update A Tkinter Widget Inside A Multiprocess?

I am trying to update a frame using a process, but I am unable to do so. If I don’t use a process, … Read more How Can I Update A Tkinter Widget Inside A Multiprocess?

Substitute For Tkinter.dooneevent

I am porting a program (VMD, Visual Molecular Dynamics), which is written in C++ and has both Pytho… Read more Substitute For Tkinter.dooneevent

Python Equation Parser

I'm writing a program which needs a user input for an polynomial function of x. I'm using T… Read more Python Equation Parser

Python 3.3 Tkinter Image Doesn't Exist

I am trying to open an image with ImageTk.PhotoImage from PIL but I keep hitting the same error. I … Read more Python 3.3 Tkinter Image Doesn't Exist

How To Make Tkinter Columns Of Equal Width When Widgets Span Multiple Columns (python 2.7)

In the following, the buttons labelled 'ONE', 'TWO', and 'THR' do not get e… Read more How To Make Tkinter Columns Of Equal Width When Widgets Span Multiple Columns (python 2.7)

How Can You Display An Image On A Gui Using Tk In Python2.7

i need away to be able to show an image when i run the python code in its gui form if possible. Als… Read more How Can You Display An Image On A Gui Using Tk In Python2.7

How To Add Text To Canvas From A List As Separate Canvas.create_text

I have a list: StoreItems = random.sample(set(['sword','pickaxe','toothpick'… Read more How To Add Text To Canvas From A List As Separate Canvas.create_text

Tkinter - Run Function After Frame Is Displayed

The code below has an onShowFrame function in the OtherPage class that runs when the OtherPage fram… Read more Tkinter - Run Function After Frame Is Displayed

How Can I Use Matplotlib's Mathtext Rendering Outside Of Matplotlib In Another Tk Widget?

I know that matplotlib can render math expressions readily with, for instance, txt=Text(x,y,r'$… Read more How Can I Use Matplotlib's Mathtext Rendering Outside Of Matplotlib In Another Tk Widget?

How To Remove Icursor From Tkinter Canvas Text Item?

I'm following along with Effbot's Tkinter page here: http://effbot.org/zone/editing-canvas-… Read more How To Remove Icursor From Tkinter Canvas Text Item?

How To Make Tkinter Columns Of Equal Width When Widgets Span Multiple Columns (Python 2.7)

In the following, the buttons labelled 'ONE', 'TWO', and 'THR' do not get e… Read more How To Make Tkinter Columns Of Equal Width When Widgets Span Multiple Columns (Python 2.7)

How To Save Text From A Text-widget Tkinter To A .doc Using Asksaveasfile?

I want to save some stuff I entered in a Text widget to a .txt or .doc format, using an asksaveasfi… Read more How To Save Text From A Text-widget Tkinter To A .doc Using Asksaveasfile?

Cannot Use Geometry Manager Pack Inside . Which Already Has Slaves Managed By Grid

I want to use grid to show pdf but it's showing error that cannot use geometry manager pack ins… Read more Cannot Use Geometry Manager Pack Inside . Which Already Has Slaves Managed By Grid