tkinter tag

66 questions


1 answers
366 views
0
Canvas on Tkinter has NameError

Python 3.9.5 64-bit Windows 10 Home Currently, I use Tkinter to read PDFs and create tools to edit (rotate, split, save, etc.).In the middle of that, I would like to write a code saying that clicking ...

1 years ago

2 answers
342 views
0
I want to wait for the next action until the button is pressed by Tkinter.

For applications using Tkinter and Selenium, press Start to launch Chrome, press Start to launch input('>If you type something, you'll see the text of the p element on the console')Wait for to get ...

1 years ago

1 answers
433 views
0
How to save data entered in tkinter

I would like to use tkinter in python to save the data I entered or referenced.If you look it up online, there is a way to save it using sql, but is there any other way?What you want to achieveClick o...

1 years ago

1 answers
381 views
0
Understanding Combo Boxes with Check Boxes (List Boxes)

Is there a way to make something like this happen in my environment?(Is there anything other than tkinter?) [.NET] How to select multiple items in the combo box●About my environment·Python 3.9.7·tkint...

2 years ago

1 answers
287 views
0
I think the code is correct, but it's a KeyError.Is setting.ini in the working directory a problem?

I get an error like thisException in Tkinter callbackTraceback (most recent call last): File C:\Users\81902\anaconda3\lib\tkinter\_init__.py, line 1892, in__call__ return self.func(*args) File C:\User...

2 years ago

1 answers
286 views
0
Can I create a sub-window with a sub-window as the parent in Toplevel() of Tkinter?

Tkinter's Toplevel() allows you to create a sub-window with the main window as the parent, but is it not possible to create a sub-window with the sub-window as the parent?Please let me know if there i...

2 years ago

1 answers
107 views
0
I want to focus on multiple lines in tree.view on Tkinter.

I want to focus on multiple lines in Tkinter's tree.view.For example, I want to focus only 3 and 4 from the 10 lines of tree.view list, but for some reason only 4 is focused.If you know how to select ...

2 years ago


2 answers
123 views
0
What does return mean?

Program 1.def make_cmd(i): return lambda:buff.set(button{}pressed.format(i))button=Tkinter.Button(root, text=Button{}.format(i), command=make_cmd(i))Program 2.def make_cmd(i): return buffer.set(button...

2 years ago

1 answers
58 views
0
I want tkinter module to retrieve the text box with the values entered and store the string in one cell in an external file.

What I want to do this time is to store the value entered in the text box from the GUI screen in an external file (a file for writing to CSV).There are two files, one is the GUI file (tkinter.py) and ...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.