Re: wxPython pop--up ("could not retrieve information...")

2008-08-07 Thread Mike Driscoll
On Aug 7, 1:36 pm, mistersulu <[EMAIL PROTECTED]> wrote: > Hi all: > > I'm using a wx.ListView object with a multi-threaded wxPython app. > The list is dynamically generated and accessed across two or more > threads.  In spite of the fact that I have checks to see if an item at > a given index is i

Re: wxPython pop--up ("could not retrieve information...")

2008-08-07 Thread Frank Niessink
Hi, 2008/8/7 mistersulu <[EMAIL PROTECTED]>: > Is there a setting somewhere in wxPython to either disable these pop- > up messages or a semaphore or event locking method to enable cross- > thread access to a listview object? Maybe this helps: http://wiki.wxpython.org/LongRunningTasks ? Cheers, F

Re: wxPython pop--up ("could not retrieve information...")

2008-08-07 Thread Timothy Grant
On Thu, Aug 7, 2008 at 11:36 AM, mistersulu <[EMAIL PROTECTED]> wrote: > Hi all: > > I'm using a wx.ListView object with a multi-threaded wxPython app. > The list is dynamically generated and accessed across two or more > threads. In spite of the fact that I have checks to see if an item at > a gi