I'm using wxPython. My program has a loop where it puts data in a grid
cell, and then goes for some more processing. Well, some of the cells
are used to indicate progress, but their usefulness is hindered by the
fact that the grid refuses to change until the loop finishes, when it
shows the final result.

What can I do about this?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to