[maemo-developers] how to use hildon_banner_show_progress()

From: Claudio Saavedra csaavedra at igalia.com
Date: Fri May 8 16:27:27 EEST 2009
On Fri, 2009-05-08 at 13:31 +0100, Luo Cheng wrote:
> sorry, send by mistake. here is the full code 
> 

Banners are temporary windows, meaning they will be closed when other
non temporary windows are shown. The dialog you are creating is not
temporary, therefore, your banner is closed. Hence, don't show a banner
before opening a new window.

>                         
>                         I tried to remove gtk_widget_show(), but
>                         banner still automatically disappeared.
>                         Actually I am developing something for maemo
>                         4.0 SDK, so can I still use
>                         hildon_gtk_window_set_progress_indicator()? 

No, that API is new in hildon 2.2.

Claudio




More information about the maemo-developers mailing list