-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add a close button on the notify dialog? #3111
Comments
@mjyu51 Sometimes we want to hide it. The notification dialog is shared by all notifications, so once you hide it, it will reappear if you get another notification. Do you like that feeling? |
@nao-pon, Thanks a lot for the response. If we can make it an option for the user/developer, it will be much more powerful. I understood that notifications share the the dialog. I am wondering if it could be possible to add an option to the shared notifications dialog with this top-right cross button for closing all notifications and the dialog ( like a standard "window" with close button. Or in the code, we can do something like ndialog.showCloseButton(true/false); // to turn the close button on and off or This will be much more flexible. Thanks, |
@mjyu51 The display / non-display option of the close button is set in the notification dialog collectively (set at initialization). Also add a minimize button (always enabled). When minimized, it becomes a small icon with a percentage and a progress bar in one corner of the screen. Click the icon to return to its original size. |
@nao-pon, this is GREAT! Thanks. |
Can we add a close button like this: (so that we can close the notify dialog)
The text was updated successfully, but these errors were encountered: