Python Forum
[Tkinter] Not getting entry values on button click & treeview not updating ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Not getting entry values on button click & treeview not updating ?
#3
Thank you for your reply

1. I am not quite sure what that entails. So let's say I replace the call for adding_records in the current button. I replace it with something like get_values. Would I pass the entry objects to the function? (i.e. get_values(e1, e2, etc). Then inside the function call the get() function? Wouldn't I run into the same issue of the Entry object not being set before it is passed to the function?

def get_value(e1,e2,e3,e4,e5,e6):
     e1 = e1.get()
     e2 = e2.get()
    ......
     adding_records(e1, e2.......)
2. Perfect, I think I got that worked out. I added a line in the adding_records that inserts the items into the treeview. So far that seems to be working.
Reply


Messages In This Thread
RE: Tkinter/sqlite method issues - by Yoriz - May-08-2019, 07:55 PM
RE: Tkinter/sqlite method issues - by swanysto - May-08-2019, 11:28 PM
RE: Tkinter/sqlite method issues - by Yoriz - May-09-2019, 08:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  tkinter - touchscreen, push the button like click the mouse John64 5 943 Jan-06-2024, 03:45 PM
Last Post: deanhystad
  [Tkinter] Search data in treeview without search button TomasSanchexx 3 1,674 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  Figure Gets Larger Every time I click a show button joshuagreineder 2 1,356 Aug-11-2022, 06:25 AM
Last Post: chinky
  [Tkinter] [split] Is there a way to embed a treeview as a row inside another treeview? CyKlop 5 3,438 Oct-20-2021, 12:14 AM
Last Post: CyKlop
  [Tkinter] Modify Class on Button Click KDog 4 4,016 May-11-2021, 08:43 PM
Last Post: KDog
  Updating button text based upon different variable values knoxvilles_joker 0 2,265 Apr-18-2021, 04:13 AM
Last Post: knoxvilles_joker
  [Tkinter] Justify the treeview to the last entry MrP 7 7,096 Mar-01-2021, 11:20 AM
Last Post: MrP
  [Tkinter] Can I modify part of 'Values' value of Treeview item? water 0 2,755 Dec-29-2020, 09:35 PM
Last Post: water
  [Tkinter] Button click problem using OOP JohnB 5 3,679 Oct-21-2020, 12:43 PM
Last Post: JohnB
  tkinter | Button color text on Click Maryan 2 3,431 Oct-09-2020, 08:56 PM
Last Post: Maryan

Forum Jump:

User Panel Messages

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