Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win10toast - anyways to stop or know that it has been clicked. #79

Open
delrius-euphoria opened this issue Sep 14, 2020 · 0 comments
Open

Comments

@delrius-euphoria
Copy link

I am using win10toast for showing notification whenever the API gets an unread data. It works fine i get the notification, but the notification seems to keep on popping up as long as the data on the API remains to be unread, because im checking for the data every 1 sec, and it checks and find that the data is unread and hence it pops up the window. Is there anyway to make win10toast just pop up once for one notification, and while its unread, just keep the notification to the action center something. Due to the continous poping of notification it throws me an error

    self.hwnd = CreateWindow(self.classAtom, "Taskbar", style,
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'

Im pretty sure the way im proceeding to this is not accurate, would be helpful if you guys have any other way to show notification like this.

My code here with question - https://stackoverflow.com/questions/63879077/displaying-desktop-notification-after-getting-a-new-message-python-tkinter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant