The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
168 views

Unable To Start Opera Mini With The Given URL

I am using the following code to start the Opera Mini web browser with the given URL; try { ApplicationManager.getApplicationManager().launch("operette$2dhifi?" + url); } catch ...
2
votes
2answers
66 views

How long an application is used in BlackBerry

I've seen is posible to know what applications are running with getVisibleApplications()from "ApplicationManager" class but, is it possible to know how long were these applications used? Thanks
2
votes
1answer
108 views

How to use ApplicationManager to load an object with out GAC'ing it?

I'm trying to use the Cassini webserver to create a deployment test host- a sort of embedded web server to isolate web server config issues from app deployment issues. Okay, so this line of code blows ...