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

Doesn't work on Win 8.1 #3

Closed
Boscop opened this issue Dec 25, 2017 · 6 comments
Closed

Doesn't work on Win 8.1 #3

Boscop opened this issue Dec 25, 2017 · 6 comments

Comments

@Boscop
Copy link

Boscop commented Dec 25, 2017

Both examples do nothing :(
Any idea how to make it work?

@allenbenz
Copy link
Owner

I'll take a look at it on a win 8.1 vm this weekend.

@Boscop
Copy link
Author

Boscop commented Dec 25, 2017

Thanks!

@allenbenz
Copy link
Owner

allenbenz commented Jan 4, 2018

Okay so the issue is that I am using the ToastGeneric binding which is a windows 10 only thing.

Windows 8.1 only allowed fixed templates.
https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh761494(v=win.10)

So no short term fix here.
I'll think about how to work around this.

@allenbenz
Copy link
Owner

Alright, 0.2.0 should work with win 8.1.
At least it did on the 64-bit 8.1 VM.

If it doesn't let me know.
Note that 0.2.0 uses a later version of winrt (and by extension winapi)

@Boscop
Copy link
Author

Boscop commented Jan 8, 2018

Yes, it works, thanks :)
It is a metro style notification bubble with blue background.
Btw, how to create a system tray bubble (the one with yellow/white background)?

@allenbenz
Copy link
Owner

That would use the Shell_NotifyIcon call.

It would be the way to get something like notifications in windows 7.

Some reading on it here:
https://msdn.microsoft.com/en-us/library/windows/desktop/ee330740(v=vs.85).aspx
https://softwareengineering.stackexchange.com/questions/222339/using-the-system-tray-notification-area-app-in-windows-7

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

2 participants