From starred@tiscalinet.it Mon Aug 13 13:33:49 2001
Received: from mailrelay2.inwind.it ([212.141.54.102])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f7DBXib01473
	for <prolog@swi.psy.uva.nl>; Mon, 13 Aug 2001 13:33:44 +0200 (MET DST)
Received: from tiscalinet.it (62.98.231.149) by mailrelay2.inwind.it (5.5.029)
        id 3B4502A10097F9EA for prolog@swi.psy.uva.nl; Mon, 13 Aug 2001 13:33:33 +0200
Message-ID: <3B77BB2F.4F1B3E45@tiscalinet.it>
Date: Mon, 13 Aug 2001 13:34:07 +0200
From: Armando Stellato <starred@tiscalinet.it>
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: SWI Mailing List <prolog@swi.psy.uva.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [SWIPL] How may I leave a PCE window available for input while a server is 
 running on it?

Hi,
I'm writing a Prolog-server on windows, so I can't use multitasking.
The problem is: if i make the server listening for inputs, he is busy
and I cannot access the window (the pointer is in the classic sand glass
shape). I'm using a repeat-loop to open a repetition of 0.55ms time
cells where the server is listening for clients. If I could add
something between the time cells for make the window listening for
manual inputs, the problem would be solved, but I don't know what.
Thank u in advance.

Armando Stellato

