Create notification that does not disappear until manually dismissed #214
Replies: 4 comments
-
Not an answer but I am also looking for this functionality. While also removing the X to close the box, in addition to having the window persistent until one of the presented buttons is pressed as described above. |
Beta Was this translation helpful? Give feedback.
-
I need this too, please help |
Beta Was this translation helpful? Give feedback.
-
I'd be happy with a way to set the duration of the notification. Is there one? |
Beta Was this translation helpful? Give feedback.
-
At its core, this module is just using the Windows API for toast notifications so some of the limitations are those imposed by Microsoft and isn't something that can't be worked around. The best you can do is tweak the "scenario". I think this is the longest I've managed to get a toast to display: https://github.com/Windos/Talks/blob/main/2021/02%20-%20February/23%20-%20DuPSUG%20-%20Croque%20Monsieur/Demos/03_Scenario.ps1 It did require selecting a looping sound and it will display for a very long time, but there's no guarantee it'll stay until the user has seen it. |
Beta Was this translation helpful? Give feedback.
-
I am looking to create a notification that contains info about Terms of Use. I was hoping to make it not disappear until a user manually clicks Dismiss. Is this possible with Burntoast?
Beta Was this translation helpful? Give feedback.
All reactions