Re: Use of while(1) with app.mainLoop of wxpython

2007-11-01 Thread Godson Gera
On 11/2/07, tarun <[EMAIL PROTECTED]> wrote: > > Dear All, > > I've have created a GUI (using wxPython widgets) where in I've a message > log window (A TextCtrl window). I've a router.dll that helps me putting in > message onto a channel. In my script that generates the GUI, I want to > continuousl

Use of while(1) with app.mainLoop of wxpython

2007-11-01 Thread tarun
Dear All, I've have created a GUI (using wxPython widgets) where in I've a message log window (A TextCtrl window). I've a router.dll that helps me putting in message onto a channel. In my script that generates the GUI, I want to continuously poll the channel and populate the messages from the chan