Hello!<br>
<br>
I have a primitive animation problem:<br>
<br>
&nbsp;&nbsp; &nbsp;gtk_banner_show_animation(app, &quot;Searching&quot;);<br>
&nbsp;&nbsp; &nbsp;slow_searching_function();<br>
&nbsp;&nbsp; &nbsp;gtk_banner_close(app);<br>
<br>
There's no animation.<br>
Why? And how do I solve the problem?<br>
<br>
Thx,<br>
Laci