Message Boards Message Boards

0
|
2340 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Something like Quiet to quiet FrontEnd messages

Posted 10 years ago

Quiet will suppress messages from the Kernel. Is there a simple way to do the same for messages that are from the FrontEnd?

As an example of a FrontEnd message, execute

NotebookOpen["nothing"]
POSTED BY: David Reiss
2 Replies

The front end messages could be suppressed by changing the settings in Preferences -> Messages or programmatically, for example

CurrentValue[$FrontEnd, {MessageOptions, "ErrorAction"}] = {}

will do nothing, instead of the default "beep and put up dialog box".

POSTED BY: Ilian Gachevski

Thanks!

One of these days I am going to get it through my thick skull that CurrentValue is often the answer to a question that I have.

POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract