Jump to content

PM ASYNC FOCUS CHANGE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SET PM_ASYNC_FOCUS_CHANGE}}
{{DISPLAYTITLE:PM_ASYNC_FOCUS_CHANGE}}
Enables the fix for single input queue and sets the timeout.
Enables the fix for single input queue and sets the timeout.
'''Note:''' On Warp 4.0 you can change this with the system settings notebook.
 
;Note:On Warp 4.0 you can change this with the system settings notebook.
  SET PM_ASYNC_FOCUS_CHANGE=<value>
  SET PM_ASYNC_FOCUS_CHANGE=<value>
 
;Example:<tt>SET PM_ASYNC_FOCUS_CHANGE=ON</tt>
'''Example:'''
SET PM_ASYNC_FOCUS_CHANGE=ON


==Parameters==
==Parameters==
; Value: Can be ON or OFF or a value expressed in milliseconds .
;Value: Can be ON or OFF or a value expressed in milliseconds.
 
* SET PM_ASYNC_FOCUS_CHANGE=ON Activate the single input queue fix and set the timeout to 2000 ms.
* SET PM_ASYNC_FOCUS_CHANGE=ON
*SET PM_ASYNC_FOCUS_CHANGE=OFF Deactivate the single input queue fix.
Activate the single input queue fix and set the timeout to 2000 ms.  
*SET PM_ASYNC_FOCUS_CHANGE=1000 Activate the single input queue fix and set the timeout to 1000 ms.
 
*SET PM_ASYNC_FOCUS_CHANGE=OFF
Deactivate the single input queue fix.  
 
*SET PM_ASYNC_FOCUS_CHANGE=1000
Activate the single input queue fix and set the timeout to 1000 ms.  
 
Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.
==Platform Support==
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|FP17
|Yes
|Yes
|}


[[Category:Environment variable]]
[[Category:Environment variable]]

Latest revision as of 00:28, 1 January 2020

Enables the fix for single input queue and sets the timeout.

Note
On Warp 4.0 you can change this with the system settings notebook.
SET PM_ASYNC_FOCUS_CHANGE=<value>
Example
SET PM_ASYNC_FOCUS_CHANGE=ON

Parameters

Value
Can be ON or OFF or a value expressed in milliseconds.
  • SET PM_ASYNC_FOCUS_CHANGE=ON Activate the single input queue fix and set the timeout to 2000 ms.
  • SET PM_ASYNC_FOCUS_CHANGE=OFF Deactivate the single input queue fix.
  • SET PM_ASYNC_FOCUS_CHANGE=1000 Activate the single input queue fix and set the timeout to 1000 ms.

Value can be any full path. Relative paths are not allowed.