01-16-2012 09:22 AM
Hey Guys, does anyone know how to create a notification on the home screen in the banner similar to this article:
I need a very simple notification on the top banner such as an icon and a single string like "New Notification (1)". If anyone knows how to accomplish this without using messagelistdemo any help would be greatly appreciated.
Thanks!
Solved! Go to Solution.
01-16-2012 09:25 AM
01-16-2012 09:43 AM
I don't see a method to place any text into the notification, only to set the icon, its visibility and registration. Maybe I'm missing something?
01-16-2012 10:01 AM
01-16-2012 10:10 AM
So just to sort everything out, I wouldn't be able to place a short string along with the notification without using messagelistdemo?
01-16-2012 10:12 AM
01-16-2012 10:22 AM
Thank's a lot this saved me some time. In the previous article
the messagelistdemo manages to add text to the notification process but through an email configuration which is overly complicated for my needs. Do you know if there is any code similar to this which does not utilize the entire message format?
01-16-2012 10:27 AM
01-16-2012 10:37 AM
Thank you very much for your help!
01-31-2013 01:45 AM
In the link u have given here, there are some pieces of code...should i just copy and paste them on my BBry java plugin for eclipse and run ??? or is there any preliminary steps to be followed ???