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
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
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