Thanks a lot!<br><br><br><div class="gmail_quote">2009/11/7 Cornelius Hald <span dir="ltr">&lt;<a href="mailto:hald@icandy.de">hald@icandy.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
are you testing inside the SDK? If yes, it&#39;s quite normal to get strange<br>
colors but won&#39;t happen on the actual device. There&#39;s a bug about it<br>
here:<br>
<a href="https://bugs.maemo.org/show_bug.cgi?id=4870" target="_blank">https://bugs.maemo.org/show_bug.cgi?id=4870</a><br>
<br>
Cheers!<br>
Conny<br>
<div><div></div><div class="h5"><br>
<br>
On Sat, 2009-11-07 at 20:22 +0100, Floriano Scioscia wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I would like some help to solve a GTK+ problem, since I am working<br>
&gt; with this GUI library for the first time.<br>
&gt;<br>
&gt; I want to create some clickable boxes with a background image. I am<br>
&gt; using a GtkEventBox with a GtkImage inside, as I read on the API. This<br>
&gt; is my function for setting the background image:<br>
&gt;<br>
&gt; static void set_box_image(struct game_data *d, gint box_index, gint<br>
&gt; img_index) {<br>
&gt;     gchar file[40];<br>
&gt;     sprintf(file, &quot;/usr/share/pixmaps/100boxes/%d.png&quot;, img_index);<br>
&gt;     GtkWidget *img = gtk_image_new_from_file(file);<br>
&gt;     GtkWidget *old = gtk_bin_get_child(GTK_BIN(d-&gt;base[box_index]));<br>
&gt;     if (old != NULL) {<br>
&gt;         gtk_widget_destroy(GTK_WIDGET(old));<br>
&gt;     }<br>
&gt;     gtk_container_add(GTK_CONTAINER(d-&gt;base[box_index]),<br>
&gt; GTK_WIDGET(img));<br>
&gt;     gtk_widget_show(img);<br>
&gt; }<br>
&gt;<br>
&gt; where d-&gt;base is an array of GtkEventBox items.<br>
&gt;<br>
&gt; The problem is that sometimes the images appear with inverted colors<br>
&gt; (i.e. in negative). It happens in an inconsistent manner, I have not<br>
&gt; been able to spot the cause so far.<br>
&gt; I suspect it has to do with GtkWidget states, so I tried to set the<br>
&gt; state programmatically (both for the GtkEventBox and the GtkImage),<br>
&gt; but that did not solve the problem.<br>
&gt;<br>
&gt; Thanks for your attention.<br>
&gt; Best wishes<br>
&gt; Floriano<br>
&gt;<br>
&gt; ---<br>
&gt; Floriano Scioscia<br>
</div></div>&gt; _______________________________________________<br>
&gt; maemo-developers mailing list<br>
&gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
&gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
<br>
</blockquote></div><br>