Maplet Layout and Design - Advanced - 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 : Programming : Maplets : Maplet Layout and Design - Advanced

Advanced Maplets Layout

 Goals & Introduction

The purpose of this worksheet is to provide detailed information on how Maplet layouts work, and assumes some familiarity with the Maplet Elements used for layouts. The full form is always used in this worksheet (meaning we do not resort to use of lists, and nested lists in the layouts).

After reading this worksheet, you should be able to:

Understand the different layout elements available in Maple, and understand when to use each

Design a Maplet with objects positioned where you want

Design a Maplet with objects sized the way you want

 

One of the most important things to understand when designing a Maplet layout is that non-container objects (Buttons, TextBoxes, etc.) have no options that can be used to specify their location, but may have options that control the layout of their content.

 

with(Maplets[Elements]):

 

 

Return to Example Worksheet Index