Re: [gtkmm] Forcing redraw of window, without returning to main event loop



> I have code which does a series of calculations, and I would like it to show
> intermediate calculations on the screen as it runs.  I am updating the
> models (eg ListStores) as the calculations are proceeding, but at present
> all the results are displayed only when the series of calculations is
> finished and control returns to gtkmm.  (I understand why it is doing this -
> I just wonder if there's a way to force a redraw).

You could use threads to do the calculations.

Afonso




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]