Notification or Toast?

Does RhinoWindow provide pop-up message boxes similar to Notification or Toast?
Sometimes using this type of message box is more appropriate than outputting to the command line or StatusBar, or popping up a modal dialog.

Did you try searching our API for that? RhinoView.ShowToast Method

Or Rhino Script Syntax UI methods:

https://developer.rhino3d.com/api/rhinoscript/user_interface_methods/messagebox.htm

I use these all over my plugins for quick messages to the user.

Cheers

DK

Thanks for your help, Yeah, that’s exactly what I want.

If it could offer more customization options, such as font color, background color, etc.,
it would be even better

MessageBox forces the user to interact with it, which is not a good option in some situations