Your suggestion solved the problem. I am in awe of your erudition. Is there documentation on this module? I am wondering whether it is capable of additional magic about which I should know more.
Here are more questions for the list that I think are esoteric: I intend that the PDA run only my application. Is there a way to run a program so that it consumes the entire screen (without all the Microsoft stuff at the top)? Also, what is the best way to get the program to run automatically when the PDA reboots? On Thursday 16 February 2006 04:00, [EMAIL PROTECTED] wrote: > Message: 1 > Date: Wed, 15 Feb 2006 20:24:39 +0800 > From: "Luke Dunstan" <[EMAIL PROTECTED]> > Subject: Re: [PythonCE] Spinner > To: <pythonce@python.org> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > > 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 Barish" <[EMAIL PROTECTED]> > To: <pythonce@python.org> > Sent: Wednesday, February 15, 2006 7:42 AM > Subject: [PythonCE] Spinner > > > Does anyone know why I get the spinner over any Python application that I > > run? > > The application seems to be running fine even though I am supposed to > > wait for something. > > -- > > Jeffrey Barish > > _______________________________________________ > > PythonCE mailing list > > PythonCE@python.org > > http://mail.python.org/mailman/listinfo/pythonce -- Jeffrey Barish _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce