It seems that the following doesn't work:<br><br>[code]<br><br>g_signal_connect (G_OBJECT (main), "show",<br> G_CALLBACK (on_main_create),<br> NULL);<br><br><br>[/end code]<br>
<br><br>where main is a HildonAppView object. Basically it should execute on_create_main() for initial configuration stuff upon displaying the AppView. Printing of debugging messages to console shows that on_main_create() is never executed, maybe on Maemo the "show" signal is not defined / recognized / fired up when showing a widget (I've tried with other widget than an HildonAppView too, withaout any result so far) ?
<br><br>Luca Donaggio<br>