regtoga / LogicThursday

A novice programmers logic simulator
1 stars 0 forks source link

Fatal Flaw with main GUI program, Tkinter only supports so many widgets (a few thousand) #3

Closed regtoga closed 1 month ago

regtoga commented 3 months ago

I learned that tkinter only supports so many widgets the hardway :(. this is not a good day for the tkinter gui of this program. image

regtoga commented 1 month ago

I fixed this issue by using a paging system: image It is WAY harder to reach this HUMUNGUS limit now!