DINESHBABU DINAKARABABU wrote: > Hi, > > I tried it. But, I need to do a key press for closing the first image and view the next image and so on. I am on the lookout for some method which opens and displays the first image, once the pixbuf gets updated, the first image closes and gets replaced by the next image and so on. I need successive display of images with the pixbuf updating without any manual intervention.
Capture key-press events, and load the new picture from the socket when you receive a key-press event. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
