From: Piske, H. <Har...@bo...> - 2001-10-19 18:59:14
|
> I have never used the -owner flag, so I have no idea what it does. We've had that. Since searching the archives doesn't really produce any hits, I searched my local mail folder instead :) -----Original Message----- From: Piske, Harald [mailto:Har...@bo...] Sent: Friday, March 16, 2001 08:36 To: 'per...@li...' Subject: RE: [perl-win32-gui-users] SaveFile/OpenFile Dialogs | 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. _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |