LOGWINDOW

From STX Wiki
< Programmer Guide‎ | Macro Library
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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