Skip to content

Performance Issues with Rendering Multiple Widgets and tksheet Integration in CustomTkinter #2652

@AnonymousVibrate

Description

@AnonymousVibrate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions