Hi to all Dillo developers, Thank's to Jorge to point me out the right way to communicate with Dillo developers. I have an embedded system based on Geode( another x86 embedded implementation) and trying to run Dillo on it. Everything's fine till the moment I want to show an animated GIF. I did include few changes into the "gif.c" to handle animated GIF's as frame timeout and iteration counter. Because of lack of time and knowledge of gtk+ I do not know how to show consecutive frames( I start to read gtk+,gdk FAQ, Tutorials and so on 2 weeks ago). Of cource animated GIF must be run with fork or as pthread in Dillo but for now I am interested to find out how I could show different frames. After I got frame data from the cache gif.c is returning to cache server and then I am missing the part what signal or event in Dillo is triggering displaying of frame. I'll be very thankful, if you give me a clue how to do that, Thank you again. Kosta Demirev I do include Jorge answer to my first email. Thank you Jorge. Kosta,
Hi Jorge,
Hi!
I apologize to send you an email( you probably very busy).
Thanks. Please use the mailing list for consecutive emails, that way other developers could also respond and help.
I try to do an animated GIF in dillo and I could not make it. I couldn't draw the consecutive frames and to show them with gtk+ functions( I'm not familiar with gtk+). Go to our [links] section and download the GTK+ docs. That will help a lot.
I will appreciate if you give me a clue or tell me is that implemented in some dillo version( I'm using 0.7.1).
OK. Don't use 0.7.1, get 0.7.2. No, we haven't implemented animated GIFS. I think gtk's timeout functions are a good choice for triggering the frame display change. I'd start there. Note that some of us are *very* happy without animated gifs, so a dillorc option to disable animation is a must! Cheers Jorge.- __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
participants (1)
-
kdemirev@yahoo.com