Relative Content

Tag Archive for pythontkintercustomtkinter

Trying to have multiple Input boxes in one window using CustomTinker

Hi I am fairly new to programming. Anyway, I am trying to create a code where I make my program input new boxes after they press ok. Right now its just opening into a new window. How do I make this so that it’s in one window, and a new input box just shows up instead?

Giving a label a border in custom tkinter

I am using CUSTOM tkinter (https://customtkinter.tomschimansky.com/) for a project I am working on in Python. I would like to make a border around the labels I am using for the camera. Currently, here is the code for my label.

Customtkinter creating widgets from a loop that reference each other

I have a program that adds entry widgets to a frame along with a button. When I click the button I want to edit further details about the fields that button references. The button always references the last set of fields populated though, which makes sense as I can’t assign a unique name to the widget. How do I get the button to link to the set of fields?

CustomTkinter how to set length of textbox

I am working on a GUI using Customtkinter where I will have multiple inputs in textboxes, using .place() I got my textbox displaying where I wanted it inside of the frame.

Image only one pixel tall when being displayed in CTkScrollableFrame

I’m using CustomTkInter with Python and I’m trying to get an image to be displayed in a CTkScrollableFrame widget such that the image (which is larger than the frame) is vertically scrollable using the widget. The image is appearing, but only has one pixel’s worth of height. I can see the full width, but only one pixel of height. In the below image, the Image in question is the line of peppered black and white near the top.