You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Moses,
Thanks for new addition to pystray, I appreciate your work,
I already put "pystray" in latest version of my application "PyIDM", everything works great
I downloaded pystray from github and used the example you supplied but couldn't display notification, maybe i am doing something wrong
I am running windows 8-32 bit with python 3.6-32 bit
I am not expert in win32 API, but I think there is something mentioned in plyer balloon tip notification regarding registering a class first
I do not have access to the version of Windows that you are running---I have performed my tests on Windows 10.
It is correct that class registration is required before using notifications; that is performed here.
I cannot find any special behaviour introduced after Windows 8 neither for NOTIFYICONDATAW not for Shell_NotifyIconW, and both your sample and the one provided in the pystray documentation work on my system.
Perhaps you have disabled notifications in the Windows settings?
Hello Moses,
Thanks for new addition to pystray, I appreciate your work,
I already put "pystray" in latest version of my application "PyIDM", everything works great
I downloaded pystray from github and used the example you supplied but couldn't display notification, maybe i am doing something wrong
I am running windows 8-32 bit with python 3.6-32 bit
I am not expert in win32 API, but I think there is something mentioned in plyer balloon tip notification regarding registering a class first
here is plyer balloontip.py link:
https://github.com/kivy/plyer/blob/master/plyer/platforms/win/libs/balloontip.py
Also plyer has managed to send notification in linux too, if somehow pystray can do this it will be a great hit
the code i tried:
The text was updated successfully, but these errors were encountered: