英文: check if Toplevel windows was closed? 问题 我正在尝试找出代码,用于检查"Extra"窗口是否已关闭。我一直在查找,似乎找不到任何有用...
Tkinter滚动条无法滚动
英文: Tkinter scrollbar is not scrolling 问题 作为我正在使用Python 3.8构建的tkinter应用程序的一部分,我需要使Notebook中的特定选项卡可滚动...
How can I impose server priority on a UDP client receiving from multiple servers on the same port
英文: How can I impose server priority on a UDP client receiving from multiple servers on the same por...
Tkinter 图形用户界面启动按钮注册输入但不重新启动程序
英文: Tkinter GUI start button registering input but not restarting program 问题 简要解释我的程序(或者说它的目的): 我创建了...
Python字典、列表和for循环错误
英文: Python dictionary, list and for-loop bug 问题 我正在尝试在一个tkinter窗口中显示来自数据集的元素列表。我希望能够通过高亮、删除等方式操纵这些元素...
如何在tkinter中使用Python生成器函数?
英文: How to use a Python generator function in tkinter? 问题 生成器函数承诺能让一些代码更容易编写。但我并不总是理解如何使用它们。 假设我有一个名...
Background Button Color is not working properly MACOS
英文: Background Button Color is not working properly MACOS 问题 我正在尝试为学校项目制作一个简单的GUI。我对使用tkinter还很陌生。我过...
tkinter窗口不会弹出
英文: tkinter window will not pop up 问题 我正在使用tkinter做一个项目。最近我在我的计算机上切换到了Linux Mint。程序没有错误,但图形界面没有显示出来。...
为什么无论我选择哪一个,这些按钮都会打开同一个文件?
英文: Why do these buttons open the same file regardless of which on I select? 问题 以下是翻译好的部分: I'm makin...
如何在另一张图像上放置一个透明图像(Tkinter)
英文: How to place an transparent image on top of another image (Tkinter) 问题 在代码的第68到100行中,您将棋盘上的棋子放置到...
29