Where in my code do i implement this loading message ?
[CODE]
uiManager.showNotification(-1, "wait", "Loading...", -1.0);[/CODE]
Printable View
Where in my code do i implement this loading message ?
[CODE]
uiManager.showNotification(-1, "wait", "Loading...", -1.0);[/CODE]
Hi,
Well that depends where you would like to show the notification :)
Or do you mean where is the actual implementation for that function? It is part of WRTKit
[url]http://www.developer.nokia.com/document/WRTKit_Developers_Guide_v1_0_en/Documentation/WRTKit_Developers_Guide-GUID-1758770c-bb60-4390-b6de-9eb5b8ef399f.html[/url]
You can get the sources from this widget, if they are nowhere else to be found:
[url]http://www.developer.nokia.com/Community/Wiki/Travel_Companion_widget[/url]
Br,
Ilkka
[QUOTE=isalento;902666]Hi,
Well that depends where you would like to show the notification :)
Or do you mean where is the actual implementation for that function? It is part of WRTKit
[url]http://www.developer.nokia.com/document/WRTKit_Developers_Guide_v1_0_en/Documentation/WRTKit_Developers_Guide-GUID-1758770c-bb60-4390-b6de-9eb5b8ef399f.html[/url]
You can get the sources from this widget, if they are nowhere else to be found:
[url]http://www.developer.nokia.com/Community/Wiki/Travel_Companion_widget[/url]
Br,
Ilkka[/QUOTE]
Sorry for not explaining :)
I just want a loading circle or notification while my widget opens a webpage inside it .