checkStateConfirmModeChange
ab checkStateConfirmModeChange boolean { t | nil }
Description
Controls whether or not you must confirm explicitly that a read-only cellview is to be re-opened in edit mode before setting the checked state of a marker in the Annotation Browser assistant.
The default is t, which means that when you try to use the Check/Uncheck command (or its browser pane equivalent) in a read-only cellview, the software prompts you to confirm that you want to re-open the cellview in edit mode before performing the requested operation. When set to nil, the software automatically re-opens the cellview in edit mode and performs the requested operation.
The deleteConfirmModeChange environment variable performs the same function for the Annotation Browser Delete command.
GUI Equivalent
Examples
envGetVal("ab" "checkStateConfirmModeChange")
envSetVal("ab" "checkStateConfirmModeChange" 'boolean t)
envSetVal("ab" "checkStateConfirmModeChange" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top