Message - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Maplets[Examples]

  

Message

  

display a Maplet application with a user message

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Message(msg, opts)

Parameters

msg

-

string or symbol

opts

-

equation(s) of the form option=value where option is one of title or type; specify options for the Maplet application

Description

• 

The Message(msg) calling sequence displays a Maplet application with a message for the user.

• 

The Message sample Maplet worksheet describes how to write a Maplet application that behaves similarly to this routine by using the Maplets[Elements] package.

• 

The opts argument can contain one or more of the following equations that set Maplet application options.

  

 

  

title = string or symbol

  

Specifies the Maplet application title.  By default, the title is Message.

  

 

  

type = `error`, information, plain, or warning

  

The message type.  By default, the type is plain.  This option determines the icon that is located left of the text.

Examples

withMapletsExamples:

MessageHello world!

See Also

Maplets[Elements]

Maplets[Elements][MessageDialog]

Maplets[Examples]

Message Sample Maplet

Overview of Maplet Applications