I have created a new notification manager to work with notification windows in both VCL and FMX. I have also added some properties
I have two issues I can't figure out:
In the original demo you have (and this is still an issue), the last notification window does not auto close for some reason
I want to add an event to fire during the count down of the auto close interval so I could show a countdown timer. I can't figure out how to trigger it. I have a commented code but couldn't find the correct place. Perhaps you can provide a hint?
Hi,
I have created a new notification manager to work with notification windows in both VCL and FMX. I have also added some properties
I have two issues I can't figure out:
In the original demo you have (and this is still an issue), the last notification window does not auto close for some reason
I want to add an event to fire during the count down of the auto close interval so I could show a countdown timer. I can't figure out how to trigger it. I have a commented code but couldn't find the correct place. Perhaps you can provide a hint?
Thanks