WPDesktop: Difference between revisions
Appearance
m Ak120 moved page OS2 API:SOM:Classes:WPDesktop to WPDesktop |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | |||
This is the Desktop WPS Class. | |||
==Class definition file=0 | |||
==DLL== | |||
==Class hierarchy SOMObject== | |||
==Instance methods== | |||
==Setup strings for WPDesktop objects (WARP 4)== | ==Setup strings for WPDesktop objects (WARP 4)== | ||
Line 71: | Line 81: | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] | ||
[[Category:SOM Class]] |
Revision as of 22:26, 22 November 2016
Description
This is the Desktop WPS Class.
==Class definition file=0
DLL
Class hierarchy SOMObject
Instance methods
Setup strings for WPDesktop objects (WARP 4)
These are the setup strings for the WPDesktop objects in WARP 4. (see also Set or get the WPS lockup password and Changing the Lockup page entries)
Key Name | Value | Description |
---|---|---|
AUTOLOCKUP | YES | This sets the auto-lockup feature, so that the keyboard and mouse will automatically lock up after the specified number of minutes of inactivity. |
NO | This turns off the autolockup feature, so that the system will not automatically lock the keyboard and mouse, no matter how long they are inactive. | |
LOCKUPAUTODIM | YES | This sets the autodim feature, so that the screen blanks out and a floating lock icon is displayed 2 minutes after the keyboard and mouse are locked. |
NO | This turns off the autodim feature. | |
LOCKUPBACKGROUND | N,M,S,B,C | This sets the lockup background, where: N = Image file name. This name must be the fullyqualified path of the image file; "(none)" to use no file or. "?:\" is permitted to indicate the boot drive.
S = Scaling factor between 1 and 20
C = Background color. This color can be 3 numbers representing RGB values or the default, in the following format:
For example: "BACKGROUND=C:\OS2\BITMAP\OS2LOGO.BMP,S,3,I" or "BACKGROUND=(none),,,C,0 128 128" |
LOCKUPFULLSCREEN | YES | This specifies that the entire screen is taken up by the lockup background image. The lockup background specified by the LOCKUPBACKGROUND keyname is displayed when the system locks the keyboard and mouse. |
NO | This specifies that when the system locks up, a message box is to be displayed prompting you to enter your lockup password. | |
LOCKUPSCREENSAVERMODE | YES | Lockup acts like a screen saver
|
NO | Lockup acts like in WARP 3
| |
LOCKUPONSTARTUP | YES | This specifies that the keyboard and mouse are automatically locked when the system is started or restarted. |
NO | This specifies that the keyboard and mouse are not automatically locked when the system is started or restarted. | |
LOCKUPTIMEOUT | n | This specifies the number of minutes of keyboard and mouse inactivity that will cause the system to automatically lock the keyboard and mouse. The default is 3 minutes. |