From: Daan L. <da...@cs...> - 2004-12-01 07:45:19
|
Sebastian Sylvan wrote: > Is there any way to force the program to process pending events? > > The specific situation is this. I add a bunch of stuff to a listbox > and after each addition I would like the listbox to update itself so > that the change is visible immidiatly. As it is now the changes are > only visible after I've added ALL the items to the listbox. I think you can say "repaint w" to your widget "w" that needs to be updated. -- Daan |