2005/9/1, rh <[EMAIL PROTECTED]>: > > Hi all, > > I have a problem. > I have 8 pictures & I want to display those pictures one by one in one > GtkImage, with 500ms delay in every picture. > I try to refresh my Hildonapp, Hildonappview & GtkImage every 500 ms > automatically (loop),
If that loop isn't in a separate thread or doesn't do while (gtk_main_iteration() ); in the loop, then it most definetly won't update the screen as the execution of code is stuck waiting for your loop to finish before it can update the screen again. -- Kalle Vahlman, [EMAIL PROTECTED] _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers