RESIZE Mnemonic - Change the SysConsole/Window Size

Syntax

'RESIZE'(int width, int height)

Description

In BBj 14.0 and higher, the 'RESIZE' mnemonic changes the pixel width and height of the SysConsole/SysWindow frame.

Parameter

Description

int width

The new width in pixels of the SysWindow frame.

int height

The new width in pixels of the SysWindow frame.

The 'RESIZE' mnemonic causes the SysConsole/SysWindow frame to change size, but does not change the number of text columns and rows used within it. In addition, the SysWindow’s lock modes are reset so that ‘Lock Columns and Rows’ is active (checked), ‘Use Scroll Bars’ is active, ‘Vary Font Size’ is inactive (unchecked) and ‘Lock Window 0 to SysWindow' is inactive.

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing