> execute a series of pgNewWidget. Several clients possibly are doing
> the same thing. When does the server start to update the display ?
Ok, answering to my own question: it seems it's only in the
pgGetEvent that pgUpdate is called, which is sensible IMHO.
> When I enter the event loop, ie whe
Hi,
I was wondering on how the redrawing of the display is scheduled : let
say I construct an interface with lots of widgets. From the client, I
execute a series of pgNewWidget. Several clients possibly are doing
the same thing. When does the server start to update the display ?
When I enter the