Author Topic: Miranda NG and Windows 8 notifications.  (Read 3266 times)

0 Members and 1 Guest are viewing this topic.

Offline yoGhurt

  • Jr. Member
  • **
  • Posts: 52
  • Country: pl
Miranda NG and Windows 8 notifications.
« 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?
 

Offline Robyer

Re: Miranda NG and Windows 8 notifications.
« Reply #1 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.
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline yoGhurt

  • Jr. Member
  • **
  • Posts: 52
  • Country: pl
Re: Miranda NG and Windows 8 notifications.
« Reply #2 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.