Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ttk

How Should A Scrollable Spreadsheet Be Displayed Within Tkinter?

Currently I am using a Treeview. The problem is that I am using quite a large data set. So that the… Read more How Should A Scrollable Spreadsheet Be Displayed Within Tkinter?

I Want My Ttk.treeview To Have Alternating Colours

I want my ttl.treeview table to have an alternating pattern of colours and I tried to add tags and … Read more I Want My Ttk.treeview To Have Alternating Colours

Ttk Treeview Selection_set Can't Accept Spaces

I'm building a gui using tkk in python and I'm having trouble with the Treeview command sel… Read more Ttk Treeview Selection_set Can't Accept Spaces

Tkinter / Ttk - Prevent String To Buttonpress Conversion

I'm writing a simple script that creates a ttk Treeview (that acts as a table) and, when you do… Read more Tkinter / Ttk - Prevent String To Buttonpress Conversion

Hide And Show Ttk.combobox Dropdown List

Situation: When I use the mouse button to click the 'down-arrow' of a ttk.Combobox it's… Read more Hide And Show Ttk.combobox Dropdown List

How To Fix 'importerror: Cannot Import Name 'ttk'' In Python 3.6.8

I am trying to create a GUI for a Python program I wrote. For that I'd like to import ttk from … Read more How To Fix 'importerror: Cannot Import Name 'ttk'' In Python 3.6.8

Is There A Way To Set Tabs Of A Notebook Below One Another?

So far when using the ttk.Notebook widget, but I am unable to set tabs below one another, they keep… Read more Is There A Way To Set Tabs Of A Notebook Below One Another?

Ttk Indeterminate Progress Bar On Button Press

I am trying to create a progress bar that runs as long as my function is running to show the user t… Read more Ttk Indeterminate Progress Bar On Button Press