From: Phil E. <ph...@li...> - 2005-04-26 11:58:13
|
On Sun, 2005-04-24 at 22:03, Steve Christensen wrote: > > Upgrading to the 2.5.5.1 release of wxPython cleared up the problem with > saveFileDialog (it now returns the absolute path) > Well, it's 50% fixed. If you supply a default filename to the dialog and the user simply clicks the OK button to accept the default, you'll find that result.paths[0] contains something like: /path/to/some/directory/.. If the user types something in the filename box, then you do indeed get the absolute path back. Also, this bug only applies to GTK2, i.e. it works as expected on Windows. Methinks a posting to the wxPython-users list is in order... > Upgrading to 2.5.5.1 also fixed another intermittent problem I was > having. (when I set an Image control to a new file, on one set of > images an error dialog would pop-up complaining about large files not > being supported... I can't remember the exact message) Ahh, excellent. I was seeing this occasionally in an application of mine. -- Regards Phil Edwards Brighton, UK |