Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Show notification on Startup and if ServiceStatus has changed #5

Open
Christoph-Caina opened this issue Mar 19, 2018 · 2 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Christoph-Caina
Copy link
Collaborator

Show a StatusNotification at Startup and also, if the Status of the Service has changed during the Runtime without user interaction with TFTray (service was stopped or started directly through service.msc

@Christoph-Caina Christoph-Caina added the enhancement New feature or request label Mar 19, 2018
@Christoph-Caina Christoph-Caina self-assigned this Mar 19, 2018
@Christoph-Caina
Copy link
Collaborator Author

If ServiceStatus is changing:
Since the app is performing a request on the service status every x ms, we can't call the notification directly within this method.
If we do, we get a notification about the service status every time, when the method will be called (every x ms)

We need another way to check frequently, if the service status has changed - and if yes, that label text, notification icons and buttons are handled like now.

Christoph-Caina added a commit that referenced this issue Mar 19, 2018
@Christoph-Caina
Copy link
Collaborator Author

Partially fixed:
Now, the App is showing the Service Status directly after AppStart and if the Service Status was changed after Menue or ButtonClick in the Application

@Christoph-Caina Christoph-Caina added this to the 2.0.0.0 milestone Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant