hi..
i want to open browser when i open my widsets..
How can i do that...Is it possible..
it will be easier for me if i can get an running examle...
Printable View
hi..
i want to open browser when i open my widsets..
How can i do that...Is it possible..
it will be easier for me if i can get an running examle...
It is possible
[code]
Shell openWidget()
{
int status = openBrowser("http://get.widsets.com/");
//check status, returns BROWSER_OK, BROWSER_LATER or BROWSER_FAILED
return null;
}[/code]
See [url]http://www.forum.nokia.com/document/WidSets_APIdocs/widsets/api/API.html#openBrowser(String[/url])
/render