BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 07-22-2010, 10:10 AM   #1
romah
Knows Where the Search Button Is
 
Join Date: Jun 2010
Model: 8530
PIN: N/A
Carrier: Sprint
Posts: 48
Default How to create custom icon to indicate an unread message in blackberry development?

Please Login to Remove!

How to create/display icon to indicate an unread message in blackberry application development?

Last edited by romah; 07-22-2010 at 11:20 AM..
Offline  
Old 07-22-2010, 12:40 PM   #2
romah
Knows Where the Search Button Is
 
Join Date: Jun 2010
Model: 8530
PIN: N/A
Carrier: Sprint
Posts: 48
Default

I am asking how to display an icon to indicate an unread message in my own application. While there is no new message, it should not display the icon. Actually I want to show that icon in my statusbar, which will be viewed from every page. Currently I have few text in status bar, like Date and Time. I am using setStatus() function. Now I need to display an icon also, if there is new message. How can I do this programmatically?
Offline  
Old 07-22-2010, 12:53 PM   #3
hrbuckley
BlackBerry Extraordinaire
 
Join Date: Jan 2006
Model: LEZ10
OS: 10.0.10
Carrier: Rogers CA
Posts: 1,704
Default

Actually after re-reading your second post I'm not sure I know what you want to do.
__________________
My other Blackberry is a PlayBook.

Last edited by hrbuckley; 07-22-2010 at 12:54 PM..
Offline  
Old 07-29-2010, 01:45 AM   #4
yogeshlanjekar
New Member
 
Join Date: May 2010
Model: 7100T
PIN: N/A
Carrier: Generic
Posts: 10
Default


This you can do in OS version 4.6 and above.
Solution is :

EncodedImage mImage = EncodedImage.getEncodedImageResource("applicationI ndicatipor.png");
ApplicationIcon mIcon = new ApplicationIcon(mImage);
ApplicationIndicatorRegistry reg = ApplicationIndicatorRegistry.getInstance();
ApplicationIndicator indicator = reg.register(mIcon, false, true);
indicator.setValue(55);

//To change Icon
ApplicationIndicatorRegistry reg = ApplicationIndicatorRegistry.getInstance();
ApplicationIndicator appIndicator = reg.getApplicationIndicator();
appIndicator.setIcon(newIcon);

Offline  
Old 07-29-2010, 02:11 PM   #5
romah
Knows Where the Search Button Is
 
Join Date: Jun 2010
Model: 8530
PIN: N/A
Carrier: Sprint
Posts: 48
Default

Yogesh, Thank you very much. Yes, it displays icon. Can we make this icon hyperlink so that it navigates to another page?
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


Johnson Controls A421abc-04C Electronic Temperature Control, Open/Close On picture

Johnson Controls A421abc-04C Electronic Temperature Control, Open/Close On

$108.99



Johnson Controls NS-BTP7001-0 Network Sensor Temp Adjustment Modular Jack picture

Johnson Controls NS-BTP7001-0 Network Sensor Temp Adjustment Modular Jack

$79.00



Johnson Controls METASYS MS-FEC2611-0  picture

Johnson Controls METASYS MS-FEC2611-0

$140.00



Johnson Controls Metasys CVE03050 controller.     M4-CVE03050-0P (NEW) picture

Johnson Controls Metasys CVE03050 controller. M4-CVE03050-0P (NEW)

$300.00



Johnson Controls Facility Explorer FX-PCG1611-1 Digital BACnet Controller picture

Johnson Controls Facility Explorer FX-PCG1611-1 Digital BACnet Controller

$199.00



Johnson Controls Facility Explorer F4-CVM03050-0 (240) picture

Johnson Controls Facility Explorer F4-CVM03050-0 (240)

$350.00







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