notification-bar

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 JQuery, but I was wondering if anyone knew of an implementation of the same style of notification system in asp.net AJAX. On a side note, wh...

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 is willing to share. Do you know any open-source implementation of this in java/swing? ...

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 current app is in Delphi / C++Builder, but I'm also interested in comparing frameworks and prototyping some UIs. Related question: This que...

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 information regarding to the context of the message bar. How do/could I do that? When bar comes up, it shows on all of the open pages. ...

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? My searches did not yield any good results, only lots of progress bars and popups in the system notification area, but that's not what I'm ...

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 bar color in Android? I'm looking to have it force black with white text to be less visually present while using the app, but still there....