<div><font face="georgia" color="#990000">Dear All,</font></div>
<div><font face="georgia" color="#990000"></font> </div>
<div><font face="georgia" color="#990000">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 channel to the message log window.
</font></div>
<div><font face="georgia" color="#990000"></font> </div>
<div><font face="georgia" color="#990000">For this I've to put a while (1) loop, but when I do this, the GUI doesn't come up. I see the GUI coming when while(1) is removed. Is there any issue with usage of app.mainloop
and while(1) together.</font></div>
<div><font face="georgia" color="#990000"></font> </div>
<div><font face="georgia" color="#990000">Quick help would be really appreciated.</font></div>
<div><font face="georgia" color="#990000"></font> </div>
<div><font face="georgia" color="#990000">Thanks & Regards,</font></div>
<div><font face="georgia" color="#990000">Tarun</font></div>