Hello all, I would like to know what is best approach for making and displaying custom notifications in windows 10.
Let me explain little bit more.
I dont want to use standard win 10 notifications because they does not look and feel like they are from my app ( i cannot customize look of them how i want )
I want to show for example 200x100 notification on the right corner of the screen, notification should be 100% customizable to look like my design that i made in photoshop.. So I am not sure should I make some sort of borderless form and put some rectangles, images and labels that will represent look of my notification?
Notifications should slide and auto-hide after lets say 5 seconds...
So what would be best approach to this ?
Also I have to mention that in my app I want to throw a lot of different notifications like when user click to save settings it should show notification, when user receive message it should pop up notification, when someone mention user name it should pop up notification and so on.......
So my notifications dont need to stack on each other, if new notification should be displayed i will first remove any other notification and display that newest one thats my plan
I am using FMX for this and OS windows
Thank you