Skip to content
Trevor DeVore edited this page Apr 25, 2020 · 6 revisions

This page contains links to 3rd party Helpers that are not included with Levure but which can easily be added to Levure.

  • App Updater – A helper that wraps Sparkle and WinSparkle in order to provide automatic updating of your Levure application.
  • dropDMG – A helper for building installer disk images using dropDMG when packaging your Levure application.
  • Inno Setup – A helper for creating Inno Setup .iss files when packaging your Levure application.
  • macOS Notary – A helper for notarizing a DMG file when packaging your Levure application.
  • Mikey's Error Handler – Replaces LiveCode's error dialog. Carries its own error list so it also works on mobile.
  • Spell Checker - a helper which adds spell checking capabilities. Uses the built-in spell checker on macOS and Hunspell on other platforms.
  • Sandbox - A helper that provides access to files across app sessions in the macOS sandbox.
  • SQL Yoga - An advanced database library.
  • DataView
    • DataView Helper - A modern DataGrid Form-like control for displaying data in highly-customized rows.
    • DataView Tree Helper - Supports displaying nested trees in a DataView (e.g. a file browser).
    • DataView Database Cursor Helper - Uses a database cursor as a data source for a DataView and display the data in a very efficient way.
Clone this wiki locally