• JMap.Application.Project.setPresentationShowOnOpen

    Controls whether the project presentation dialog auto-opens when a project is loaded.

    The preference is stored per project. Passing false prevents the dialog from appearing automatically the next time this project is activated; passing true re-enables it.

    Parameters

    • value: boolean

      true to auto-open the presentation dialog on project load, false to suppress it

    Returns void

    Example

    // stop auto-opening the presentation dialog for the current project
    JMap.Application.Project.setPresentationShowOnOpen(false)