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

Balloon tips not showing in Windows 10 #4

Open
raymelon opened this issue Dec 22, 2016 · 0 comments
Open

Balloon tips not showing in Windows 10 #4

raymelon opened this issue Dec 22, 2016 · 0 comments

Comments

@raymelon
Copy link
Owner

I recently found out that the good old balloon notifications are disabled by default in Windows 10.

  • Enabling so will degrade UX as other users may not like having the old balloon notifs in replacement of Windows 10's toast notifications.

  • In Issue #1 (Enhancement), I plan to have a separate app for Windows 10. Doing so will automatically include toast notifications. This is not feasible right now, thus a temporary solution will suffice for this bug.

  • Temporary fixes may be:

    • To create separate controls that will emulate those.
    • Another is to use Microsoft UWP Toolkit.

    For these to work, detect the OS version through Environment.OSVersion, WMI, or reading the registry SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName

Better solutions are welcome!

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

No branches or pull requests

1 participant