Thanks Boki.
I've hooked onto the TUxNotificationControl OnClose event, but there's no way to tell if the notification has been closed manually or autoclosed.
Is there code I can add to check that?
The reason for this is, if a notification is autoclosed, then I want it to appear again as the user may not be on their computer when the notification appears. But if the user closes it manually, then it would become annoying for them if the notification kept popping up.
The plan is to delete the notification from the TList if the user manually clicks the close button.
What do you think?
= Steve