View Single Post
Old 11-02-2006, 04:29 PM   #6
ecarmody
Thumbs Must Hurt
 
Join Date: Apr 2005
Location: Portland, OR., USA
Model: 9800
Carrier: AT&T
Posts: 82
Default

jfisher ... your class code requires a signed use of the "CodeModuleManager".

I'm not sure what all the LaunchBrowser class does, besides that obvious, but you allude to it launching the browser on a web link.

Why not ...
BrowserSession browserSession = Browser.getDefaultSession();
browserSession.displayPage("http://www.mywebpage.com");

Regards,
Eric

EDIT: whoops ... my bad, Browser is also a signed object.

Last edited by ecarmody; 11-02-2006 at 04:48 PM..
Offline   Reply With Quote