You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tk Documentation and Resources
Hello all,
The application i developed using python and tkinter is unmanageable on new QHD display. The text is unreadable and buttons and widgets are really too small. My new laptop has a 3200x1800 resolution.
Is there a way to fix this?
Thank you in advance!
Fabio
Ali Moradi
unread,
Nov 8, 2016, 5:28:26 PM11/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tk Documentation and Resources
you should use the right combination of geometry managers to be able to use your app on all screens, and the widgets resize according to the screen you are using. make sure to use the same geometry manager on top/child level windows. and use the same GM again for the widgets.
Fabio Mattei
unread,
Nov 10, 2016, 3:40:29 AM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message