Re: Gdk PixbufAnimation supported formats

2013-04-21 Thread Kip Warner
On Thu, 2013-04-18 at 02:08 -0700, Andrew Potter wrote: You can make a few png or jpg frames and hook up a g_timeout_add() callback to set the pixbuf on a GtkImage. I done similar when I needed to dynamically scale animated gifs. Be sure to stop your timeout on unmap()/unrealize(), especially

Re: Updating GUI during long operation

2013-04-21 Thread Chris Vine
On Sat, 20 Apr 2013 16:25:50 -0700 Kip Warner k...@thevertigo.com wrote: On Sat, 2013-04-20 at 23:35 +0100, Chris Vine wrote: If you have a main loop running, this is completely unnecessary, unless you are doing something to block the loop, which you shouldn't do. Hey Chris. Although

Re: Updating GUI during long operation

2013-04-21 Thread Chris Vine
On Sun, 21 Apr 2013 11:33:45 +0100 Chris Vine ch...@cvine.freeserve.co.uk wrote: On Sat, 20 Apr 2013 16:25:50 -0700 Kip Warner k...@thevertigo.com wrote: On Sat, 2013-04-20 at 23:35 +0100, Chris Vine wrote: If you have a main loop running, this is completely unnecessary, unless you are