Tkinter is the standard Python interface to the "Tk" graphical user interface toolkit.
-1
votes
0answers
34 views
How to print variable serial data on Tkinter Window
This code is to receive serial data and to print on the TKinter window. The received data prints on the window from top to bottom.
If one line of data is received that should print at the middle of ...
0
votes
1answer
13 views
Toggle Fullscreen (overrideredirect and geometry)
I'm using Tkinter with Python 3.2.3 on my Raspberry Pi, and I'm trying to make a checkbutton that toggles whether the window is in fullscreen or not. I'm running into two problems:
First, when I use ...
0
votes
1answer
25 views
Problems With Tkinter in python 2.5
So I'm doing a simple program that basically makes a scale/slidebar on the screen. When I run the application the scale shows up and works, but it doesn't print the values to the console(terminal). ...
0
votes
2answers
22 views
Python Tkinter Do Something when All Entries are Full
I want to run a command when every entry box is full in a tk.Toplevel instance.
Currently, I have it so that every time new input is entered, it will check if all of them are full. However, this ...
0
votes
1answer
21 views
Python tkinter button.invoke method trouble
I'm playing about with a motion controller, therefore to "click" a button I am finding out which button is closest to the middle at any given point and then using the button.invoke() method.
I am ...
1
vote
1answer
41 views
Tkinter threading
Despite seeing many questions being asked about this very topic, I can not find a suitable answer for my quandary. I am a beginner at Python and it is my first language. I am trying to create a dialog ...
0
votes
1answer
26 views
Make a click event in python (tkinter)
I'm trying do do a very simple task: Make a button click in python using tkinter.
I have an array of buttons and when I finish an event I want to make a button click event in one of my buttons.
I ...
0
votes
1answer
35 views
Tkinter can't insert into Text Widgets with pack_forget()
My application can receive multiple jobs which it processes using threads. I've created Tabs which contain a Text Widget for each job, but I'm having trouble inserting text into the text widgets.
No ...
0
votes
1answer
14 views
How to create Tkinter Buttons with a For loop?
I am trying to create a basic Gmail client, but I seem to be having issues with dynamically creating the Tkinter Buttons. In my class Main_Window, I have a method called mainFun. In this method is ...
1
vote
1answer
25 views
Python - Can't Build Window With All The Items
I've tryied to build a Tkinter form in some universal method, but I got a problem.
First look at my Method's code..
def BuildWindow(title, args, icon):
Window = Tk()
Window.title(title)
...
1
vote
1answer
16 views
Tkinter Radiobutton Text
I have the following code:
class Test:
def __init__(self, master): # master is a Tk or Toplevel instance
self.master, self.typeFrame = master, tk.Frame(master)
self.typeVar = ...
0
votes
2answers
41 views
Trying to understand Python and all its moving parts - What is the difference between Tkinter and Django [closed]
I have a school project where my team needs to build a board game. We want to use Python based on all the good things we have heard. I have been researching MVC frameworks and came across Django (its ...
0
votes
1answer
41 views
Threading with Tkinter
I need to be able to send control c to the new thread that I start. How would I go about this. I can start the thread, but I need to stop like I do in the command line using control c.
from Tkinter ...
1
vote
2answers
48 views
Python tkinter bouncing balls - energy goes to infinity
I have written a Python script which creates a Ball class and then creates instances of it. The balls should bounce off the walls, and later (not implemented yet) off of each other. Note that, ...
0
votes
1answer
49 views
Finding indexes in python
I'm trying to find indexes in python when using tkinter and I keep getting this problem. I know that the line index starts from 1 and the column index starts from 0 but when I try to find the index ...
0
votes
0answers
11 views
How to render a python tkinter file along with the mysql database tables?
I am currently developing a GUI as a part of my internship using Tkinter. Now I have a mysql server in place which has tables which I query often in my python script to fill in certain values and do ...
0
votes
1answer
12 views
bind() in tkinter does not return the expected value
I am trying to pass a variable with a tkinter bind() event on a spinbox. While debugging, I discovered that I failed in passing the variable to the spinbox bind() event handler function. Indeed, the ...
0
votes
1answer
36 views
Python tkinter trace method
I am trying to activate callback function as the user type in to the tkinter entry box. According to effbot.org,
You can use the trace method to attach “observer” callbacks to the
variable. The ...
1
vote
2answers
38 views
Remove command from a button
b1=Button(bla bla bla,command=run_something)
b1.configure (command='')
I want to remove the 'command' from a button so that if pressed nothing happens
how would I do this?
note:
I did not ...
1
vote
0answers
17 views
Tk.winfo() returns wrong screensize / python 2.7.5 on Windows 8
Why does tk.winfo return a screensize of 1280 x 800 ?
I want to run at my native resolution of 1920 x 1200
which I set in the control panel.
Can I change it somehow?
Thank you.
Python 2.7.5 running ...
0
votes
1answer
20 views
deleting text from an edit control in Python 2.7?
How can I program the example below to delete all contents from the Edit box? (this is example is taken from http://www.java2s.com/Code/Python/GUI-Tk/SimpleEditor.htm)
My guess is that one must ...
0
votes
2answers
27 views
tkinter binding event from controller
I am trying to work out an MVC structure for a tkinter program.
I have a view class with an event binding for mouse click as follows
class View():
def __init__(self, root)
self.canvas = ...
0
votes
1answer
24 views
Python 3 tkinter change label text
I am having trouble with using a key binding to change the value of a label or any parameter.
from tkinter import*
class MyGUI:
def __init__(self):
self.__mainWindow = Tk()
#self.fram1 = ...
0
votes
1answer
17 views
Tkinter Canvas must be initialized before its contents. Is it a feature or a bug?
I just came across a strange behavior of Tkinter when debugging my program. If a Frame object is created before a Canvas object and later inserted into that Canvas, it can't be displayed. However if ...
1
vote
1answer
38 views
How to test to see if a top-level window is open?
I'm feeling somewhat like Python programming may not be my thing....
I have created a tkinter GUI that uses a button callback to open another window (other searches say this window should be a ...
1
vote
0answers
18 views
quit function call before mainloop in tkinter multiprocessed script
The script below opens a video file and displays it in a tkinter label. The frame acquisition is made in another process.
My problem is that my quit_() function will succeed in closing the full ...
2
votes
1answer
19 views
Validation on Tkinter.Text widget?
What are my options for getting validation with the Tkinter.Text widget? I don't require Text's advanced functionality, just its multiline attribute. Unfortunately, it lacks both textvariable and ...
0
votes
0answers
18 views
Tkinter button image too small
I have a program with some buttons that I want to put images on but when I put the images on the buttons they appear so small that you can't even see them.
Any Ideas?,
Thanks.
0
votes
2answers
36 views
Create a python tkinter window with no X (close) button
I'm writing a 'wizard' type Python Tkinter GUI that collects information from the user and then performs several actions based on the user's entries: file copying, DB updates, etc. The processing ...
1
vote
1answer
39 views
Variable Number of Entry Fields in Tkinter
I'm trying to create a widget that contains an amount of entry fields based on the an aspect of a file that's loaded in.
I've been using
self.e = Entry(self.master);
self.e.pack();
...
0
votes
1answer
36 views
Python tkinter accessing object properties
I am a beginner in python & programming. I am trying to create a template empty windows look a like(sort of!) for my tkinter program.
I have 2 scripts. one is for main program and the other is ...
2
votes
1answer
36 views
Unittest Tkinter File Dialog
Question
Is there any way to automate a tkFileDialog selection to run it through unittest? The following is the only use of tkinter in my application:
root = Tkinter.Tk()
types = [('Comma Separated ...
1
vote
0answers
44 views
How can I print a screenshot in python 3.3
I have a small programm written in pyton 3.3 which opens a window (os = windows 7) with a couple of dynamic buttons. These buttons change color and buttontekst when the are pushed.
I want to put in ...
0
votes
1answer
26 views
pyhton 3 tkinter: check when an entry has the value of a string
I am pretty new to tkinter and I'm wondering if or how this is possible:
I would like to start a function as soon as the entry's value equals the 'target' string.
I currently have a simple window ...
2
votes
0answers
48 views
How do I use variables to assign constant arguments in Python? [duplicate]
I'm creating an application in Python using Tkinter where there will be a grid of buttons, and I'm creating the buttons using nested for loops. When clicked, each button has a callback function which ...
0
votes
1answer
15 views
tkinter nothing runs after mainloop()
Currently I am creating a small GUI that guides a user through a configuration of a piece of equipment. You run the program, you select the desired configuration and it sends you to another window in ...
-1
votes
1answer
18 views
Bind method in Tkinter passes an argument when it shouldn't
I'm creating an interface in Python using Tkinter, which consists of a few text entry boxes and a button which has a callback function to process the data that has been entered. In order to improve ...
0
votes
1answer
23 views
if statement causes tkinter program to hang
Using Python 2.7.3, I created the following tkinter code. The code requires the user to input two values into the GUI, which are submitted and the GUI is closed. However I am having problems with ...
1
vote
2answers
75 views
Create reset button for number guessing game
I'm making a number guessing game for a tutorial in Python. I'm new to Python and using Python Shell and version 2.7.5. I've made all the functions besides this one.
I have to make a reset button and ...
0
votes
0answers
16 views
Multiprocessing pool alongside Tkinter GUI
I am looking for a way to keep my GUI alive while some multiprocessing job is running.
I built a programm with a GUI based on Tkinter and have to wait for results from time to time. I managed to run ...
0
votes
1answer
32 views
Python Tkinter Double Scrollbar
I am trying to display a bunch of labels ( very long labels) with a scrollbar frame.
For some reasons, I need to set the width and height of each label to a fix value.
But in that case, when the ...
0
votes
0answers
36 views
Use ListBox to operate on a dataset with selectable IDs
Another academic question. I have scripts for many types of plots, and wanted a customizable listbox method that I can call up and use to pass a selected ID from a specified dataset into any plotting ...
0
votes
0answers
23 views
Tkinter updating text field [closed]
I'm trying to make a application that when the user types their name in it uses a For loop which uses the random module to add and delete characters from the same point in a text box e.g. '0.0' and it ...
0
votes
1answer
32 views
Display an OpenCV video in tkinter using multiprocessing
I am currently trying to develop a GUI for a multiprocessed OpenCV video stream. The code below does succeed in doing that, since it displays the video feed and a 'quit' button, but runs in a strange ...
0
votes
1answer
29 views
Retrieve coordinates from Tkinter Canvas
I have a plotted a set of points and embedded the plot into Tkinter canvas. What I am trying to do is retrieve the coordinates when clicked on one / more points. I was able to do it using the ...
0
votes
1answer
12 views
Problems Remains inserting two different classes within the same frame into a notebook using Tkinter and Python
yesterday I was having a problem inserting two different classes into a notebook. unfortunately the problem still remains. You can find it following the link below:
Problems inserting two different ...
0
votes
3answers
33 views
How to use camera on packed Tkinter canvas (opencv)[solved]
could someone explain me why after modyfication of commented out code there is no camera view more?
I get error message
" self.a = Image.fromarray(self.capture)#PIL 1.6#
AttributeError: class ...
0
votes
1answer
28 views
Python tkinter image
Currently, i know 2 ways to display images on Tkinter. First one is to encode the gif image into base64 format and use this
myimage=PhotoImage(data="encoded image")
It works but the number of code ...
0
votes
1answer
24 views
Python tkinter option menu
I am a beginner in python, normally if i want to add option menu to my program, i would do something like this.
from Tkinter import*
root=Tk()
mylist=['a','b','c']
var=StringVar(root)
...
-1
votes
1answer
21 views
How do I get the indices from the Tkinter textbox
I'd like to be able to get the index (like 1.1...) out of a highlighted text in a Tkinter text box, any ideas?


