Replies: 5 comments
|
This is not much to go by and understand your issue. for widget in scrollable_frame.winfo_children(): |
0 replies
|
I actually fixed the issue, was wondering how to make a pr but this is the fix in the CTkScrollableFrame class: def clear_frame(self): |
0 replies
|
There is a destroy method for |
0 replies
|
it destroys the whole frame, not the contents |
0 replies
|
OK there is no error then, you just wanted a method to clear the frame. |
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.
for widget in self.scrollable_frame.winfo_children():
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'CTkScrollableFrame' object has no attribute 'scrollable_frame'
All reactions