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 ?
#2
In answer to your questions:
  1. The lambda is set to the the values of the entry's at the time the lambda is created.
    It would be better to add a function that is called when the button is clicked,
    it reads the values of the entry's and then calls adding_records with the current values.

  2. The records are added to the database but the treeview has not not been given a way to show the updates.
    Either add the new items or clearing the treeview and calling viewing_records()
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,678 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  Figure Gets Larger Every time I click a show button joshuagreineder 2 1,357 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,439 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,097 Mar-01-2021, 11:20 AM
Last Post: MrP
  [Tkinter] Can I modify part of 'Values' value of Treeview item? water 0 2,756 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