Just spotted a wee implementation quirk on Win32, when working with request_new_file.
The dialogue works as expected if you click the Save button with the mouse, but if you hit enter instead, then the first window dismisses, the background operation completes (my file is saved), but fresh dialogue window of the same type instantly pops up. A bit of testing shows that the same thing happens with request_old_file, but you're less likely to be typing the filename in that situation. No issue on OS X. PyGUI 2.3, Python 2.6.6, PyWin32-213, Windows XP SP3 Cheers, Alex _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
