by Christiaan Nillissen (4 Submissions)
Category: Custom Controls/Forms/Menus
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)

FireFox Style User Notification Popup.
The User Notification Popup System is a visual feature to signal the user of any items of importance. These items may include such things as New Mail Messages, Application Alerts, Completion Notifications, etc.
As shown in the screenshot below, the test application allows you to trigger various types of Notifications. Pressing any of the example buttons will launch a popup notification instantly. Pressing another will queue up a request while the first is being displayed.
By clicking the ‘Alert’ Button while an Alert Popup is being displayed, rather then queuing up another Alert Popup, it will update the current displayed one. Similarly, clicking the ‘Message’ Button more then once, while the Alert Popup is being displayed, will only register one request in the queue, and when it comes time to display the Message Popup will display the last requested copy. The ‘Notification’ Popup on the other hand, is set to queue every instance as this message has more specific details.
Feature Overview:
* Display of Title and Description text,
* Dynamic Auto-sizing to fit content,
* Feature specific icon support,
* Optional playing of a sound file on popup,
* FIFO Queuing of Popup Requests,
* Batching Popup Requests (Removal of duplicates requests),
* Optional click description to trigger event,