![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
I have been playing around with wxFileDialog() and like to list both .py and .pyw files in the same file dialog. This is what I have, but .py and .pyw files come up separately.
fileType = "Python files (.py)|*.py|Pywin files (.pyw)|*.pyw"
dlg = wxFileDialog(self, "Choose a file", self.dirname, "", fileType, wxOPEN)
__________________
I looked it up on the Intergnats! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|