Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > App Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 10-12-2011, 12:52 AM
CrackBerry Newbie
Device(s): Bold 9700
 
Location: Bremen - Germany
Join Date: Oct 2011
Posts: 5
Likes Received: 0
Thanked 0 Times in 0 Posts
Default How to open browser?

I like to insert in den menu a link to my homepage. How do I do that? Build the menu isnīt the problem.
Reply With Quote Tip this Post
  #2  
Old 10-12-2011, 01:04 AM
CrackBerry Abuser
Device(s): iPhone4; PlayBook 32GB
Carrier: Telus
 
Join Date: Apr 2011
Posts: 441
Likes Received: 80
Thanked 64 Times in 48 Posts
Default

EDIT. Sorry, nevermind, I answered mistakenly.
Reply With Quote Tip this Post
    Thread Author   #3  
Old 10-12-2011, 01:48 AM
CrackBerry Newbie
Device(s): Bold 9700
 
Location: Bremen - Germany
Join Date: Oct 2011
Posts: 5
Likes Received: 0
Thanked 0 Times in 0 Posts
Default

no problem
Reply With Quote Tip this Post
    Thread Author   #4  
Old 10-12-2011, 03:55 AM
CrackBerry Newbie
Device(s): Bold 9700
 
Location: Bremen - Germany
Join Date: Oct 2011
Posts: 5
Likes Received: 0
Thanked 0 Times in 0 Posts
Default

I found something:

Code:
		private MenuItem _updateItem = new MenuItem("Check for Updates",200001,10){
			public void run(){
		        BrowserSession bs = Browser.getDefaultSession();
		        bs.displayPage("CANT POST URLS!");
		        bs.showBrowser();
			}
		};

but unfortunally
Code:
import net.rim.blackberry.api.browser.*;
requests signing. I just registered in the "bb-App-World" as Vendor.

But where could I get the "signing"?
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > App Developers   How to open browser?

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes