Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wx.DirDialog doesn't word with wx.DD_MULTIPLE #1944

Open
hagemouse opened this issue Apr 4, 2021 · 3 comments
Open

wx.DirDialog doesn't word with wx.DD_MULTIPLE #1944

hagemouse opened this issue Apr 4, 2021 · 3 comments

Comments

@hagemouse
Copy link

wx: new version
python: 3.8.5

dlg = wx.DirDialog (self, style= wx.DD_MULTIPLE )
dlg.ShowModal()
dlg.getpaths(list)

but I get nothing

Anybody can help?
thank you.

@Infernio
Copy link
Contributor

Ran into this as well. Seems like DirDialog doesn't support this, I used MultiDirDialog for now.

@alphacheng
Copy link

Ran into this as well. thanks to infernio. MultiDirDialog may be useful.

@RobinD42
Copy link
Member

This issue has been mentioned on Discuss wxPython. There might be relevant details there:

https://discuss.wxpython.org/t/correct-usage-of-wx-dirdialogs-getpaths-with-dd-multiple-style/35850/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants