Re: [PythonCE] Spinner

2006-02-17 Thread Luke Dunstan
k (assuming you are using 2.3.5). Luke - Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Friday, February 17, 2006 6:07 AM Subject: Re: [PythonCE] Spinner Your suggestion solved the problem. I am in awe of your erudition. Is there docu

Re: [PythonCE] Spinner

2006-02-16 Thread Jeffrey Barish
: 1 > Date: Wed, 15 Feb 2006 20:24:39 +0800 > From: "Luke Dunstan" <[EMAIL PROTECTED]> > Subject: Re: [PythonCE] Spinner > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type

Re: [PythonCE] Spinner

2006-02-15 Thread Luke Dunstan
This happens in GUI applications because the PythonCE shell thinks that the program is busy even though it may simply be in a message loop. One way to get rid of the wait cursor is: import _pcceshell_support _pcceshell_support.Busy(0) Luke - Original Message - From: "Jeffrey