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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Manuals : Programming Guide : 13 Programming Interactive Elements

Contents     Previous     Next     Index

13 Programming Interactive Elements

The Maple standard interface provides several tools for building interactive mathematical content. It includes a set of embedded components, which are configurable graphical controls, buttons, meters, and other interactive components that you can insert in a Maple document to analyze, manipulate, and visualize equations and Maple commands. For example, several task templates in Maple use embedded components to demonstrate mathematical concepts.

There are many ways to construct an application using embedded components.  The easiest way involves drag and drop of components out of the palette to construct a wysiwyg interface.   In addition, the entire interface can be described in code, and generated by a command.  There are also higher-level commands that use embedded component interfaces for special purpose applications.

13.1 In This Chapter

• 

Programming embedded components

• 

Dynamically generated embedded component application

• 

Canvas subpackage of DocumentTools

• 

Maplets and Maplet Utilities

 

Contents     Previous     Next     Index