[PythonCE] Differences running wxPython on WinCE vs WinXP

2006-02-15 Thread Jeffrey Barish
I am moving my application over to WinCE now that I have it working on WinXP. I have noticed a few differences off the bat that I am wondering about: 1. As I mentioned in my previous email, I get a spinner over any Python application that I run. 2. In a ListCtrl with multiple columns, a select

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