Re: Refreshing forms

From: Anton Berezin <tobez_at_tobez.org>
Date: Tue, 21 Jun 2005 17:27:05 +0200
To: lemons_terry_at_emc.com

On Tue, Jun 21, 2005 at 10:48:50AM -0400, lemons_terry_at_emc.com wrote:

> I'm using:
>
> $inProgressWindow -> show();
> $::application->yield();
>
> To display a form, and then continue program execution. This is working
> great. BUT, if any other window covers my Prima form then goes away, my
> Prima form is not updated, and continues to hold the image of the gone-away
> form, instead of its own text. How can I force Prima to refresh its forms
> after they are unblocked by other forms?

You either need to enter a "normal" Prima runloop, or call yield()
repeatedly in some "strategic" points (5 or 10 times a second for best
results).

\Anton.

-- 
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi
Received on Tue 21 Jun 2005 - 17:27:08 CEST

This archive was generated by hypermail 2.2.0 : Wed 27 Mar 2013 - 10:40:22 CET