<br>Oh my God! I didn&#39;t realize that for a long time! This morning after such a stupid prob, I removed maemo 4.0 and installed Maemo 3.2. Not tested yet, but I think it should have the same params counts as you say. I&#39;ll tell you the result soon. Just a quick msg now to say thank you! Thanks so much, Markku Vire!<br>
<br><br><br><div class="gmail_quote">On Mon, Feb 25, 2008 at 6:00 PM, Markku Vire &lt;<a href="mailto:markku.vire@movial.fi">markku.vire@movial.fi</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi,<br>
<br>
The problem behind &quot;changing parameters&quot; is that you are attaching wrong<br>
type of singal handler to signal (i.e. the number/type of parameters<br>
don&#39;t match).<br>
<br>
I didn&#39;t actually try your code, but at least you cannot connect<br>
&quot;callback_do_test&quot; (3 parameters) to &quot;clicked&quot; signal (2 parameters).<br>
This will lead to you application accessing arbitrary data.<br>
<br>
Hope this helps,<br>
<br>
-Markku-<br>
<div><div></div><div class="Wj3C7c"><br>
Jakov wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have a very simple app running on Maemo 4.0 with a textbox and a button.<br>
&gt; As I click on the button, a callback function is invoked to show the content<br>
&gt; of the textbox. I don&#39;t know why the data pointer which is passed to<br>
&gt; callback function is sometimes NULL:<br>
&gt; - if I click on the textbox (a virtual keyboard shown below) and then click<br>
&gt; on the button, the callback function failed due to assertion of data pointer<br>
&gt; - if I just click the button (don&#39;t focus on the textbox), the data pointer<br>
&gt; is not NULL, but the child of it is NULL.<br>
&gt;<br>
&gt; I&#39;m so confused. It didn&#39;t happen on Maemo 3.2 before.<br>
&gt;<br>
&gt; Here&#39;s the code of 4 files (interface.*, callbacks.*) in my project /src/ui,<br>
&gt; I follow the structure of maemopad-2.1<br>
&gt; <a href="http://paste.org/index.php?id=2098" target="_blank">http://paste.org/index.php?id=2098</a><br>
&gt;<br>
&gt; If you&#39;re interested in solving this problem, please help me out. Thanks<br>
&gt; very much!<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Jakov<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&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>