jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Integration with PyQt5. #10

Closed elixirphoenix closed 7 years ago

elixirphoenix commented 7 years ago

It seems like the program automatically exit after toast being run. Is there any way to sustain the application?

rgkbitw commented 7 years ago

It is a 'notifier' and hence it should not sustain for long. But you can set time limit to be MAX to help yourself.

elixirphoenix commented 7 years ago

Sorry for misleading the topic. I meant it conflicts with PyQt5 loop and causes an application exit. Nevertheless, I've just found a way to solve this by using PyQt status bar and send toast via them instead. Anyway, this is really good script when integrates to a small application without PyQt5 libraries.