Closed skedus closed 1 week ago
Hello, thanks very much for discovering this and pointing it out
My apologies, this one was a bit of a stupid oversight
I have addressed it in version 7.2.21
by removing pickle from the event data stuff. If a pickled function belonged to a tkinter object then an error was generated. Tkinter stuff really doesn't want to be pickled.
The only things that are pickled now are named spans which do not contain functions and are stripped of the tkinter object before pickling
I have tested the new solution and it seems to work just fine with named spans, tags, highlights, check boxes etc. and undo/redo
Tested this is working fine :-) I'm migrating my application from many tksheet v5 to tksheet v7 I really appreciate your quick support Once again thank you very much :-)
Hi, I found a bug on the delete row binding of tksheet It seems that delete_row action in the right clic fail if a checkbox exist in the row. I tried to isolate the problem with the following simple code:
Error message
Example code:
I added checkbox in the column 1