Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

absDisableUpdate

absDisableUpdate(
)
=> t / nil

Description

Both the absDisableUpdate and absEnableUpdate functions are used to control whether or not the graphical user interface updates in response to changes in, for example, bin selection. This ensures that the GUI does not update unnecessarily when several events in a row are processed. This is inserted by Abstract Generator into the record file.

Arguments

None

Value Returned

t

Indicates successful operation.

nil

Indicates an error.

Examples

Specifies that the GUI is not to be updated when the Core bin is deselected and the Ignore bin selected instead.

absDisableUpdate
=> t
absDeselectBinFrom "Core" "Core"
=> t
absSelectBinFrom "Ignore" "Ignore"
=> t
absEnableUpdate
=> t

Related Topics

Abstract Generator Log, Replay, and Record Files


Return to top
 ⠀
X