Programming your own command for an action

Advanced users are able to program actions in Mind Express. Each pageset can contain one script for programming various commands in Python (www.python.org). The commands in the script can be triggered by a particular event (for example opening a page) or they can be called using the Advanced programming action assigned to a cell.

  1. Choose Menu > Edit F2.
  2. Choose the Pageset tab in the edit panel.
  3. Choose Advanced programming.
    The Advanced programming dialog appears. You can also press F10 in the edit view to open this dialog.
  4. Paste the commands from the script into the window.
  5. Choose Test to test the script. An explanation on errors that may occur appears in the bottom of the dialog. Resolve the errors.
  6. Choose OK.