Can you figure out which line of code crashes?<br><br>Maybe you can check the pointer value of main-&gt;filter_tb and the callback function&#39;s widget parameter to see if they are the sam.<br><br><div class="gmail_quote">
2009/9/29 Fred Lefévère-Laoide <span dir="ltr">&lt;<a href="mailto:Fred@lefevere-laoide.net">Fred@lefevere-laoide.net</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>
I can&#39;t manage to fiure the activate signal on a hildon_entry in the SDK<br>
And my code crashes on the real device (that I do not have :( )<br>
<br>
Any hint or idea ?<br>
<br>
the same code works fine in Diablo with a gtk_text_entry instead of a<br>
hildon_text_entry ...<br>
<br>
here is the relevant code<br>
main-&gt;filter_tb = hildon_entry_new(HILDON_SIZE_AUTO);<br>
...<br>
g_signal_connect(G_OBJECT(main-&gt;filter_tb), &quot;activate&quot;,<br>
G_CALLBACK(callback_filter), main);<br>
...<br>
void callback_filter(GtkWidget *widget, MainView *mainview ) {<br>
     gchar *ftxt = NULL;<br>
     GList *onrec=NULL;<br>
<br>
     ftxt = hildon_entry_get_text(HILDON_ENTRY(widget));<br>
<br>
     ...<br>
<br>
}<br>
<br>
Thanks for your help<br>
<br>
Fred<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>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>Chai Qiang<br>