On 07/05/2012 17:34, Sue wrote:
> Is this a bug or are these options unsupported options?
They're unsupported. :-) The issue is that they're only used when
creating the window, but Tk reuses the built dialog as much as it can
for efficiency. They're also non-portable; the Windows and OSX native
dialogs don't give that level of control at all (and get it right
anyway, modulo the respective platforms' definition of what that is).
The good news is that the deep issue (wrong default placement on multi-
monitor setups) will be fixed in the next version of Tk; this is a key
part of Bug 533519 <
http://sf.net/support/tracker.php?aid=533519>. (The
embarrassing part was how long we took to fix the bug...)
Donal.