*** shukla has joined #maemo-devel | 00:01 | |
shukla | Hi.. I have application written in Java Script.. is there anyway I could port it on Maemo platform ? | 00:03 |
---|---|---|
*** fiferboy has quit IRC | 00:06 | |
*** kamui__ has joined #maemo-devel | 00:31 | |
*** shinkamui has quit IRC | 00:35 | |
*** T7g has quit IRC | 00:35 | |
*** kW_ has quit IRC | 00:49 | |
*** kW_ has joined #maemo-devel | 00:52 | |
*** kW_ has quit IRC | 00:57 | |
*** kW_ has joined #maemo-devel | 00:58 | |
*** T7g has joined #maemo-devel | 01:03 | |
*** lizardo has quit IRC | 01:03 | |
*** Lullen has joined #maemo-devel | 01:04 | |
*** malcolmci has joined #maemo-devel | 01:08 | |
*** shukla has left #maemo-devel | 01:18 | |
*** SpeedEvil has quit IRC | 01:27 | |
*** SpeedEvil has joined #maemo-devel | 01:41 | |
*** malcolmci has quit IRC | 02:00 | |
*** edisson has quit IRC | 02:46 | |
*** rcampbell_ has joined #maemo-devel | 02:56 | |
*** kW_ has quit IRC | 03:09 | |
*** kamui__ has quit IRC | 03:53 | |
*** kamui__ has joined #maemo-devel | 03:53 | |
*** swc|666 has joined #maemo-devel | 04:30 | |
*** _0x47 has quit IRC | 04:33 | |
*** _0x47 has joined #maemo-devel | 04:34 | |
*** swc|666 has quit IRC | 04:40 | |
*** rcampbell_ has quit IRC | 05:33 | |
*** kamui__ has quit IRC | 05:51 | |
*** kamui__ has joined #maemo-devel | 05:51 | |
*** rcampbell_ has joined #maemo-devel | 05:54 | |
*** rcampbell_ has quit IRC | 06:24 | |
*** polac has quit IRC | 06:59 | |
*** polac has joined #maemo-devel | 07:06 | |
*** SpeedEvil has quit IRC | 07:15 | |
*** DocScrutinizer has quit IRC | 07:33 | |
*** DocScrutinizer has joined #maemo-devel | 07:33 | |
*** ppenz has joined #maemo-devel | 09:20 | |
*** ppenz has quit IRC | 09:38 | |
*** ppenz has joined #maemo-devel | 09:39 | |
*** bricks has joined #maemo-devel | 10:36 | |
*** amigadave has joined #maemo-devel | 10:49 | |
*** dazo_afk is now known as dazo | 10:56 | |
*** Venemo has joined #maemo-devel | 10:58 | |
*** scoopr has left #maemo-devel | 11:10 | |
*** kamui__ has quit IRC | 11:21 | |
Venemo | hi everyone! | 11:28 |
Venemo | how can I create and show a Hildon app menu using GTK+? | 11:28 |
*** eitama has joined #maemo-devel | 11:29 | |
*** kW_ has joined #maemo-devel | 11:29 | |
amigadave | Venemo: i guess that you have seen the API documentation and example at http://maemo.org/api_refs/5.0/5.0-final/hildon/HildonAppMenu.html ? | 12:19 |
Venemo | amigadave: no, I couldn't find this documentation | 12:22 |
Venemo | amigadave: thanks for pointing me to it :) | 12:22 |
amigadave | Venemo: you're welcome :) | 12:23 |
Venemo | amigadave: so basically I just create a new menu with hildon_appm | 12:24 |
Venemo | amigadave: so basically I just create a new menu with hildon_app_menu_new() | 12:24 |
Venemo | then add children to it | 12:24 |
Venemo | then show it with gtk_widget_show_all? | 12:24 |
amigadave | Venemo: yeah, it is a pretty standard gtk widget for most purposes | 12:25 |
amigadave | although you might have to use hildon_app_menu_popup() to actually display the appmenu | 12:25 |
Venemo | and does gtk_widget_show show it, or I have to use hildon_app_menu_popup? | 12:25 |
amigadave | the documentation says that you need hildon_app_menu_popup, but only if you need to show it programatically | 12:27 |
*** madsy has joined #maemo-devel | 12:31 | |
Venemo | mhm. | 12:45 |
Venemo | amigadave: and what if I just want to show a Hildon menu, without actually having a GtkWindow? | 12:46 |
amigadave | Venemo: hmm, not sure if that would work, you could try calling hildon_app_menu_popup without associating the menu with a window | 12:48 |
amigadave | ah, but you will need the parent window, as the appmenu is a dialog | 12:48 |
amigadave | NULL as window might work | 12:48 |
amigadave | actually, it won't, looks like you always need a window in order to show an appmenu | 12:50 |
amigadave | according to http://maemo.gitorious.org/hildon/hildon/blobs/master/hildon/hildon-app-menu.c#line880 at least | 12:50 |
Venemo | GTK_IS_WINDOW fails if NULL is given? | 12:51 |
Venemo | okay. | 12:51 |
amigadave | Venemo: correct | 12:52 |
Venemo | amigadave: okay, thank you :) | 12:55 |
Venemo | amigadave: it seems that it also works with gtk_widget_show | 12:57 |
Venemo | at least, that is what _popup() also calls after setting its parent | 12:58 |
amigadave | Venemo: ah, good to know | 12:59 |
Venemo | it is in the source you linked :) | 12:59 |
amigadave | you might have to handle hiding the menu when it is no longer required, not sure | 13:00 |
Venemo | amigadave: i will try this out and tell you | 13:03 |
*** ynave has joined #maemo-devel | 13:26 | |
*** Venemo has quit IRC | 13:42 | |
*** JPohlmann has joined #maemo-devel | 14:31 | |
*** kW has joined #maemo-devel | 14:38 | |
*** Venemo1 has joined #maemo-devel | 14:38 | |
*** kW_ has quit IRC | 14:39 | |
*** Venemo1 has quit IRC | 14:47 | |
*** Venemo has joined #maemo-devel | 14:47 | |
*** lizardo has joined #maemo-devel | 14:52 | |
*** JPohlmann has quit IRC | 15:45 | |
*** fiferboy has joined #maemo-devel | 15:59 | |
*** fiferboy has quit IRC | 15:59 | |
*** fiferboy has joined #maemo-devel | 15:59 | |
*** povbot` has joined #maemo-devel | 16:18 | |
*** povbot has quit IRC | 16:18 | |
*** edisson has joined #maemo-devel | 17:12 | |
*** zhuangyao has joined #maemo-devel | 17:19 | |
*** alvaro__ has joined #maemo-devel | 17:23 | |
*** zhuangyao has left #maemo-devel | 17:28 | |
*** achipa has joined #maemo-devel | 18:00 | |
*** amigadave has quit IRC | 18:02 | |
*** ptl has quit IRC | 18:04 | |
*** ptl has joined #maemo-devel | 18:15 | |
*** ptl has quit IRC | 18:15 | |
*** ptl has joined #maemo-devel | 18:15 | |
*** ppenz has quit IRC | 18:19 | |
*** achipa has quit IRC | 19:02 | |
*** madsy has quit IRC | 20:09 | |
*** alvaro__ has quit IRC | 20:35 | |
*** bricks has left #maemo-devel | 20:36 | |
*** Lullen has quit IRC | 20:45 | |
*** eitama has quit IRC | 20:49 | |
*** eitama has joined #maemo-devel | 20:50 | |
*** eitama has quit IRC | 20:53 | |
*** eitama has joined #maemo-devel | 20:54 | |
*** alvaro__ has joined #maemo-devel | 21:08 | |
*** alvaro_ has joined #maemo-devel | 21:09 | |
*** alvaro__ has quit IRC | 21:12 | |
*** ynave_ has joined #maemo-devel | 21:26 | |
*** ynave has quit IRC | 21:27 | |
*** ynave__ has joined #maemo-devel | 21:31 | |
*** ynave_ has quit IRC | 21:31 | |
*** VDVsx has joined #maemo-devel | 21:43 | |
*** dazo is now known as dazo_afk | 21:44 | |
*** alvaro_ has quit IRC | 21:48 | |
*** alvaro_ has joined #maemo-devel | 21:49 | |
*** VDVsx has quit IRC | 22:06 | |
*** Venemo has quit IRC | 22:08 | |
*** go1dfish has quit IRC | 22:19 | |
*** ynave__ has quit IRC | 22:42 | |
*** ptl has quit IRC | 22:49 | |
*** T7g has quit IRC | 22:51 | |
*** kW_ has joined #maemo-devel | 23:02 | |
*** T7g has joined #maemo-devel | 23:04 | |
*** kW has quit IRC | 23:04 | |
*** ptl has joined #maemo-devel | 23:04 | |
*** ptl has joined #maemo-devel | 23:04 | |
*** silbo___ has joined #maemo-devel | 23:09 | |
*** ptl has quit IRC | 23:13 | |
*** fiferboy has quit IRC | 23:17 | |
*** ptl has joined #maemo-devel | 23:22 | |
*** ptl has joined #maemo-devel | 23:22 | |
*** kW_ has quit IRC | 23:34 | |
*** silbo___ has quit IRC | 23:37 | |
*** go1dfish has joined #maemo-devel | 23:37 | |
*** silbo__ has joined #maemo-devel | 23:37 | |
*** ptl has quit IRC | 23:44 | |
*** silbo__ has quit IRC | 23:49 | |
*** silbo__ has joined #maemo-devel | 23:49 | |
*** silbo__ has quit IRC | 23:55 | |
*** ptl has joined #maemo-devel | 23:56 | |
*** ptl has joined #maemo-devel | 23:56 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!