Interactive Property (Application Object)

Scope: Schematic editor

Object: Application Object

Access: Read/Write

Prerequisites: None

Controls the response of the application to activity on its user interface.

Usage

Application.Interactive = True | False

Arguments

None

Return Values

True | False. True - Xpedition Designer is in interactive mode. False - Xpedition Designer is not in interactive mode.

Description

The application is normally interactive (True) and responds to user input. Setting Interactive to False ignores all mouse clicks, keyboard hits, and other user actions. In effect, locking out the user while critical operations are proceeding. When Interactive is False, only the automation script and the operating system can affect the application.