Programmer Guide/Macro Library/LOGWINDOW: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 17:31, 18 November 2010

LOGWINDOW

This macro can be used to show/hide the log-window (SHOW, RESTORE, HIDE or TOGGLE) and to clear the log-window content.

The log-window is always visible. The show/hide command toggles between the small-window (displayed in the top/left corner of the desktop) and the large-window (with size and position set by the user). The log-window is mostly used for debug purposes, because all debug information (macro load errors, command traces, ..) are written into the log-window.

Usage:

LogWindow cmd

Parameters:
cmd
The control command. The following values are supported:
SHOW | RESTORE | HIDE | TOGGLE | CLEAR
Result:

void

Notes:

You can write to the log window using the command WRITELOG.

Navigation menu

Personal tools