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?

Hmm, I now have it working. I replaced :
do{ Win32::GUI::DoEvents(); } until ($::MSG{"Dialogue"}{"Text"} ne '');
with
$dlg->Dialog(); print "User Entered:".$::MSG{"Dialogue"}{"Text"}."\n";
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 ?

Talwyn

  • Comment on Re: Re: Re: Re: win32::Gui -- Paradigm problem...How do you get info back from a dialog?
  • Select or Download Code