You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: