<div class="gmail_quote">On Sat, Oct 17, 2009 at 1:03 PM, Cornelius Hald <span dir="ltr">&lt;<a href="mailto:hald@icandy.de">hald@icandy.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, 2009-10-17 at 11:58 +0100, Aniello Del Sorbo wrote:<br>
&gt;<br>
&gt; My program doesn&#39;t ask anything when you close it, but it keeps<br>
&gt; automatically saving the document in<br>
&gt; a temporary file. Thus at every start it loads it up and you&#39;re back<br>
&gt; where you left.<br>
&gt; So I thought I would call the screenshot function at the very end,<br>
&gt; while closing down the program.<br>
&gt;<br>
&gt; It didn&#39;t work. It didn&#39;t save the screenshot of what was there.<br>
&gt;<br>
&gt; So I call it when I receive the expose event (like in the example) and<br>
&gt; it does work there.<br>
&gt; Why is that?<br>
&gt;<br>
&gt; I still have to investigate it, but I thought the window would be<br>
&gt; still available in my Quit function<br>
&gt; when called from the destroy event.<br>
<br>
</div>I&#39;m also calling it when quitting the application. I&#39;m using the<br>
&#39;delete-event&#39; on my main window. There I call it just before<br>
gtk_main_quit(). It&#39;s working for me...<br>
<br>
Cheers!<br>
Conny<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</div></div></blockquote></div><br>I&#39;m resuming an old thread, sorry!<br><br>If I call hildon_gtk_window_take_screenshot() within the callback function for the delete-event of the main app, just before gtk_main_quit(), it seems that something has already happened to the main window: it complains that it is not a GtkWindow (which usually is, as HildonWindow derives from it), but a GdkWindow, and, of course, no screenshot were taken.<br>
<br>Luca Donaggio<br>