Re: Spinner
"Luke Dunstan" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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: <[email protected]>
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
> [email protected]
> http://mail.python.org/mailman/listinfo/pythonce
>