|
|
|
|
|
- Configuration of the end-user computers
- Dimming rate
WinEnableDDW (Function) In french: FenActiveGFI
Warning
From version 2024, WinActivateDDW is kept for backward compatibility. This function has been replaced with WinEnableDDW.
Enables or disables the DDW (Dim Disabled Window) feature: - for a specific window.
- for all the application windows. In this case, windows set up with WinEnableDDW will be ignored.
Enables or disables the Dim Disabled Window (DDW) feature for a specific window: The DDW feature is used to automatically dim disabled windows. For more details, see Dim disabled windows.
WinEnableDDW(FEN_SaisieClient, True)
Dialog("Voulez-vous enregistrer les modifications ?")
Syntax
Enabling or disabling the DDW feature for a specific window Hide the details
<Result> = WinEnableDDW(<Window> , <DDW activation>)
<Result>: Boolean Previous DDW status:- True: GFI was activated on the specified window.
- False GFI was not activated on the specified window.
<Window>: Window name Name or alias of the window to be used. This window must be opened. <DDW activation>: Boolean New DDW status:- True: GFI is activated on the specified window.
- False GFI is not activated on the specified window.
Enabling or disabling the DDW feature for all the application windows Hide the details
<Result> = WinEnableDDW(<DDW activation>)
<Result>: Boolean Previous DDW status:- True: GFI was enabled on application windows.
- False GFI was not activated on the application windows.
<DDW activation>: Boolean New DDW status:- True: GFI is enabled on application windows.
- False GFI is not enabled on application windows.
Remarks Configuration of the end-user computers Depending on the configuration of the end-user computers, the DDW feature may have no effect. Indeed, the DDW feature is affected by the characteristics of the video card, the speed of the processor, etc. If a problem occurs, ask the end users to update the driver of their video card. Note To operate, the end-user workstation must: - have a display mode greater than 256 colors.
- be in 32-bit or 64-bit mode.
- be running Windows 2000 or later.
- use the maximum level of "Hardware acceleration" for the video card (advanced display properties of the computer).
Dimming rate The default dimming rate on the windows is set to 18 %. To change this rate, use WinRateDDW.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|