Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
111 views

Button is created like: style.configure('Dark.TButton', background=button_base, foreground=colors['text'], borderwidth=1, bordercolor=edge, lightcolor=edge, darkcolor=edge, padding=...
1 vote
0 answers
46 views

I want to remove the box surrounding the arrow of a combobox, seen below I am using ttkinter with the theme "Clam", and styling it like this: combobox_style = ttk.Style() ...
0 votes
1 answer
73 views

I've been working on a simple program to track machine maintenance instances in a CSV file for future analysis. Everything seems to work except for populating the list for the combTask combobox based ...
0 votes
0 answers
52 views

I have the following problem. In my application I use 'black' theme from ttkthemes, with some additional changes. I also uses dialogs for getting values. I also have created my own dialog with ttk....
0 votes
1 answer
97 views

I'm building an admin panel using Tkinter in Python. I'm using ttk. Treeview to display computed salary data. I call tree.insert(...) and the data is inserted — I can confirm the values by calling: ...
1 vote
1 answer
76 views

I'm trying to organize text alignment in ttk.Label using style in order to reduce the amount of code: import tkinter as tk from tkinter import ttk from tkinter import font app = tk.Tk() width = 605 ...
-3 votes
2 answers
97 views

Tying to understand the ttk, style element_create() syntax. Here is one that I copied off the internet, but it syntaxes. import tkinter as tk from tkinter import ttk root = tk.Tk() # Create a ...
0 votes
1 answer
134 views

I have been working with styles and trying to understand the interface and I see three issues that I have identified with the following. I would appreciate it if someone could illuminate these issues ...
2 votes
1 answer
93 views

Here is the code that works with keyboard events. I'd like to do the same with gpio State changes instead of key_press events. Thks : from tkinter import * from tkinter import ttk import keyboard ...
0 votes
0 answers
57 views

this is the code (note that this is mrp code): def enforce_sash_limits(self, event): self.main_paned_win.sashpos(0, 120) def init_pagebrowser(self): self.main_paned_win = ttk.PanedWindow(self....
0 votes
1 answer
60 views

I am writing a very simple GUI application through TTK where I wish to make the font size of the text in the button bigger, however it seems to not work when I use style.configure(). I have no idea ...
0 votes
0 answers
44 views

I have very simple questions. Can I work with both tk() and ttk, or just one of them?' I used all the combinations and still getting the same error: NameError: name 'tkinter' is not defined. This is ...
sendog3c's user avatar
0 votes
2 answers
163 views

I am building an app with tkinter and running into some annoying issues. When I load my data into the ttk treeview, I see that there are always some additional columns on the right side of my treeview ...
1 vote
1 answer
66 views

I am making a python application that uses 4 ttk Frames within its main window. The first two frames should expand both vertically and horizontally to fill available space. Frames 3 and 4 should only ...
0 votes
2 answers
52 views

I'm trying to use the ttk treeview widget. I'm able to create and populate it, and it seems to work properly. However it is rendering with a large empty "column" on the left side and I can'...

15 30 50 per page
1
2 3 4 5
...
80

AltStyle によって変換されたページ (->オリジナル) /