ACTIVEX_LIST
Use ActiveX list control by default
WTSupported in traditional Synergy on Windows
|
|
|
|
The ACTIVEX_LIST environment variable specifies which list, ActiveX or UI Toolkit, should be used by default for any lists that are processed.
Value
One of the following flags:
0 = Use the Toolkit list. (default)
1 = Use the ActiveX list control.
Discussion
If ACTIVEX_LIST is set to 1, the global g_activex_list is set to true within U_START. For any list class that does not specify which list (ActiveX or UI Toolkit) to use by specifying the ACTIVEX qualifier on the .LISTCLASS script command, g_activex_list is used to determine which list is used.
Setting location
The environment or the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).
Used by
UI Toolkit
See also
.LISTCLASS script command for more information on overloading the global list default on a per list basis
Examples
In the synergy.ini file,
[synergy] ACTIVEX_LIST=1