Re: annoying progress clock while running wxPython
"Matt S." <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
That did it! Thanks Luke. Matt On 1/25/07, Luke Dunstan <[email protected]> wrote: > > > try: > import _pcceshell_support > except ImportError: > # This can happen if PythonCE was started with the > /nopcceshell argument > pass > else: > _pcceshell_support.Busy(0) > Luke > > > ----- Original Message ----- > *From:* Stefan Johansson <[email protected]> > *To:* Matt S. <[email protected]> ; [email protected] > *Sent:* Friday, January 26, 2007 7:39 AM > *Subject:* Re: [PythonCE] annoying progress clock while running wxPython > > I had the same problem. It does eventually go away but it takes a long > time, like minutes. Unfortunately I never found a solution. > > Stefan > > ----- Original Message ---- > From: Matt S. <[email protected]> > To: [email protected] > Sent: Thursday, January 25, 2007 4:28:20 PM > Subject: [PythonCE] annoying progress clock while running wxPython > > When I run wxPython code on my windows mobile 4.0 device I get this > pin-wheel like progress clock that won't go away. I can interact with the > widgets, no problem, but the pin-wheel is a real eyesore. I'm running > PythonCE 2.4 and wxPython 2.7.0. Has anyone ran into this problem or does > anyone know how to resolve it? > > Thanks! > Matt > _______________________________________________ > PythonCE mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pythonce > > ------------------------------ > > _______________________________________________ > PythonCE mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pythonce > > _______________________________________________ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce