in reply to Re: Re: Re: win32::Gui -- Paradigm problem...How do you get info back from a dialog?
in thread win32::Gui -- Paradigm problem...How do you get info back from a dialog?
withdo{ Win32::GUI::DoEvents(); } until ($::MSG{"Dialogue"}{"Text"} ne '');
Which by the way the Docs say explicitly NOT to do. Are there any potential gotchas I should be aware of when I use this ?$dlg->Dialog(); print "User Entered:".$::MSG{"Dialogue"}{"Text"}."\n";
Talwyn
|
|---|