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


Thread Tools

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


Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013 picture

Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013

$40.90



OEM Battery for MacBook Pro 17

OEM Battery for MacBook Pro 17" A1309 A1297 Early 2009 Mid 2009 2010 MC226

$40.90



A1618 NEW OEM Battery for MacBook Pro 15

A1618 NEW OEM Battery for MacBook Pro 15" Retina A1398 Mid 2015 020-00079

$43.90



NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch picture

NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch

$31.90



NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015 picture

NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015

$43.90



Genuine OEM A1417 Battery For Apple Macbook Pro 15

Genuine OEM A1417 Battery For Apple Macbook Pro 15" Retina A1398 2012 2013 NEW

$40.90







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