Python Forum
[Tkinter] How to get & delete details from each input by clicking a button
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] How to get & delete details from each input by clicking a button
#3
(Jan-30-2019, 08:54 PM)Larz60+ Wrote: You have some issues with your code. you create 6 entry fields, but assign the text entered of each to the same entry field. They are all assigned to the same variable 'var'. This accounts for the duplication in each entry. Also, although legally valid, the assignment of button to print statement is odd. Usually, you would assign the button to a function that would process the contents of fields. I'll play with this a bit.
Please how can I go about all these? Thanks.
Reply


Messages In This Thread
RE: How to get & delete details from each input by clicking a button - by Vicolas - Jan-30-2019, 09:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Scrollable buttons with an add/delete button Clich3 5 3,507 Jun-16-2022, 07:19 PM
Last Post: rob101
  [Tkinter] Clicking on the button crashes the TK window ODOshmockenberg 1 2,271 Mar-10-2022, 05:18 PM
Last Post: deanhystad
  Need tkinter help with clicking buttons pythonprogrammer 2 2,495 Jan-03-2020, 04:43 AM
Last Post: joe_momma
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,055 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [Tkinter] how to input a random entry with each button press? nadavrock 1 6,439 Jun-17-2019, 05:28 AM
Last Post: Yoriz
  [Tkinter] RE: status bar to return to the centre after 1 minute of clicking a button ? chano 6 4,748 May-27-2019, 04:24 PM
Last Post: Yoriz
  tkinter- adding a new window after clicking a button built on the gui ShashankDS 2 6,660 Apr-18-2019, 12:48 PM
Last Post: ShashankDS
  [Tkinter] Adding New TAB to NoteBook Widget by Clicking Vicolas 0 2,642 Feb-15-2019, 06:03 PM
Last Post: Vicolas
  [Tkinter] Clicking a RadioButton in a for Loop & Getting the Appropriate Return Vicolas 1 5,191 Feb-02-2019, 01:53 AM
Last Post: woooee
  [PyQt] No reaction and no error message when clicking button Atalanttore 4 4,860 Nov-23-2018, 01:48 PM
Last Post: Atalanttore

Forum Jump:

User Panel Messages

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