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


1 PCS New For Flash relay 5 Pin 24V  JQ608A /215C picture

1 PCS New For Flash relay 5 Pin 24V JQ608A /215C

$18.12



HQRP LED Amber Emergency Flash Strobe Warning Light Beacon for Snow Plow Vehicle picture

HQRP LED Amber Emergency Flash Strobe Warning Light Beacon for Snow Plow Vehicle

$29.95



LP Weather Logic Seam And Flashing Tape (boxes) picture

LP Weather Logic Seam And Flashing Tape (boxes)

$200.00



Honeywell Salisbury Arc Flash Pro-wear 40 Cal Protect Hood FH40RPG-PP picture

Honeywell Salisbury Arc Flash Pro-wear 40 Cal Protect Hood FH40RPG-PP

$150.00



Schneider Electric XBTZGM256 256MB Compact Flash Card picture

Schneider Electric XBTZGM256 256MB Compact Flash Card

$212.23



Memorex 16GB Flash Drive USB 2.0 - Blue picture

Memorex 16GB Flash Drive USB 2.0 - Blue

$88.00







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