BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-26-2008, 04:38 AM   #1
Mikaël Donini
Knows Where the Search Button Is
 
Join Date: Sep 2008
Model: 7100T
PIN: N/A
Carrier: none
Posts: 32
Default (JAVA) add menu items to menu : items are lost if blackberry simulator is restarted

Please Login to Remove!

Hi All,

I have written a JAVA application that adds menu items to the calendar menu.

In the BlackBerry 8120 simulator, when I run this application, my menus items are correctly added in the calendar menu.

But if I stop the simulator (File\Exit) then restart it, the added calendar items have disappeared. I must run again the application (which is still present in the simulator) to add the menu items again.

Do you know what is wrong? How can I do to make these menu items persistent between 2 BlackBerries simulators restarts? Is it a normal simulator behaviour?


Here is my code:

Code:
import net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository;
import net.rim.device.api.system.Application;

public final class TheApp extends Application { 
	public static void main(String[] args) 
	{
		new TheApp().enterEventDispatcher();
		System.exit(0);
	} 

	public TheApp() 
	{ 
		super();
		
		ApplicationMenuItemRepository repository = ApplicationMenuItemRepository.getInstance();
		
		// OpenConfMenuItem and EditConfParamsMenuItem are the classes that inherits ApplicationMenuItem
		OpenConfMenuItem ami1 = new OpenConfMenuItem();
		EditConfParamsMenuItem ami2 = new EditConfParamsMenuItem();
		
		repository.addMenuItem(ApplicationMenuItemRepository.MENUITEM_CALENDAR,	ami1);
		repository.addMenuItem(ApplicationMenuItemRepository.MENUITEM_CALENDAR,	ami2);
	}
}
Mikaël Donini, Arkadin France

Last edited by Mikaël Donini; 09-26-2008 at 04:52 AM..
Offline  
Old 09-26-2008, 08:51 AM   #2
Ivanov
Talking BlackBerry Encyclopedia
 
Join Date: Apr 2008
Location: Germany, BW
Model: -
PIN: N/A
Carrier: -
Posts: 310
Default

you have to make your application starting during the startup of the device.

right-click on project, Application, check auto-run on startup
__________________
Blessed is the end user who expects nothing, for he/she will not be disappointed. (Franklin's Rule)
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


Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog picture

Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog

$422.50



Schneider PLC TWIDO TM2AMM6HT ANALOGUE I/O MODULE 20mA 24VDC Missing Terminal picture

Schneider PLC TWIDO TM2AMM6HT ANALOGUE I/O MODULE 20mA 24VDC Missing Terminal

$156.00



HealthKit 4802 Computer Oscilloscope Heath Computer Systems picture

HealthKit 4802 Computer Oscilloscope Heath Computer Systems

$120.00



HealthKit 4802 Computer Oscilloscope Heath Computer Systems picture

HealthKit 4802 Computer Oscilloscope Heath Computer Systems

$149.99



Measurement Computing 4-20mA Input 24-Channel Analog Input Board CIO-DAS48-I picture

Measurement Computing 4-20mA Input 24-Channel Analog Input Board CIO-DAS48-I

$899.99



Columbus Instruments BP-2 Veterinary Automatic Blood Pressure Monitor picture

Columbus Instruments BP-2 Veterinary Automatic Blood Pressure Monitor

$199.94







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