04-20-2009 07:36 AM
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.