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


Intel E210882 Desktop Integrated Motherboard Intel Pentium 4 2.6GHz 2x 256mb DDR picture

Intel E210882 Desktop Integrated Motherboard Intel Pentium 4 2.6GHz 2x 256mb DDR

$39.95



DSC PC1832 PowerSeries 8-32 Zone Alarm System Motherboard PC1832PCB Board Only picture

DSC PC1832 PowerSeries 8-32 Zone Alarm System Motherboard PC1832PCB Board Only

$199.99



Used & Tested IPC PCI-6870F Motherboard picture

Used & Tested IPC PCI-6870F Motherboard

$255.11



DSC PC1864 Power Series 8-64 Zone Alarm System Motherboard PC1864PCB Board Only picture

DSC PC1864 Power Series 8-64 Zone Alarm System Motherboard PC1864PCB Board Only

$299.99



Used & Tested NEXCOM PEAK777 REV:B Motherboard picture

Used & Tested NEXCOM PEAK777 REV:B Motherboard

$220.99



Used & Tested IB940-R Industrial Computer Motherboard picture

Used & Tested IB940-R Industrial Computer Motherboard

$244.49







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