Commit | Date | |
---|---|---|
[r2876]
(18.9 kB)
by
delphidabbler
Modified TNotificationWindow to work with new TaskXXX properties of TNotificationData instead of old Action method. |
2013-03-30 12:44:05 |
View
Download |
[r2868]
(18.5 kB)
by
delphidabbler
Removed NotificationData property. Notification data is now passed as a parameter to SlideIn method and stored in a field for use after the window is closed. |
2013-03-29 16:12:55 |
View
Download |
[r2867]
(18.2 kB)
by
delphidabbler
Replaced all different properties that determined content of notification window with a single NotificationData property. |
2013-03-29 15:48:42 |
View
Download |
[r2866]
(21.7 kB)
by
delphidabbler
Replaced ActionText property and OnAction event with new ButtonAction property that receives a TCustomAction instance. This is executed when action button is clicked. ButtonAction's caption is used for action button. Action button hidden if ButtonAction not assigned. |
2013-03-29 14:23:52 |
View
Download |
[r2864]
(22.2 kB)
by
delphidabbler
Added a TSimpleEvent object that is used as a lock that calling code uses to avoid trying to display the notification window when it is already displayed. |
2013-03-29 13:41:17 |
View
Download |
[r2848]
(20.8 kB)
by
delphidabbler
New unit added to project that implements a slide-in slide-out notification window. |
2013-03-17 16:43:05 |
View
Download |