-
Notifications
You must be signed in to change notification settings - Fork 133
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
Correctly identify the BalloonTip clicked #45
Comments
Although the following doesn't answer your question directly, I found it important to note: That package gives you a lot of options, and with version 7.x it solves the issues with App Identity!! Now if you want more than just the BalloonTip functionality, than you should stay here 😉 |
I'm having the same problem, the click event just says something was clicked, but not what exactly. |
@Lakritzator I started with Windows nofitications and UWP, moved to WPF with toolkit notifications and eventually WPF with notify icon. What I settled on was custom Popup that looks similar but not integrating with Windows 10 notifications. I save the data of what I am raising the popup for and since its only one custom popup, it dont have to worry about the above issue any more |
I'm hitting the same wall here. My App is not only targeting Win 10 so the Microsoft.Toolkit.Uwp.Notifications are not an option. And I think I read somewhere that MS is dropping support for UWP. So any news about giving a BallonTip an unique identifier? :-) |
Last few weeks I have been trying to get Windows 10 notifications working with WPF (custom deployment was causing issues with App Identity). Today decided to try NotifyIcon BalloonTip and to my surprise, It integrates with Windows 10 notification natively.
The is great news. What I would like next is to enable interaction so I know which of the BalloonTip was clicked by user. I can't see any ways to pass unique indenfier to each tip.
Has anyone tried this ?
The text was updated successfully, but these errors were encountered: