-
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
Standard (OS) Balloon Tips not Showing #64
Comments
For me the Show as info / Show as error work as they should, the custom icon doesn't. Is that what you mean? |
Nope for me it was exactly the other way round -- custom did work but "Show as Info" / "Show as error" didn't work. See print screen in first post. We then changed to using Toast Notifications, I believe via Microsoft.Toolkit.Uwp.Notifications. So if this ain't reproducible by others then shall we close the issue? |
Same in my case. Is there a way to make custom icon work? |
I'm getting both issues in different places of NotifyIconWpf.Sample.ShowCases! I started looking at this because standard OS balloon tips stopped working in my app - custom balloon tip works. |
Same here, it's using a custom icon in Standard Balloon that doesn't work. Tutorials - Balloon Tips - Show Standard Balloon -> uses MyNotifyIcon.Icon (which is a custom Icon). Using Balloon.None, .Info, .Warning and .Error all work ok. I've tried adding , largeIcon: true e.g. MyNotifyIcon.ShowBalloonTip(title, text, new System.Drawing.Icon(iconStream), largeIcon: true); as well as making all sorts of different icons like 16x16 only 32x32 only and icons with all different sizes after looking at this: https://docs.microsoft.com/en-us/dotnet/api/system.drawing.icon?view=dotnet-plat-ext-6.0 but cant get anything to work |
I'm using ShowBalloonTip(title, text, icon, true); nothing appears but i get in the output |
I have no idea what this is, but didn't have time to look at it yet. To me it does seem to be more of a generic .NET issue. Can someone make a small example repo to reproduce the issue, so we (I, you, whoever wants to) can report this? |
When I get a copy of the source and build NotifyIconWpf.Sample.ShowCases the standard OS balloon tips don't show:
It doesn't matter whether I choose "Show as Info", "Show as Error" or "Show Custom Icon".
The custom balloon shows. Everything else also seems to work as expected.
I'm on Windows 10 Version 2004 (1904.1165).
I also checked the OS settings which AFAIK seem to be ok:
Focus assist is turned off:
The sample app also doesn not show up in the list of notification senders:
(Not sure if applications which show balloon tips are supposed to show up in this list).
Administrate templates are all on "Not configured":
(same goes for "Computer Configuration")
The text was updated successfully, but these errors were encountered: