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

Timer #1

Closed
sokatra opened this issue Oct 27, 2020 · 3 comments
Closed

Timer #1

sokatra opened this issue Oct 27, 2020 · 3 comments

Comments

@sokatra
Copy link

sokatra commented Oct 27, 2020

Hy, nice program, but i am missing a timer .. and some other features, but a timer is the most important
an ok and cancel button would also be nice and errorlevel should be returned (ok pressed or cancel)

Some Inspiration
https://github.com/cubiclesoft/messagebox-windows
https://www.paralint.com/projects/notifu/

@r57zone
Copy link
Owner

r57zone commented Oct 27, 2020

Hi, I didn't quite understand about the timer. Do you want the notification to be displayed after some time?

@sokatra
Copy link
Author

sokatra commented Oct 27, 2020

Hy, i mean a setting where i can change the time how long the message will be displayed.so somebody can use your tool in a deployment task .. shows a message for about 20 min. or until somebody clicks on ok.
Your message is disappearing after seconds .. the user can't read it if he is not sitting in front of his pc.

For example i can send a message to the user "please restart your pc to apply patches" ..
in my first link the program messagebox-windows has therefore the parameter
/w=Milliseconds
The amount of time, in milliseconds, to wait.
notifu has the following parameter
/d The number of milliseconds to display (omit or 0 for infinit)

Kind regards
sokatra

@r57zone
Copy link
Owner

r57zone commented Oct 27, 2020

I added the ability to increase the display of the notification. To do this, add the "-ms 10000" startup parameter, where 10000 is 10 seconds in milliseconds.

As for the buttons, I'll think about it, maybe will be added later.

Latest version: https://github.com/r57zone/Notifications/releases

Also, in order not to miss events, you can use an alternative notification center - https://github.com/r57zone/Notification-center#notification-center

@r57zone r57zone closed this as completed Oct 31, 2020
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

2 participants