[perl-win32-gui-users] DoModal and return value help, please

2005-09-29 Thread Scott Spearman
Hi, I'm having some trouble with DoModal and appropriate return values, and I'm hoping someone can help me... At a very high level, here's a description of my program. I'm hoping someone can explain to me where I need to put calls to DoModal and what functions should have what return values.

RE: [perl-win32-gui-users] DoModal and return value help, please

2005-09-29 Thread Jeremy White
Hi, Hi, I'm having some trouble with DoModal and appropriate return values, and I'm hoping someone can help me... Once a window has gone modal (via -DoModal(1); ) return with -1 from an event, and this will end the modal phase. I had it mostly working. The issue is that after they would

Re: [win32gui] Re: [perl-win32-gui-users] Re: Centering Win32::GUI::GetOpenFileName Dialog Box

2005-09-29 Thread Robert May
Ariel Serbin wrote: 1. Win32::GUI::FindWindow only finds top level windows (which is what it says in the docs.) The docs are correct! I was thinking of FindWindowEx, which is not in Win32::GUI. I had to install Win32::GuiTest to get the handle of the listview control in the Open dialog.