BORDER_HIDE

BORDER_HIDE N

HIDES THE BORDER OF THE SYSTEM OBJECT NUMBER N (FORM)

  • Type: Command
  • Parameter: 1
  • Group: System Objects

ACTION

The command BORDER_HIDE N hides the border of the system object number N.

The system object is a FORM.

Remark: the border can be showed again by the command BORDER_SMALL (reduced size) or BORDER_NORMAL (normal size).

SYNTAX: BORDER_HIDE N

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command BORDER_HIDE is used combined with FULL_SPACE to have a FORM in full-screen mode.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If number N is not the number of a FORM.

EXAMPLE

rem create a full-screen 3D world (without any border)

scene3d 1

teapot 1:rem with a teapot

full_space 0

full_space 1

border_hide 0

SEE ALSO

BORDER_SMALL

BORDER_NORMAL