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
> 
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to