| how can I set the position of a GetSaveFile or GetOpenFile 
| Dialog? -top and
| -left don't seem to work.
| the dialog always shows up in the left upper corner of 
| desktop. using win32:gui
| 0.0.558.

It comes top left when it doesn't have an owner. Use

        -owner => $mainwindow->{-handle}

and it will show somewhat centered over the owner. provided you have a
window to own the dialog ... for a "stray" GetOpenFileName I don't have a
solution at hand.

Reply via email to