SET WG VISIBLE

From Macros Wiki
Revision as of 16:40, 12 November 2012 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=SET_WG_VISIBLE <wg number>, <visible> |description=:Set the visibility state of a WorkGroup. |param1=<wg number>|param1_des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

SET_WG_VISIBLE <wg number>, <visible>


Set the visibility state of a WorkGroup.

Parameters

<wg number>
WorkGroup number (0=all WorkGroups)
<visible>
Visible state. 0=not visible, 1=visible

Example

To make WorkGoup number 3 visible
SET_WG_VISIBLE 3, 1
To hide WorkGroup number 9
SET_WG_VISIBLE 9, 0
To show all WorkGroups
SET_WG_VISIBLE 0, 1