BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-12-2009, 06:53 AM   #1
Sujit
New Member
 
Join Date: Aug 2009
Model: 8300
PIN: N/A
Carrier: email
Posts: 6
Thumbs up rasource bundle

Please Login to Remove!

Can anyone tell me how can i develop a blackberry application by using BlackBerry Resource bundle????????????
I need some sample code on it. I am using Eclipse Plug-in but i don't know how to use resource bundle to it.I me what should be the directory structure.
I have design my project like this.
com.cobisystems.blackberry.graphs and i have created a folder on it named Resource and i have created two file on it named newBBresource.rcc and newBBresource.rrh but when i m writting my program i m getting error.

This is my program.

//importing this package...
import Resources.newBBresourceResource;
import net.rim.device.api.i18n.ResourceBundle;


private ResourceBundle _resources=ResourceBundle.getBundle(newBBresourceR esource.BUNDLE_ID, newBBresourceResource.BUNDLE_NAME);

String s1 = _resources.getString(newBBresourceResource.HELLO_W ORLD_STRING);//i m getting error here

please help me to solve this problem.........

Last edited by Sujit; 09-12-2009 at 06:54 AM..
Offline  
Old 09-23-2009, 12:57 AM   #2
sahil_khanna
New Member
 
Join Date: Aug 2009
Model: 8300
PIN: N/A
Carrier: None
Posts: 12
Default

What is the error you're getting?

I guess you don't need to specify the resource name while sending a parameter to getString method. Try using...

String s1 = _resources.getString(HELLO_WORLD_STRING);

When you select getString and click enter, you get a list of constants associated with the resource bundle to select from. Probably you'll even get HELLO_WORLD_STRING as an option.
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


National Instruments Mainframe Chassis - NI-PXIe-1071 w/Warranty picture

National Instruments Mainframe Chassis - NI-PXIe-1071 w/Warranty

$690.00



Agilent E1301B Mainframe  9-slots with multimeter, totalizer, and relay muxes picture

Agilent E1301B Mainframe 9-slots with multimeter, totalizer, and relay muxes

$350.00



JDSU Viavi T-Berd 2000 Mainframe Only with PM & VFL picture

JDSU Viavi T-Berd 2000 Mainframe Only with PM & VFL

$300.00



Tektronix TM504 Mainframe with PG508 PLUG IN picture

Tektronix TM504 Mainframe with PG508 PLUG IN

$99.99



SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402. picture

SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402.

$110.99



Liquid Filling Machine Automatic Bottle Filler Weighing Filler Microcomputer USA picture

Liquid Filling Machine Automatic Bottle Filler Weighing Filler Microcomputer USA

$306.85







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