Performance Issues with Rendering Multiple Widgets and tksheet Integration in CustomTkinter #2747
Unanswered
AnonymousVibrate
asked this question in
Q&A
Replies: 1 comment
-
Please prove a sample of reproducible code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I’d like to ask if this issue is related to CustomTkinter or if my hardware device is struggling to handle simultaneous widget redraws. I’m using a tksheet table, and whenever I click on a row, the data from that row is displayed in 30 Entry/Combobox widgets. However, when I repeatedly click different rows to display their data, I start experiencing noticeable lag after several back-and-forth clicks.
I’m using StringVar() for each Entry/Combobox widget and have tried different approaches to improve performance when updating the variables in these widgets. Additionally, resizing the window (from large to small or vice versa) makes the application even more laggy.
Beta Was this translation helpful? Give feedback.
All reactions