in reply to Re: Sharing Win32::GUI::RichEdit...
in thread Sharing Win32::GUI::RichEdit...

Is there a POE::Loop for Win32::GUI?

Replies are listed 'Best First'.
Re^3: Sharing Win32::GUI::RichEdit...
by jplindstrom (Monsignor) on Jul 06, 2005 at 11:01 UTC
    Not that I've heard of, but if the POE main event loop can call Win32::GUI::DoEvents frequently that would work.

    Not that it wouldn't block the GUI whenever something else does something time consuming, so I don't know how useful it would be as a general solution.

    /J