BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 11-07-2006, 04:12 PM   #1
sappas
New Member
 
Join Date: Oct 2006
Location: Illinois
Model: 7130e
Carrier: Verizon
Posts: 4
Default Problem adding application menu item to phone application

Please Login to Remove!

The following code adds Application Menu item to the Calendar app but does not add to Phone app.

public final class DemoApp extends Application
{
public static void main(String[] args){
DemoApp app = new DemoApp();
app.enterEventDispatcher();
}

DemoApp(){
ApplicationMenuItemRepository amir = ApplicationMenuItemRepository.getInstance();
amir.addMenuItem(ApplicationMenuItemRepository.ME NUITEM_PHONE,new SampleMenuItem());
amir.addMenuItem(ApplicationMenuItemRepository.ME NUITEM_CALENDAR,new SampleMenuItem());
}

private static class SampleMenuItem extends ApplicationMenuItem{
SampleMenuItem(){
super(1);
}
public String toString(){
return "Sample Menu";
}

public Object run(Object context){
return context;
}
}
}

If anyone is successful in adding application menus to Phone app, please help.

I am using JDE 4.0 and testing on Blackberry simulator 7320.

Thanks
Sudhakar
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


York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP picture

York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP

$274.81



Schneider Electric XBTZGM256 256MB Compact Flash Card picture

Schneider Electric XBTZGM256 256MB Compact Flash Card

$212.23



Panelview Plus Flash WINDOWS ME 5.00.04 64MB 2711P-RW1 picture

Panelview Plus Flash WINDOWS ME 5.00.04 64MB 2711P-RW1

$232.46



NEW Plus Flash W/ME 5.10.00 64MB AB  2711P-RW1 2711PRW1 picture

NEW Plus Flash W/ME 5.10.00 64MB AB 2711P-RW1 2711PRW1

$223.91



APOC 264  FLASH N' SEAL WHITE ELASTOMERIC ROOF & FLASHING SEALANT 2 GALLONS picture

APOC 264 FLASH N' SEAL WHITE ELASTOMERIC ROOF & FLASHING SEALANT 2 GALLONS

$79.99



REVELPROG-IS SERIAL FLASH & EEPROM PROGRAMMER (1.8V - 5V + ISP, USB) picture

REVELPROG-IS SERIAL FLASH & EEPROM PROGRAMMER (1.8V - 5V + ISP, USB)

$139.00







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