Re: [maemo-developers] Using osso-browser-interface

2006-01-29 Thread Danny Milosavljevic
Hi, Am Donnerstag, den 12.01.2006, 14:43 +0200 schrieb Kalle Vahlman: On 1/12/06, mp s [EMAIL PROTECTED] wrote: osso_return_t ret; hildon_app_set_appview ( data-app, data-browser_view ); hildon_app_notify_view_changed( data-app, data-browser_view ); ret

Re: [maemo-developers] Using osso-browser-interface

2006-01-12 Thread Devesh Kothari
ext maukka maukkanen wrote: Hi Anyone having experience in using osso-browser interface? I've spent some time trying to launch browser in embedded mode from hildonapp but all I'm able to launch is Web loading notification and then nothing. See the code snipplet below:

Re: [maemo-developers] Using osso-browser-interface

2006-01-12 Thread mp s
From: Devesh Kothari [EMAIL PROTECTED] To: ext maukka maukkanen [EMAIL PROTECTED] CC: maemo-developers@maemo.org Subject: Re: [maemo-developers] Using osso-browser-interface Date: Thu, 12 Jan 2006 12:29:30 +0200 ext maukka maukkanen wrote: Hi Anyone having experience in using osso-browser

Re: [maemo-developers] Using osso-browser-interface

2006-01-12 Thread Kalle Vahlman
On 1/12/06, mp s [EMAIL PROTECTED] wrote: osso_return_t ret; hildon_app_set_appview ( data-app, data-browser_view ); hildon_app_notify_view_changed( data-app, data-browser_view ); ret =osso_rpc_run_with_defaults(data-osso, osso_browser,plug_new_window, NULL,

Re: [maemo-developers] Using osso-browser-interface

2006-01-12 Thread Lassi Syrjälä
mp s kirjoitti 12.1.2006 kello 13.39: I recently read that somebody was asking almost the same thing on this list. Practically the only parameter that can go wrong is window_id. I currently pass the HildonAppView id as window_id but should i pass the HildonApp's GtkWindow id instead? And if