| | |
wxPython file browser
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
Generally you tell the dialog which files you want to display ...
Python Syntax (Toggle Plain Text)
dlg = wx.FileDialog(self, "Open a file") dlg.SetStyle(wx.OPEN) wildcard = "Python files (.py)|*.py|" \ "PythonW files (.pyw)|*.pyw|" \ "All files (*.*)|*.*" dlg.SetWildcard(wildcard)
Last edited by vegaseat; Jun 22nd, 2006 at 1:13 am.
May 'the Google' be with you!
![]() |
Similar Threads
- sending printscreen file through browser (ASP.NET)
- XP fails to boot because of missing file? (Windows NT / 2000 / XP)
- How to display a HTML file (in browser window) from Java Program...? (Java)
- Browser's File Interpreters (Computer Science)
- Unable to execute a video file in browser using Java (Java)
- IE6 (file/save as) does not save pages correctly on my local disk (Web Browsers)
Other Threads in the Python Forum
- Previous Thread: pywin32 MovefileEx
- Next Thread: wxButtonImage
| Thread Tools | Search this Thread |
Tag cloud for Python
alarm assignment avogadro beginner bluetooth character cmd code copy customdialog cx-freeze data decimals dictionary directory dynamic error examples excel exe file float format ftp function generator gnu graphics gui halp homework http ideas import input itunes java leftmouse line linux list lists logging loop module mouse number numbers output parsing path port prime program programming projects push py2exe pygame pyglet pyqt python random recursion recursive schedule screensaverloopinactive script scrolledtext slicenotation sqlite ssh stdout string strings sudokusolver table terminal text thread threading time tkinter tlapse tuple tutorial ubuntu unicode update urllib urllib2 variable ventrilo verify vigenere webservice wikipedia windows wxpython xlib






