wxpython file dialog

Janwillem jwevdijk at xs4all.nl
Sun Feb 10 04:07:28 EST 2008


Guilherme Polo wrote:
> 2008/2/9, Janwillem <jwevdijk at xs4all.nl>:
>> Is there a way to force the wx.FileDialog to show as default the
>>  thumbnails vie in stead of list view?
>>  thanks, janwillem
>>
>> --
>>  http://mail.python.org/mailman/listinfo/python-list
>>
> 
> You should be using wx.lib.imagebrowser.ImageDialog instead of
> wx.FileDialog for that purpose.
> 
> 
Thanks for the hint, very neat widget. However, it seems not to support 
multiple selection. My application selects from a series of low light 
photographs of the same subject the sharpest one (like BSS on Nikon 
Coolpix). So I need multiple selection and thumbnails. It works with 
wx.FileDialog style=FD_MULTIPLE but I have to select thumbnail view 
every time.
Janwillem



More information about the Python-list mailing list