Problem with wxListbox and wxFileDialog

tictactouc@altern.org wrote:

Hi world!!!
How to fill a wxlistbox with selected files in a FileOpenDialog?
If someone can give me a simple example, I would be very happy!!!

Something like this:

  selectedFiles = filedlg.GetPaths()
  for p in selectedFiles:
    listbox.Append(p)

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!