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

Other BlackBerry® Smartphones

Reply
New Developer
SrilathaMudiraj
Posts: 5
Registered: ‎04-10-2009

Adding image icons to a list.

Hi,

 

I am using BB JDE 4.7 and BB 8800 device.

 

I am developing a sample app to add the image icons to the list. I am using the following code.

 

       list = new List("Demo",Choice.IMPLICIT,strItems,imageArray);

 

the image array has the list of icons as

 

                Image iconRed = Image.createImage("/img/Red.png");
                Image iconGreen = Image.createImage("/img/Green.png");

                Image[] imageArray = new Image[] { iconGreen, iconRed, iconGreen };

 

"Red.png" and "Green.png" are present in the img folder.

 

I have added the icon files in the project properties under Resources tab.

 

I tried to build the app it is successful and I had generated the .alx file and when I tried to install it on the device, it does not install.

 

What could be the problem, am I doing any mistake here in the code... ?

 

Can anyone help me on this. pls....

 

Thanks in Advance,

Regards,

Sreelatha.

 

 

Please use plain text.