[maemo-developers] [maemo-developers] g_signal_connect and "show" signal not working in hildon applications (Maemo 1.1)?
From: Luca Donaggio donaggio at gmail.comDate: Mon Jan 16 17:09:54 EET 2006
- Previous message: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()
- Next message: [maemo-developers] g_signal_connect and "show" signal not working in hildon applications (Maemo 1.1)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20060116/e73c3af6/attachment.htm
- Previous message: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()
- Next message: [maemo-developers] g_signal_connect and "show" signal not working in hildon applications (Maemo 1.1)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
