Tagged Questions
The notification-bar tag has no wiki summary.
9
votes
2answers
2k views
Stackoverflow Style Notifications in asp.net Ajax
When you get a badge or aren't logged in to stack overflow there's a groovy little notification bar at the top of the page that lets you know there's something going on.
I know the SOflow team use ...
3
votes
1answer
858 views
Is it possible to change the color of the notification bar?
The iPhone gives the app the ability to change the notification bar's color so you can have it match your app's design without having to hide it completely.
Is there a way to change the notification ...
3
votes
2answers
2k views
Sliding Notification bar in java (a la Firefox)
I would like to implement a sliding notification bar as the one in Firefox or IE for my java application. But I don't want to reinvent the wheel and I'm sure someone out there has already done it and ...
2
votes
1answer
72 views
Any good alternatives for MessageBox in WinForms?
A WinForms program will inevitably send notification to user. There are two types of notifications:
Important: user needs to take action on it
Non-Important: kind of like "there is something going ...
2
votes
1answer
440 views
Android notification bar click not working
I have following code to make notification in notification bar in C2DMReceiver.java. This class itself extends BroadcastReceiver. and following code is in onReceive method.
NotificationManager ...
2
votes
1answer
402 views
Android - Keep notification steady at Notification Bar
I have written the function to notify and display at Notification bar:
private void showNotification()
{
CharSequence title = "Hello";
CharSequence message = "Notification ...
1
vote
5answers
413 views
How should I display a notification bar in WinForms?
You all know the "You've got new answers!" notification bar on SO. I'd like the same thing in a Form, preferably just as smooth. Is there a simple way? Or do I have to completely create this myself?
...
1
vote
2answers
320 views
How to show message bar on every page
I work with ASP.NET VS2005. In stackoverflow, every now and then, a message bar is displayed at the top of the page. When clicked on the message's hyperlink, it takes me to another page which has all ...
0
votes
2answers
285 views
Custom Notification Bar in Android
For my android application my requirement is to implement the Custom Notification Bar in my layout. When user drag this Custom notification bar then icons will be visible. This custom notification bar ...
0
votes
2answers
158 views
Issues with jQuery on IE9…
Using IE9 F12 developer tools, I see these errors in the console:
SCRIPT438: Object doesn't support property or method 'getElementsByTagName'
jquery.min.js, line 16 character 59007
SCRIPT438: ...
0
votes
2answers
203 views
Disable touch event for notification bar in Android
Is there a way to disable click on the notification bar when my activity is displayed?
Basically I want to lock the notification bar so that the user will not be able to interact with it.
0
votes
2answers
250 views
Non-modal notification bars?
How can I implement a non-modal sliding notification bar, such as Firefox, Beyond Compare, and VMware Workstation 6.5 use, in client-side Windows apps?
Any language or framework is fine for now; my ...