Is there a widget size limit Tkinter and/or a way to override it?
I’m not talking about maxsize() which is the only thing that appears on google.
I would like to know if there is a known pixel limit to a tkinter widget, is it for a specific widget or if it’s generic for all widgets and if there’s any way to override that limit.
How to prevent canvas selection in tkinter?
I am currently developping an application using tkinter and I struggle with a cosmetic issue. When adding an entry to a canvas, tkinter displays a selection cursor around the entry and the canvas. I would like to avoid this behavior for the canvas because I am using it to create a scrollable frame which create a very unpleasant effect, the selection being displayed only on the sides because the rest of the canvas is out of the screen.
Tkinter python : images not loading
everyone! I was making a simple tamagotchi game as a practice but I endountered a problem:
Understanding tkInter window and canvas sizes
I can’t get any information on exactly how window and canvas sizes work in tkInter.
Python tkinter “tierlist” realization
Is it possible to implement a list of levels in tkinter, as on this site(https://live.tiermaker.com/38462637 )? I need the user to be able to move the pictures to the appropriate lines himself, and then I read which picture he dragged to which line. Is this possible, or should we abandon this idea?