Launch Script From FileΒΆ

  • Selecting the LAUNCH SCRIPT From File... menu item opens a “Select QML Script to Load” file dialog.
    • It allows you to pick an existing .QML script file to load from disk.
    • If a valild file is selected, it will be run.
  • .QML scripts usually provide a User Interface.
  • Various event handlers triggered by controls in the User Interface can execute JavaScript code, including SEQUOIA-specific methods.
  • Please consult the Introduction To Scripting topic, as well as the Sequoia Scripting Reference