Python Forum
[PySimpleGUI] update listbox not working
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PySimpleGUI] update listbox not working
#3
Apparently I had to use Finalize() on the layout line, like this:
window = sg.Window('ToDo').Layout(layout).Finalize()

Since the window is not fully formed until then...
Reply


Messages In This Thread
RE: [PySimpleGUI] update listbox not working - by zappfinger - Nov-12-2018, 08:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PysimpleGUI window update dynamically SamLiu 6 4,117 Apr-05-2023, 02:32 PM
Last Post: SamLiu
Photo PySimpleGUI FilesBrowse enable event to update value in combo SamLiu 2 4,718 Mar-15-2023, 12:49 PM
Last Post: SamLiu
  PySimpleGUI Try Except jamesaarr 1 1,978 Nov-18-2021, 02:02 PM
Last Post: jamesaarr
  PysimpleGUI - listbox with list jamesaarr 2 4,342 Sep-06-2021, 09:52 AM
Last Post: jamesaarr
  [PyGUI] ListBox Update Issue antonello 1 3,200 Feb-28-2021, 06:23 PM
Last Post: Larz60+
  [PySimpleGUI]How to insert values that were gotten from FilesBrowse into ListBox? trigchen 0 2,900 Dec-30-2019, 06:58 AM
Last Post: trigchen
  Need help setting up a PySimpleGUI progress bar that I can maually update in script Soundtechscott 1 10,138 Jun-10-2019, 06:14 AM
Last Post: Soundtechscott
  listbox ipadx, ipady not working maxtimbo 4 4,951 Feb-22-2019, 07:46 PM
Last Post: wuf

Forum Jump:

User Panel Messages

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