Python Forum
[Tkinter] scaling
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] scaling
#2
You might be looking at this problem backward. Why are you checking window size and resolution? You should only care about the size of the window and the size of the view. If the window is too small to show the view you need to provide a way to scroll the view around to see the parts. It shouldn't matter if the window is too small because the screen is small, or if magnification is set, or if the user just resized the window to make it small. Your application should gracefully rescale to some reasonably small size that fits on anything.
Reply


Messages In This Thread
scaling - by DPaul - Jun-22-2022, 02:47 PM
RE: scaling - by deanhystad - Jun-22-2022, 05:46 PM
RE: scaling - by DPaul - Jun-23-2022, 06:01 AM
RE: scaling - by deanhystad - Jun-23-2022, 06:09 AM
RE: scaling - by DPaul - Jun-23-2022, 06:38 AM
RE: scaling - by DPaul - Jun-24-2022, 08:31 AM
RE: scaling - by deanhystad - Jun-24-2022, 01:26 PM
RE: scaling - by DPaul - Jun-24-2022, 02:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Scaling text QLabel following display mode windows '100%, 125% ...) VIGNEAUD 2 2,346 Jul-07-2021, 06:38 PM
Last Post: deanhystad
  Tkinter scaling windows conten to or with its size not working Detzi 5 4,666 Jan-12-2020, 12:42 PM
Last Post: Detzi
  [Tkinter] Ignore windows scaling in tkinter Gangwick 2 4,565 Jul-23-2018, 02:41 PM
Last Post: Gangwick

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020