need help with real time update wx.ListCtrl

Hi all, i'm currently writing a small program to trace the price of
the the stock.
How can i able to keep update the wx.ListCtrl (let say it going to
retrieve data from the website every 5 minutes).

Thanks in advance.

.SetItem() ?

Che

···

On Thu, Jul 30, 2009 at 11:37 PM, coffeeGT pythongt@gmail.com wrote:

Hi all, i’m currently writing a small program to trace the price of

the the stock.

How can i able to keep update the wx.ListCtrl (let say it going to

retrieve data from the website every 5 minutes).

I usually use SetStringItem() and InsertStringItem().

You may want to look into ObjectListView too. It works quite a bit
differently, but I think it works better.

- Mike

···

On Jul 30, 11:58 pm, C M <cmpyt...@gmail.com> wrote:

On Thu, Jul 30, 2009 at 11:37 PM, coffeeGT <pytho...@gmail.com> wrote:

> Hi all, i'm currently writing a small program to trace the price of
> the the stock.
> How can i able to keep update the wx.ListCtrl (let say it going to
> retrieve data from the website every 5 minutes).

.SetItem() ?

Che