Tkinter, CustomTkinter drag widget
I’m doing a file
How to change the value of a label dynamically depending on a combobox in customtkinter?
This is my first time using customtkinter to make a simple gui. I am trying to get the value of a customtkinter label to change depending on the value selected by the combobox. The textvariable for the output should change for the values in the calculate_output function the output label is not changning.
How to create a toplevel window with Custom TKinter and get a value from a entry field in it?
I’m creating a GUI with Custom TKinter and I want to open a toplevel window, and then, I want to get the value from an entry field in it and use it with sqlalchemy to create a connection with a DB. The problem is: I can’t get the value from the toplevel window and use it in the main window.
“check_dpi_scaling” and “click_animation” errors when switching GUIs
I have a program that does mass spec data reduction. The workflow is:
Scrolling on ttk.Combobox with CTkScrollableFrame underneath
Scrolling on Combobox droplist from tkinter.ttk module raises exception when there’s CTkScrollableFrame underneath.
Maximum recursion depth exceeded while drawing windows in tkinter
I am trying to make an app with Tkinter and CustomTkinter and sometimes it fails saying that ir has reached the maximum recursion depth. The error usually happens when rescaling a view and less often when openning new windows. The following example fails when rescaling:
Errors trying to close simple ctk window
I have a very simple data window that I am trying to show and offer an exit button:
How to stop Tkinter resizing when a window is moved to a screen with a different resolution
I have a Tkinter app that uses Custom Tkinter. I have it sized nicely on my main monitor.
Trying to use tkinterdnd but I can’t load tkinter library in Python
I want to drag and drop items onto the gui. I believe thats possible with tkinter? But whenever I try to run this, I get this error. Also stackoverflow is so annoying. I need to add more text for what? This is literally everything you need to know. Theres not even a submit button after it says to review and I got to refresh the page and retype everything. :
The splash screen isn’t centering exactly according to the screen size
I’m using Custom Tkinter to create a splash screen. I wanted to center the splash screen both horizontally and vertically. I tried the following code, but it didn’t work. The splash screen is not exactly centered. I’ve also attached a screenshot. Please check it and let me know your suggestions. Thanks!