Thank you in advance.
Hi,
You can use method showNotification of class UIManager.
Code:// Displays a notification. UIManager.prototype.showNotification = function(displayTime, type, text, progress)
Thanks. I have not used it and I did not find the description of UIManager.
Where could I get any info?
Hi ysaspb,
a bit late here, anyway: if I correctly interpret henry.huang's reply, UIManager is a class of WRT Kit, a UI framework no longer maintained by Nokia. You can create a widget with WRT Kit support by using the WRT Aptana plugin.
Instead, if you want to use something else, you could take a look at Guarana, a more recent (and supported) UI framework with loads of components:
http://wiki.forum.nokia.com/index.ph..._for_Nokia_WRT
As last alternative, you want something quick and dirty, you can use the JavaScript alert() function.
Pit