It seems that the following doesn't work:

[code]

g_signal_connect (G_OBJECT (main), "show",
                    G_CALLBACK (on_main_create),
                    NULL);


[/end code]


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) ?

Luca Donaggio
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to