CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Weird dpi scaling messages

Open crankedguy opened this issue 3 years ago • 2 comments

Hi,

after closing an app written with CustomTkinter, a vere easy app, there are sometimes dpi scaling error messages, though not always. Like these, from 2 different runs, so this seems to be something dynamically generated

invalid command name "2166016445632check_dpi_scaling"
    while executing
"2166016445632check_dpi_scaling"
    ("after" script)

or

invalid command name "2282063737792check_dpi_scaling"
    while executing
"2282063737792check_dpi_scaling"
    ("after" script)

crankedguy avatar Nov 08 '22 11:11 crankedguy

Could this discussion help ? https://github.com/TomSchimansky/CustomTkinter/discussions/607

gcailly avatar Nov 18 '22 05:11 gcailly

@gcailly I will have a look at it by the time, thanks. I had to ditch CustomTkinter for the project because the other bug https://github.com/TomSchimansky/CustomTkinter/issues/600 weighs in way too heavy and there was no response to it. With tkinter this worked out of the box.

crankedguy avatar Nov 18 '22 06:11 crankedguy