Re: Filedialog wxglade 0.9.0
"Brendan Simon (eTRIX)" <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Organization | eTRIX Systems |
| Message-ID | <[email protected]> |
You can't display and `dialog` in another window/frame/dialog. It's not a `control` like those you see in the wxglade selection panel. A filedialog is a full window/dialog already layed out. You just need to to instantiate it with your desired parameters and display it. E.g. if someone presses a button on your GUI to load or save a file, your button handler would/could instatiate the filedialog, wait for the user to browse and select a file and press ok (or cancel). You then get the response, selection and do whatever you need to do with it. Brendan. ------------------------------------------------------------------------ On 31/01/2019 9:34 am, Michael O'Brien wrote: > Hi there, > > I think wxGlade is a great tool but I have a real novice question I > hope you can help me with. How do I include the filedialog component > listed on wxWidget into wxGlade so I can add it to my frame like any > of the other components available as standard? > _______________________________________________ wxGlade-general mailing list wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/wxglade-general