05-07-2012 02:04 AM
Hi all,
In my application we implement Default Menu icons, like belo image it is coming properly in simulator and os 6.0 device also but it is not coming in 7.0(9860 torch) device. can any body know abt this issue plz tell me how to slove this problem....
Thanks in advance....
Regards,
Lakshman K
05-09-2012 04:32 PM
What are you seeing on the BlackBerry Torch? What BlackBerry handheld software version are you testing on? You can find this under Options, About on the BlackBerry Smartphone.
05-21-2012 01:23 AM - edited 05-21-2012 03:03 AM
Hi Sohm,
Sorry for delay,
Black berry Torch: I am using 9800 Torch which is OS 6.0, and 9860 Torch which is OS 7.0 here i am getting only 9800 Torch.
Actually i found that these menu icons are not getting all the devices and simulators which is in above 7.0 Os versions.
In my application i am using 8520,9300,9700,9800,9550,9860,9900,9930 these simulators and relevent resolution devices, here i am getting menu icons in 8520,9300,9700,9800,9550(Both device and simulators) but 9860,9900,9930 these devices i am not getting those menu icons.
Here i am using this code,
private MenuItem _closeMenuItm = new MenuItem("Close", 0x00010000, 0)
{
public void run()
{
closeAction();
}
//This method i am using for icons
public Image getIcon()
{
return ImageFactory.createImage(Bitmap.getBitmapResource( "menu_quit.png"));
}
};
Can you plz tell me how can i get those icons for all devices.
Thanks in advance,
Regards,
Lakshman K
05-21-2012 03:36 AM
Hi all,
Can anyone tell me what i have to do for above problem.
Thanks in advance,
Regards,
Lakshman K
05-29-2012 01:23 PM
I ran your code snippet on a few 7.0 BlackBerry smartphone simulators and was able to reproduce the issue on some but not others. I also tested on some 7.1 BlackBerry smartphone simulators and the icon does appear correctly in the MenuItem. Looks like an issue with the API itself in some releases.
05-30-2012 02:45 AM - edited 05-30-2012 02:48 AM
Hi Sohm,
Thanks for your reply,
So can you tell me what is the solution, or anther way to achive that requirement.
Give me any idea or any link.
Thanks in advance.
Regards,
Lakshman K
05-30-2012 09:16 AM
The solution would be to upgrade the 7.0 devices that have the issue to 7.1 (or possibly even newer versions of 7.0). I am not aware of any workaround for 7.0.