HALCON Reference Manual / Develop Operators

dev_unmap_prog (Operator)

Name

dev_unmap_prog — Hide the main window.

Synopsis

dev_unmap_prog( : : : )

Description

dev_unmap_prog hides in MDI mode the main window and in SDI mode the program window so that it is no longer visible. It can be shown again by dev_map_prog.

Attention: after hiding the main window there is no opportunity to enter and execte the dev_map_prog operator. So take care that dev_unmap_prog is only executed in continuous mode with a reachable dev_map_prog operator.

Attention

This operator is not supported for code export.

Result

dev_unmap_prog always returns 2 (H_MSG_TRUE).

Possible Successors

dev_map_prog, stop

See also

dev_map_par, dev_map_prog, dev_map_var

Module

Foundation


HALCON Reference Manual / Develop Operators
Version 9.0.2 Copyright © 1996-2010 MVTec Software GmbH