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

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?

Matplotlib Figure Does Not Continue Program Flow After Close Event Triggered Inside Tk App

I've come across a really annoying difference between how windows and mac handles a python tk w… Read more Matplotlib Figure Does Not Continue Program Flow After Close Event Triggered Inside Tk App

Tkinter Splash Screen & Multiprocessing Outside Of Mainloop

I have implemented a splash screen that is shown while my application loads the database from remot… Read more Tkinter Splash Screen & Multiprocessing Outside Of Mainloop

Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

I am using tk in python (3), though I'd assume that this applies to any language. I am looking … Read more Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

Parent/master Vs. In_ In Tkinter

Examine the following code: import Tkinter as tk root=tk.Tk() f1 = tk.Frame(width=200, height=200… Read more Parent/master Vs. In_ In Tkinter

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

Widget To Display Subprocess Stdout?

I have a python based tkinter script which executes some commands using subprocess module. I need t… Read more Widget To Display Subprocess Stdout?

Global Variable Issues With Tkinter Python

I am trying to create a simple interface to access the name array with first, last, previous and ne… Read more Global Variable Issues With Tkinter Python