WladiD / AnyiQuack

Animation framework for Delphi
64 stars 19 forks source link

New Notifications Manager (VCL - FMX) #11

Open jkour opened 4 years ago

jkour commented 4 years ago

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:

  1. In the original demo you have (and this is still an issue), the last notification window does not auto close for some reason

  2. 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

jkour commented 4 years ago

I figured out why #1 happens; when the notification form has the focus it does not autoclose.

I have a new PL to address this