systemPrintSelector

Reports whether to use LiveCode stacks or system dialogs for printer settings.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 2.9 Security:

# Syntax

set the systemPrintSelector to {true | false}

# Examples

if the platform is "linux" then set the systemPrintSelector to false end if

# Description

Use the systemPrintSelector property to specify whether LiveCode's print dialogs or the system default dialogs should be used by the answer printer and answer page setup commands.

# Tags

# See