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

Trouble With Scrollbar For Text Widget

I am simply trying to make a scrollbar for the list of checkbuttons that appear on my text widget. … Read more Trouble With Scrollbar For Text Widget

Make Pysimplegui Radio Buttons Generate Events

In the past, to build a radio button with Matplotlib Widgets and print the pushed button name to th… Read more Make Pysimplegui Radio Buttons Generate Events

Nesting Widgets In Kivy

I'm trying to make an interface in kivy and I think there are some fundamental things I don'… Read more Nesting Widgets In Kivy

How Do I Set The Width Of An Tkinter Entry Widget In Pixels?

I noticed that the width argument for the Tkinter entry widget is in characters, not pixels. Is it… Read more How Do I Set The Width Of An Tkinter Entry Widget In Pixels?

How To Move Button Outside Of His Parent With Tkinter?

I'm currently trying to move a button by using drag and drop with tkinter. The problem is that … Read more How To Move Button Outside Of His Parent With Tkinter?

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 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

Tkinter Widgets Not Appearing

I was testing an app I was writing but I just get a blank window and no widgets. from Tkinter impor… Read more Tkinter Widgets Not Appearing

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

Python Tkinter Entry Widget Dynamic Name

anyone can guide me of the following: I want to dynamically create the Entry widget and assigned hi… Read more Python Tkinter Entry Widget Dynamic Name

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

Tkinter Widget Interface Interactive Button

I am very new to interactive python programming so please bear with me. I am using PyCharm with Pyt… Read more Tkinter Widget Interface Interactive Button

Using A Slider To Change Variable And Replot Matplotlib Figure

I'm trying to use a slider to change the limits for color scaling i.e using the set_clim(min,ma… Read more Using A Slider To Change Variable And Replot Matplotlib Figure

Printing A List To A Tkinter Text Widget

I have a list of strings, and I want to print those strings in a Tkinter text widget, but I can'… Read more Printing A List To A Tkinter Text Widget

Python Widget/gui Framework

What is the best framework to use for building the GUI on a python widget? I'm currently using … Read more Python Widget/gui Framework

Django Creating A Form Field That's Read Only Using Widgets

My form field looks something like the following: class FooForm(ModelForm): somefield = models.… Read more Django Creating A Form Field That's Read Only Using Widgets

Tkinter Entry Widget .get Doesn't Work

I am fairly new to python and am currently working on a school project, my aim is to create a searc… Read more Tkinter Entry Widget .get Doesn't Work

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