israel-dryer/ttkbootstrap

ScrolledText: autohide and bootstyle "gone" Python 3.11, ttkbootstrap-Version: 1.10.1

Closed this issue · 1 comments

Desktop (please complete the following information):

ttkbootstrap-Version: 1.10.1
Windows 10

Describe the bug

the autohide and bootstyle-Functions are not longer available. :(

To Reproduce

text1 = tb.ScrolledText(root,
width=70,
height=10,
wrap="word",
autohide=True
)

Expected behavior

hide the Scrollbars

Screenshots

File "C:\Users\User\Downloads\Python\eigenes\test\ttk-bootstrap-Kurs\test.py", line 14, in
text1 = tb.ScrolledText(root,
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\tkinter\scrolledtext.py", line 27, in init
Text.init(self, self.frame, **kw)
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\ttkbootstrap\style.py", line 5169, in init__wrapper
func(self, *args, **kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\tkinter_init
.py", line 3615, in init
Widget.init(self, master, 'text', cnf, kw)
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\tkinter_init
.py", line 2628, in init
self.tk.call(
_tkinter.TclError: unknown option "-autohide"

Additional context

No response

My fault