Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Support/Help => Topic started by: yoGhurt on 15 03 2015, 22:08:10

Title: Miranda NG and Windows 8 notifications.
Post by: yoGhurt on 15 03 2015, 22:08:10
Anyone have idea is it possible to use this https://github.com/nels-o/toaster with Miranda NG instead of PopUp plugin?
Title: Re: Miranda NG and Windows 8 notifications.
Post by: Robyer on 16 03 2015, 07:48:18
Here is some example project also in C++: https://code.msdn.microsoft.com/windowsapps/Toast-notifications-sample-52eeba29

Best would be to add support for this into Popup+ and YAPP plugins instead of new separate plugin. As they already provide many other features than just showing a popup.
Title: Re: Miranda NG and Windows 8 notifications.
Post by: yoGhurt on 16 03 2015, 14:39:43
Thanks, gonna look into that link.
Yeah, it would be some way adding this function to PopUp but in this moment i feel how painfull it would be to configure it and disable everything in PopUp menu to have only toast notifications. Having two separate plugins would be easier to manage what kind of notifications you would have. Of course it's possible to do that also inside of PopUp, but i'm not sure if time spend of coding this inside existing plugin would be same or less then in separate plugin.