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

Calling A Widget From Another Class To Change Its Properties In Tkinter

I have made a function in the main constructor of my tKinter app which updates certain properties o… Read more Calling A Widget From Another Class To Change Its Properties In Tkinter

Pyqt How To Get A Widget's Dimensions

I am currently developing an application in which i cannot use modal windows (due to some applicati… Read more Pyqt How To Get A Widget's Dimensions

How Do I Change The Colour Of A Button Border Tkinter

How do i change the colour of a border in tkinter I have looked at other solutions which recommende… Read more How Do I Change The Colour Of A Button Border Tkinter

Widget Toolkits For Python 3

Because I like to future-proof my programs as much as I possibly can, I use the latest technologies… Read more Widget Toolkits For Python 3

How To Make A Tkinter Entry Default Value Permanent

I am writing a program in python that will take in specific formats, a Phone number and dollar/cent… Read more How To Make A Tkinter Entry Default Value Permanent

Tkinter - How To Set Font For Text?

I am trying to find the best font for displaying utf-8 characters in a tk.Text. I let python print … Read more Tkinter - How To Set Font For Text?

Help With Event In Python Entry Widget

I'm writing some code in python and I'm having trouble when trying to retrieve content of a… Read more Help With Event In Python Entry Widget

Kivy: Get Widgets Ids And Accessing Widgets By Unique Property

I'm new to Kivy and I have this little demo snippet that demonstrates my problem: from kivy.app… Read more Kivy: Get Widgets Ids And Accessing Widgets By Unique Property

Changing Ttk Widget Text Color

I've searched all over, but have yet to find a simple example showing how to change a minor ele… Read more Changing Ttk Widget Text Color

How To Replace Kivy Widgets On Callback?

I'm new to Python and Kivy, and I'm trying to create multipage display of letters of the br… Read more How To Replace Kivy Widgets On Callback?

How To Use The Output Of One Bokeh Widget As An Input In Another Widget Through A Callback Function?

I have a dataframe with some random characteristics (factors) for some companies. I would like to s… Read more How To Use The Output Of One Bokeh Widget As An Input In Another Widget Through A Callback Function?

How To Launch An Interactive View Of A Table After File Dialog In Pyqt5?

Using PyQt5, I made two widgets. The first widget is a user-prompt to select a file with an alert t… Read more How To Launch An Interactive View Of A Table After File Dialog In Pyqt5?

Python Tkinter Notebook Widget

Using this python recipe, i have created a notebook like widget on my Tk window. It all works fine … Read more Python Tkinter Notebook Widget

Changing Ttk Widget Text Color

I've searched all over, but have yet to find a simple example showing how to change a minor ele… Read more Changing Ttk Widget Text Color

Looping Over Widgets In Tkinter

here's the issue I'm thinking of: I have a number of similar widgets in the frame(e.g. Labl… Read more Looping Over Widgets In Tkinter