MacOSX: DisableScreenUpdatesMBS

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

DisableScreenUpdatesMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Window MBS MacOSX Plugin 8.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Temporarily disables redraw of the screen after changes to window geometry or window contents.

It is appropriate to disable updates if you are moving or resizing multiple windows and you want all of the geometry changes to appear onscreen simulataneously. In most other cases, you should strive to avoid disabling screen updates. The window server will automatically re-enable updates (and print a message to the Console log) if you leave updates disabled for a sufficiently long period of time, currently about 1 second.

The window server records the number of calls to DisableScreenUpdates and does not re-enable updates until a matching number of calls to EnableScreenUpdates have been made.

Updated for 64-bit in plugin version 18.3.

Blog Entries

The items on this page are in the following plugins: MBS MacOSX Plugin.


💬 Ask a question or report a problem