With its version 1.2, the component Flex Notification can be stacked. This has been suggested by 2 of my visitors and I think this was a very good idea. So, this is now possible using a new property to use in the Notification.show() method. The property stackable is set to true by default, so by default, the Notification will be stacked.
Technical changes (you may have some compilation errors if you already use my Notification):
- There is a new class called the NotificationStackManager which mainly count the Notifications
- The NotificationStackManager is implemented as a Singleton.
- You don’t need to deal with it, only the Notification sends counting information to the Manager
- The 2 components (Notification and NotificationStackManager) have been placed in a package
- The Notification.show() method changed as the stackable parameter can be set between the iconClass and the notificationParent parameters.
I hope this version will enjoy both current and futur users.
You can check an updated demo at the original post.
Have fun.
Related posts
Comments are closed.