Randy Burgess wrote:
Working with wxPython for the first time, and running into a small
problem
that seems like it should be simple to fix. [...]
dialog.CentreOnScreen()
Bye,
AlbertoThis doesn't do it either. I'm wondering if the Centre and CentreOnScreen
methods don't work for Windows? There is some hint of that in the wxWindows
documentation.
wxFileDIalog is not a true wxDialog, but just a wrapper around the windows API that creates and shows the system dialog, so most of the wxWindow methods will have no effect on it.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!