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


Vintage Texas Instruments Calculator Solar Power TI-7140 III Ultra Slim picture

Vintage Texas Instruments Calculator Solar Power TI-7140 III Ultra Slim

$9.99



Vintage Style Calculator Digital Display Gradient Color Mechanical with Lcd picture

Vintage Style Calculator Digital Display Gradient Color Mechanical with Lcd

$11.95



Vintage Bulb Illumination Fragrance Warmer, Black Coastal picture

Vintage Bulb Illumination Fragrance Warmer, Black Coastal

$24.69



Vintage Mitutoyo Dial Caliper with Case picture

Vintage Mitutoyo Dial Caliper with Case

$44.99



KP KOOL PRODUCTS Aftermarket Pre-Ban Chilton/Vintage Craftsman (1 YELLOW SPOUT) picture

KP KOOL PRODUCTS Aftermarket Pre-Ban Chilton/Vintage Craftsman (1 YELLOW SPOUT)

$14.99



Vintage HP 48G Graphing Calculator & Case in Great Condition HP48G picture

Vintage HP 48G Graphing Calculator & Case in Great Condition HP48G

$99.03







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