UI::Notification

Is there a way to set the time a notification is shown? Now it is automatically dismissed after a few seconds.

2 Likes

on a mac, it’s a system setting…

defaults write com.apple.notificationcenterui bannerTime [time in seconds]

john

On Windows, not that I know of. You can use a HtmlDialog or a modal UI.messagebox if you want people to see the message.

There currently is no such thing.

Will you write up a feature request? Issues · SketchUp/api-issue-tracker · GitHub
(Include the use-case)

I’d give it a “Like”. I incorrectly was under the impression that this class did have “face time” control. Seems weird it doesn’t.

1 Like

It would be great to have such time parameter.

I posted a new topic where I’m trying to get a workaround for it:

I could reply over here, I guess.
But I think its better to post directly on feature request so its also “officialy suggested”.

… except that (as Thomas said above) API Feature Requests belong in the API Issue Tracker at GitHub:

Ie, API programming jargon might confuse the readers of the general categories covering application usage.

2 Likes

Got it, gonna keep it on API channels next time, thanks.

Ok, gonna post it over there when I get a mature suggestion about it.

FYI, there is an open issue discussing the delay …

1 Like

Perfect! Thanks once again.

1 Like