Israel Dryer
Israel Dryer
You can fix this by also overriding the setter. ```python def __setitem__(self, key, val): return self.configure(self, **{key: val}) ``` I may not need these artifacts anymore and can comment them...
That's strange. I've not used cxfreeze before. I'll experiment with it this weekend and see if I can identify the issue.
There may be a few issues here. One of the issues is that cx_freeze is not pulling in all of the tcl data files. Typically this is not an issue...
@actioncodes, haven't forgotten about this, but looking for a better solution. The missing files are in `...Python\Python39\tcl\tcl8` cx_Freeze is not grabbing these files. I'm not sure how to tell to...
This is not a bug with ttkbootstrap, but rather an issue with cx_Freeze not pulling in all of the required library files from tkinter. There is a work-around above where...
@arthurfait, I think the issue your describing is a Linux related issue I'll have to investigate further. Which version of Linux are you running? On your other two points... the...
I'll look into this. Thanks for the recommendation.
Do you know if the scrollbars on Mac are style-able?? I've not been able to find a way to make a decent dark themed scrollbar on Mac, and it appears...
Good call. I upgraded via brew and it is now working find.  I still find it odd that [python.org still ships with and recommends tcl/tk 8.6.8](https://www.python.org/download/mac/tcltk/) on Mac, while...
@NewbieXvwu, this one will have to wait for now until I figure out a better way to handle multiple screens with different resolutions. I get some very weird behavior in...