PLBWIN_TERMINAL_DEBUG Keyword
9.3A, PLBWIN
PLBWIN_TERMINAL_DEBUG={ ON | OFF }
This keyword controls a terminal mode of operation for the debug main window that is executing a program that only uses DISPLAY and KEYIN instructions for a character mode application. This keyword is placed into the [environment] section of the PLBWIN, PLBSERVE, or PLBCLIENT INI files.
If this keyword is not used, the default action is the same as when the 'OFF' state is used. When this keyword is set to the ON, the runtime allows the size and font for the main window to be resized and to scale the character positions to fit the window.
Note:
When ON is being used, any GUI objects that are created and activated on the debug main window disables the resizing and scaling capability. When all of the GUI objects are deactivated or destroyed, the resizing and scaling capability for the window is enabled.
Use of a Windows true-type font gives the best resizing results since Windows can control the scaling of the font. However, if the PLBWIN_FONT keyword specifies a fixed or some other font, the Windows OS may not be able to scale the font and desired font resizing does not work.
See Also: PLBWIN Keywords, Compiler and Runtime Options
![]() |