Notifications.Wpf
Notifications.Wpf copied to clipboard
Toast notifications for WPF
Hi all, this kind of issue comes out by Name (x:Name) attributes usage, when you define an Area control in xaml. By using some memory analyzer tool you can find...
Having an issue getting the custom error message template to load. I am using the example you provided in your sample. The issue I am seeing is the object being...
Even after fixing the issue where the Notification Manager would run on a stand alone window, the process seems to not be killed once the notification has done its cycle,...
In my project, I have suitivation based on the role, if it is admin i will show normal window where we have Showview with buttons show and showinwindow but if...
window process is still running background. how to kill them? ### UPDATE Only happens when showing outside window
For my project I required a function to manually close a specific error notification, so I've decided to implement it and create as well a visual/testable interaction in the Wpf.Sample...
hello, i want change position and area show but i don't know how do that? can you help me thank you for Notifications.Wpf.
- Specific Dependency Property "AreaName" implementation to avoid Name or x:Name usage - IDisposable implementation - Remove method implementation on NotificationManager's cache
Hi, I have an issue when using Notification with areaname like ``` notificationManager.Show(new NotificationContent { Title = "Comando inviato", Message = message, Type = NotificationType.Success }, "ControlloAmbWindowArea"); ``` ``` ```...
Fix for issue#12, toast window stays at app switcher even no notifiction is displayed.