Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
HourGlass(True)
// Force DDW on the main window
WinForceDDW(WIN_Main, True)
// Start an important calculation
ImportantCalculation()
// Stop DDW on the main window
WinForceDDW(WIN_Main, False)
HourGlass(False)
Syntax
WinForceDDW(<Window> , <Activation of DDW>)
<Window>: Window name
Name of the window to be used.
<Activation of DDW>: Boolean
New DDW status:- True: DDW is instantly activated on the specified window. The window comes up grayed out.
- False: DDW is instantly deactivated on the specified window. The window is display normally then (except if it is disabled: it remains grayed out).