-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Notification counter MetroWindow.RightWindowCommands #1804
Comments
yes there is an easy idea |
Sorry for not being specific. I want ideas of how to implement the UI part. Code behind I already implemented hehe. Here is the current code (I use icons, not image):
I'll try the TextBlock suggestion. Thanks. |
Hello @JobaDiniz, My notification badge design uses a combination of the vector bell with two borders that have a corner radius of 50 to give this appearance. I have a centered TextBlock inside the second border bound to the unread notification count. I hope this helps. |
This icon is what I wanted hehe... I even opened a suggestion issue (Templarian/WindowsIcons#208) for it. Your vector is really nice, however, if I understood right, when there is no notification, the red circle will be shown with "0" inside it. That's not what I want. Thanks for sharing, though 👍 |
Thank you for the kind words. Actually no, when there are no unread notifications, a visibility binding causes the borders to go away, leaving only the bell. |
Awesome. Would you mind to share code? |
Absolutely, I'll pull it out of my project to post an isolated example and share the link here. |
I've created a repository for you to check out here. I hope this helps :) |
thanks! I'll check it out later On Fri Feb 20 2015 at 12:55:51 PM Justin Horner notifications@github.com
|
Hi, I've added a toggle button that act like a notification center (much like facebook) in RightWindowCommands:
But now I want to show how many notifications are unread... I'd like to show in the top right corner of the "globe" button. Any ideas?
The text was updated successfully, but these errors were encountered: