clxakz
clxakz
If i understand correctly, the entire window pauses if a process is occurring? An easy fix for that is to use **Threading** `pip install pythread` An example of using threading:...
> Hello, > > I am wondering if it is possible to use CustomTkinter for single bundled .exe files? I have tried using the [instructions](https://github.com/TomSchimansky/CustomTkinter/wiki/Packaging) here, but I can't seem...
root.pack_propagate(False)
The variable button is not assigned to anything. The code should be `button = customtkinter.CTkButton(commend_frame_userlist, text=str(idb["steamID64]), fg_color="transparent", command=select_profile).pack(pady=2)`
That's because you are using a lower res than your native res