-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Improve the notifcation of new update #168
Comments
What would be better if we would use such a custom form? I mean you can't show more information inside such a form so you will still need another form opened after this custom popup. |
On Windows 10 (and surely 8) you can disable altogether the notification. In this case, you won't be notified. The other idea would be to play with the trayIcon to change it to the update icon every X minutes/hours for X seconds (like current icon/update icon/current icon/update icon...). |
If the user disables these notifications entirely he will indeed miss not only the notification for new updates of SoundSwitch. In this case it would be perhaps better to show directly the download form - that's the easiest way. The posted solution "doesn't account for several factors:" ... |
Showing the download form directly is intrusive, it's exactly what the
users are complaining about when in Stealth update and the UAC popup comes.
I think I'll stick with the idea of the icon changing until the user
launched the update. (But again, the icon is surely hidden most of the
time).
…On 2017-03-14 07:38 AM, FireEmerald wrote:
If the user disables these notifications entirely he will indeed miss
not only the notification for new updates of SoundSwitch. In this case
it would be perhaps better to show directly the download form - that's
the easiest way.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMEsrqLZqpRJwIKlo1WW6uogaNZIm6Iks5rlnw6gaJpZM4MbiAt>.
|
Moment, do you wan't to show the new form if the "stealth" update option is selected? I was thinking that you will use the new form only if the "notify" update option is selected. |
Sorry, I'm not clear ; I'm only referring to Notify mode.
# Ideas
* New notification form with 2 buttons: Update now, Remind me later
* Make the systray icon "change" to show there is something to do
…On 2017-03-14 09:20 AM, FireEmerald wrote:
Showing the download form directly is intrusive, it's exactly what the
users are complaining about when in Stealth update and the UAC
popup comes.
Moment, do you wan't to show the new form if the "stealth" update
option is selected? I was thinking that you will use the new form only
if the "Notify" update option is selected.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMEskMwD4w9TeQqIIpI4xmFSoCEQ8Vlks5rlpQugaJpZM4MbiAt>.
|
I went for simply animating the systray icon |
Creating a new form and animating it could be the way:
http://stackoverflow.com/questions/461184/toast-style-popup-for-my-application
The text was updated successfully, but these errors were encountered: