Maplet Viewer - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Maplets : Maplet Viewer

MapletViewer

  

The MapletViewer is an executable program that can launch saved Maplet applications. It displays and runs Maplet applications independently of the Maple worksheet environment.

 

Exporting a Worksheet As a Maplet Application File

Launching a Maplet Application

Exporting a Worksheet As a Maplet Application File

  

You can export Maple worksheets as .maplet files.

1. 

From the File menu, select Export As.

2. 

Specify Maplet as the file type.

3. 

Specify a path and folder for the file.

4. 

Enter a filename.

5. 

Click Save

  

In the Classic interface, you can save Maple worksheets as .maplet files.  From the File menu, select Save As.  Specify Maplet as the file type.

Launching a Maplet Application

  

To launch a Maplet application outside of the worksheet environment:

In Windows

  

By default the Windows installer creates an association between .maplet files and the MapletViewer.

  

From a Windows file browser, double-click the .maplet file.

  

or

  

Create a shortcut icon and place it on the desktop, specifying mapletviewer.exe followed by the .maplet filename.

In Mac OS X

  

The MapletViewer is available on Windows only. Mac OS X users can invoke the .maplet files by executing the Command-line version.

1. 

Navigate to the /Library/Frameworks/Maple.framework/Versions/Current/bin directory.

2. 

At the command line, enter maple -q and then the filename as an argument.

In Linux

  

The MapletViewer is available on Windows only. Linux users can invoke the .maplet files by executing the Command-line version.

1. 

Change directories to $MAPLE_ROOT/bin, where MAPLE_ROOT is the root directory of your Maple installation.

2. 

At the command line, enter maple -q and then the filename as an argument.

See Also

Maplets[CommandLine]

Overview of Maplet Applications

The maple Command and Command-line Options

Translation of Maple Worksheets to Maplets