Hot v1.4 of SQLite Sorcerer How to dynamically reorder columns in a DataGrid in 1 line of code
Sep 08

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.

Flattr this

 

Related posts

Written by Arnaud
Creative Commons License
Tags: , ,

Share/Save/Bookmark

Help me improve my blog by rating this post or sending a comment.

not goodquite goodgoodvery goodexcellent (2 votes, average: 4.5 out of 5)
Loading ... Loading ...


Comments are closed.