Programmer Guide/Macro Library/LOGWINDOW: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
:Clear the window content. | :Clear the window content. | ||
;See also: [[../CONLOG|ConLog]], [[Programmer_Guide/Command_Reference/WRITELOG| | ;See also: macro [[../CONLOG|ConLog]], commands [[Programmer_Guide/Command_Reference/WRITELOG|WriteLog]] and [[Programmer_Guide/Command_Reference/MESSAGE|Message]] |
Latest revision as of 16:34, 1 February 2016
This macro can be used to show/hide the Log-window and to clear its 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. The menus of the Log-window implements configuration dialogs and application control commands.
LogWindow Show
- Show the large version of the Log-window; restores the last position and size of the window.
LogWindow Hide
- Show the small version of the Log-window in the upper right corner of the monitor.
LogWindow Toggle
- Toggles between the large and the small version.
LogWindow Clear
- Clear the window content.