Re: [perl-win32-gui-users] Awaiting modal window closure

2004-11-30 Thread Jez White
Hi, The DoModal method might be what you are looking for - from the docs: ### # (@)METHOD:DoModal([DISABLE_ALL=FALSE]) # Enter the GUI dialog phase for a specific window: the script halts, the # user can intera

[perl-win32-gui-users] Awaiting modal window closure

2004-11-30 Thread Mark Nettlingham
Hi all, I'm trying to implement a simple error handling subroutine, which pops up a modal error message during the main Dialog() phase. My problem is that when I call my subroutine, the modal window appears, but my script won't wait for me to close it before carrying on. I've had a bit of a fiddl