Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
How to show multiple appointments in a single window of UltraDesktopAlert ?
posted

Hi,

Suppose, there are 5 appoinments are due for today. If a single appoinment is displayed by the

 UltraDesktopAlert window, then all total 5 alert windows will be displayed one after the other. And this is

very annoying.

So, how can i show all the 5 appointments in a single alert window ?

 

Thanks in advance,

Panna

 

 

  • 69832
    Suggested Answer
    Offline posted

    I believe this concept is demonstrated in the 'Appointment Reminder' sample. If you want to display multiple appointments in an alert you could use a Timer that ticks (for example) every 5 seconds. Instead of displaying the alerts in response to the BeforeDisplayReminderDialog event, you could add the appointments for which that event is fired to a list, and then in the Timer's Tick event handler, display the alert for whatever appointment reminders came due since the last time the timer was checked.