Python Forum
[PySimpleGUI]How to insert values that were gotten from FilesBrowse into ListBox?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PySimpleGUI]How to insert values that were gotten from FilesBrowse into ListBox?
#1
I want to fill the ListBox with the values when user click the FilesBrowse button and select multiple files and return.
I set the FilesBrowse button's target to the ListBox, it didn't work.
I set the FilesBrowse button's target to (None, None), it didn't fire an event that I can catch after window.Read().
How can I achive the goal with PySimpleGUI?

Thanks advanced.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo PySimpleGUI FilesBrowse enable event to update value in combo SamLiu 2 4,588 Mar-15-2023, 12:49 PM
Last Post: SamLiu
  PysimpleGUI - listbox with list jamesaarr 2 4,290 Sep-06-2021, 09:52 AM
Last Post: jamesaarr
  tkinter| listbox.insert problem Maryan 3 3,505 Sep-29-2020, 05:34 PM
Last Post: Yoriz
  Help with PySimpleGUI INSERT INTO sqlite3 database jrbond 5 7,157 Jul-20-2020, 01:24 PM
Last Post: jrbond
  [PySimpleGUI] update listbox not working zappfinger 2 12,088 Nov-12-2018, 08:33 PM
Last Post: zappfinger

Forum Jump:

User Panel Messages

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