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
Value Returned
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
Return to top