Replies: 2 comments 2 replies
-
Also my code again but this time in pastebin: https://pastebin.com/RbPPnZdB |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is probably due to the use of Threading. Modifying widgets in thread differents from main thread is dangerous because of the non-thread-safe property of Tkinter. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
so i got a small scrolable button frame wiht some entrys and a search bar:

When Clicking the Search Button once, everything is fine, but when clicking a second time it throws a error i think is related to some kind of Rendering
Error: https://pastebin.com/Ji0MjUBZ
Beta Was this translation helpful? Give feedback.
All reactions