Tom Schimansky

Results 224 comments of Tom Schimansky

If you use CustomTkinter components only the scalings works automatically. Tkinter components do not scale and cannot be scaled. Can you show me a screenshot of the app on the...

I don't have the time at the moment, maybe in the future.

I would suspect the problem is something else in your code. I tested to insert 10000 lines into a textbox every 100ms and nothing is freezing: ```python import customtkinter app...

But also, why not clear the textbox or only keep the last 1000 lines at frequent intervals, that should help if the textbox is causing performance problems.

Problem is fixed now, next version will be uploaded soon.

Yes of course there are four times more pixels to render, but I'm confident this will be no problem, because I tested a game I made years ago in fullscreen...

Currently there is no method of doing this, I can just give you a better hack, but I can not guarantee this will work in the future, because maybe the...

Currently there is not, but I will se if I can add an option to add a label to the bottom of the widget.