Re: positioning tk_getOpenFile dialog



On Mar 31, 11:35 am, "Donal K. Fellows"
<donal.k.fell...@xxxxxxxxxxxxxxxx> wrote:
impm...@xxxxxxxxx wrote:
What is the option to display the tk_getOpenFile dialog at location
x,y in Tcl/Tk8.5.0?. With Tcl/Tck8.4.13, this would be given using "
-x <xlox>" and "-y <yloc>" (even though it is not documented).

I didn't know about that! Which platform?

But in Tcl/Tk8.5.0, giving -x and -y options throws the error that it
is not a valid option. Is there a way to give the position one wants
to display the dialog at?

Officially, we only support "associating" the dialogs with another
widget (via the -parent option), and not fine positioning.

Donal.

Both Windows and all UNIX platforms. This worked in tcl/tk8.4.13.
In tcl/tk8.5.0, the dialog always comes up on the left screen corner.
.