Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I reset my Label?
Post: RE: How can I reset my Label?

Hi folks. I have this code but when I click on the bottom 'clear' just the entry fields below are reseted and cleared: Quote:first_name = tk.Entry(frame) first_name.place(relwidth=0.65, relheight=0.5...
JJota GUI 5 9,403 Mar-11-2020, 04:40 PM
    Thread: How can I reset my Label?
Post: RE: How can I reset my Label?

(Mar-10-2020, 10:28 AM)Larz60+ Wrote: widget with name of your Label newtext = 'MyNew text' widget.config(text=f"{Newtext}") Thanks Larz! I have in my code a scrollbar and tk.canvas. Is there a way ...
JJota GUI 5 9,403 Mar-10-2020, 09:44 PM
    Thread: How can I reset my Label?
Post: RE: How can I reset my Label?

(Mar-10-2020, 05:27 AM)Larz60+ Wrote: you can use configure and change the text attribute. How can I do that? Do you have an example please?? Thanks!!
JJota GUI 5 9,403 Mar-10-2020, 06:07 AM
    Thread: How can I reset my Label?
Post: How can I reset my Label?

Hi folks! How can I reset my Label in tkinter? Every time that I do a search in my API, I want that my code clear the old result and then show a new result but I have issues when I try like frame.dest...
JJota GUI 5 9,403 Mar-10-2020, 04:44 AM
    Thread: Help with Scrollbar
Post: RE: Help with Scrollbar

It is working now. Thanks folks!!! **wink**
JJota GUI 6 3,691 Mar-10-2020, 04:10 AM
    Thread: Help with Scrollbar
Post: RE: Help with Scrollbar

(Mar-09-2020, 10:54 PM)Larz60+ Wrote: That's a Label, not a Frame. Quote:The Scrollbar widget is almost always used in conjunction with a Listbox, Canvas, or Text widget. Horizontal scrollbars can a...
JJota GUI 6 3,691 Mar-10-2020, 12:57 AM
    Thread: Help with Scrollbar
Post: RE: Help with Scrollbar

(Mar-09-2020, 10:35 PM)Larz60+ Wrote: Quote:add a scrollbar to my result frame what is the name of your 'result frame'? result_label
JJota GUI 6 3,691 Mar-09-2020, 10:36 PM
    Thread: Help with Scrollbar
Post: Help with Scrollbar

Hi Folks, could someone help me with this code below please? I just need to add a scrollbar to my result frame. I tried many ways but unfortunately without success. Follow below my python code: impo...
JJota GUI 6 3,691 Mar-09-2020, 09:21 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020