wxFileDialog - wxOPEN|wxMULTIPLE

Hi!

I just wondered how many files at the time I am allowed to open in
wxFileDialog in the wxOPEN|wxMultiple modus. It seems like the limit is 110
files. Sometimes, however, I need to open more files than that and then I
recieve an error dialog with the following message:

Common dialog failed with error code 3003

Any suggestions how to set a higher limit or how to work around this
problem?
Thanks in advance!

Oliver

Get a better OS? :wink:

I just selected ~280 files with no problems on both Linux and Win2k. Do you have Win9x?

ยทยทยท

oliver.tomic@matforsk.no wrote:

Hi!

I just wondered how many files at the time I am allowed to open in
wxFileDialog in the wxOPEN|wxMultiple modus. It seems like the limit is 110
files. Sometimes, however, I need to open more files than that and then I
recieve an error dialog with the following message:

Common dialog failed with error code 3003

Any suggestions how to set a higher limit or how to work around this
problem?

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