Tooling and libraries for theming TKinter applications. Use this tag for questions about programming with ttkbootstrap.
Questions tagged [ttkbootstrap]
33 questions
0
votes
1 answer
change path to ttkbootstrap json file
I try to distribute a tkinter GUI while using ttkbootstrap.
The isse I have is, that it seems that the default path to the ttkbootstrap_themes.json file is in C:/User/Documents folder.
When I copy the file into my project folder I get an error that…

exec85
- 447
- 1
- 5
- 21
-1
votes
1 answer
Python ttkbootstrap.tableview : auto-refresh tableview generated from a database
Is there a way to auto-refresh tableview from a database ? maybe with a button or auto ?
I Created a Manual Refresh Visual Button to do the job "click_Refresh()"
can any one help ?
CODE :
import ttkbootstrap as ttk
import cx_Oracle
from…

O7AC1
- 1
-4
votes
1 answer
How can i customer setting ritght click menue in the ttkbootstrap
I am use ttkbootstarp developing a software,but i cannot custom settings the right click menus ,how can i do this?
i just wanna custom settings the right click menus ,but i cannot find the api and method in the Official site
enter image description…

Soul MIX
- 11
- 1