I am working on adding a non-modal notification system to my application. The notifications will be unobtrusive pop-ups that appear in the corner of the app. There can be more than one notification at a time.
Most of the time these notifications will not require user input, but sometimes they will be used to get user input for things that do not require an immediate response.
Any suggestions?