Re: wxEuphoria - file_selector - multiple files selected

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu