BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-13-2008, 07:56 AM   #1
jaszczompPL
New Member
 
Join Date: Aug 2008
Model: 8100
PIN: N/A
Carrier: Plus GSM
Posts: 4
Default New menu items

Please Login to Remove!

Hi everyone!
I need to create few menu items in standard application menu. Can someone write steps to do that? I've looked for solve, but find anything :(

P.S. Sry for my english.
Offline  
Old 08-13-2008, 08:54 AM   #2
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

overwrite makemenu in the relevant screen. you get a Menu menu where you can add new MenuItems.

example:
Code:
menu.add(new MenuItem("foo", 10, 10) {
	public void run() {
			//do stuff
			}
	});
see slashdev: MenuItem demystified for more information about MenuItems.
__________________
java developer, Devinto, hamburg/germany
Offline  
Old 08-13-2008, 09:40 AM   #3
jaszczompPL
New Member
 
Join Date: Aug 2008
Model: 8100
PIN: N/A
Carrier: Plus GSM
Posts: 4
Default

Can you write a sample program for me? I'm new in Java for Blackberry
Offline  
Old 08-13-2008, 10:21 AM   #4
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

Quote:
Originally Posted by jaszczompPL View Post
Can you write a sample program for me? I'm new in Java for Blackberry
sure. i can write all kinds of programs, that's what i earn my living with *hint*
__________________
java developer, Devinto, hamburg/germany
Offline  
Old 08-21-2008, 02:11 AM   #5
nagesh_vejju
New Member
 
Join Date: Aug 2008
Model: 8800
PIN: N/A
Carrier: Vodafone
Posts: 2
Default

Hi,

Place the below method in ur class.

public void makeMenu(Menu menu, int instance) {
//add these items to the full menu
if (instance == Menu.INSTANCE_DEFAULT) {
menu.add(new MenuItem("Refresh", 10, 10) {
public void run() {
//do stuff
}
});
menu.add(new MenuItem("View Details", 10, 10) {
public void run() {
//do stuff
}
});
}

//add these items to the both the primary actions menu and the full menu
menu.add(new MenuItem("Refresh", 10, 10) {
public void run() {
//do stuff
}
});
menu.add(new MenuItem("View Details", 10, 10) {
public void run() {
//do stuff
}
});

super.makeMenu(menu, instance);
}
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Used & Tested IEI Rocky-4784EV V1.2 Industrial Motherboard picture

Used & Tested IEI Rocky-4784EV V1.2 Industrial Motherboard

$302.20



Used & Tested ASUS DSAN-DX Motherboard picture

Used & Tested ASUS DSAN-DX Motherboard

$200.92



Honeywell Access Controller Motherboard PRO42IC - NIB **  ** picture

Honeywell Access Controller Motherboard PRO42IC - NIB ** **

$850.00



MAGNETIC AUTOCONTROL   BARRIER GATE MOTHERBOARD  1013.5036 / 10135036 picture

MAGNETIC AUTOCONTROL BARRIER GATE MOTHERBOARD 1013.5036 / 10135036

$325.95



Used & Tested SIEMENS A5E00444036 Motherboard picture

Used & Tested SIEMENS A5E00444036 Motherboard

$558.68



1pcs  Dahua 16 Road Network DVR Motherboard 40_071 80146782 N1414 picture

1pcs Dahua 16 Road Network DVR Motherboard 40_071 80146782 N1414

$99.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.