Hi all,

I'm new to GUI programming and this is probably quite simple. I have a wizard based GUI. In validation() of a page, I'm doing quite a lot of communication (serial) stuff and updating a progress bar. But I can see that the GUI is not updated quickly enough, probably because it didn't get a chance. I'm wondering in such a situation, is there a way to make the GUI more responsive?

The validation() code is NOT running on a separate thread.

Thanks,
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to