Re: wxEuphoria - file_selector - multiple files selected
- Posted by mattlewis (admin) Nov 30, 2010
- 1491 views
engayola said...
Hello. I need to load multiple files selected. The following line of code should make this multiple selection.
file = file_selector( 0, "Abrir", {"","","","algo (*.*)|*.*"}, wxOPEN + wxMULTIPLE)
However, the sequence "file" brings a single. Can someone help? Thank you very much. Greetings. Marcelo
It looks like this isn't correct. The file_selector() function uses wxFileSelector, which does not support multiple files. In order to get multiple files, wxFileDialog will need to be wrapped.
I hope to get a new version of wxEuphoria out soon, along with eu4. I'll try to get this wrapped for the next release.
Matt