Discussion:
Displaying a dialog of folders
Tim Burgess
2014-04-09 11:20:06 UTC
Permalink
Hi,

I'm familiar with using wxFileDialog, but wonder if there's any way of
suppressing the listing of files, so that the dialog only displays folders?
Is this possible without me having to craft my own solution, please?

Best wishes.
Tim Burgess
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Catalin
2014-04-09 11:25:45 UTC
Permalink
On Wednesday, 9 April 2014, 14:20, Tim Burgess wrote:

I'm familiar with using wxFileDialog, but wonder if there's any way of
Post by Tim Burgess
suppressing the listing of files, so that the dialog only displays folders?
How about wxDirDialog ?
Regards,
C
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Steve Barnes
2014-04-09 19:06:25 UTC
Permalink
Post by Tim Burgess
Hi,
I'm familiar with using wxFileDialog, but wonder if there's any way of
suppressing the listing of files, so that the dialog only displays folders?
Is this possible without me having to craft my own solution, please?
Best wishes.
Tim Burgess
Try taking a look at wxDirDialog
<http://docs.wxwidgets.org/2.8/wx_wxdirdialog.html> and
wx.GenericDirCtrl
<http://docs.wxwidgets.org/trunk/classwx_generic_dir_ctrl.html> in
wxPython you also have wx.lib.agw.multidirdialog
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Tim Burgess
2014-04-09 23:16:51 UTC
Permalink
OK, thanks. I'm now using wxDirDialog, but I'll also take a look at these
other suggestions.



Best wishes.

Tim Burgess



From: wx-***@googlegroups.com [mailto:wx-***@googlegroups.com] On Behalf
Of Steve Barnes
Sent: 09 April 2014 20:06
To: wx-***@googlegroups.com
Subject: Re: Displaying a dialog of folders



On 09/04/14 12:20, Tim Burgess wrote:

Hi,

I'm familiar with using wxFileDialog, but wonder if there's any way of
suppressing the listing of files, so that the dialog only displays folders?
Is this possible without me having to craft my own solution, please?

Best wishes.
Tim Burgess



Try taking a look at wxDirDialog
<http://docs.wxwidgets.org/2.8/wx_wxdirdialog.html> and wx.GenericDirCtrl
<http://docs.wxwidgets.org/trunk/classwx_generic_dir_ctrl.html> in wxPython
you also have wx.lib.agw.multidirdialog
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...