Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
violet313
Posts: 16
Registered: ‎08-29-2008
Accepted Solution

JDE 4.2+ default ApplicationMenuItem

[ Edited ]

Hi,

 

I am registering some custom menu items with the BB system menu. Like so:

 

 

ApplicationMenuItemRepository.getInstance().addMenuItem(ApplicationMenuItemRepository.MENUITEM_EMAIL_EDIT ,this);

 

 

This works well enough; my custom menu items appear on the full menu.

But does anyone know of any way that i can get my custom menu items to appear in the default short-list of menu items that pops up when the user hits the trackball?

 

 

 

 

Message Edited by violet313 on 09-01-2008 03:44 PM
Message Edited by violet313 on 09-01-2008 03:46 PM
Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: JDE 4.2+ default ApplicationMenuItem

ApplicationMenuItems only show up in the full menu, not the reduced one.  Third party applications are not able to add ApplicationMenuItems to the reduced menu of the built in applications.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
Contributor
mpoggio
Posts: 13
Registered: ‎05-03-2010
My Carrier: Movistar

Re: JDE 4.2+ default ApplicationMenuItem and short menu

Hi Mark,

 

nowadays, is still valid this answer?

 

thanks,

Mauricio.

Please use plain text.