Macro Language Reference > Macros > Application Window > wtags
  
wtags
Description
Activates / deactivates the modeless dialog displaying the left tag area (blue bar).
 
The modeless version of the left tag area contains options from which to choose the types of elements it will display. It should be noted that this dialog, although implemented, is a prototype version only and will be subject to further development in forthcoming PTC ALD releases.
Syntax
wtags on_off:o?
wtags
[no parameter]
Toggle the display of the dialog box depending on the current setting.
on_off
0
The dialog is not displayed.
1
Display the dialog.
Additional Information
When the dialog is running (even when it is hidden), variable ^_1497_dlgisopen has a value. The dialog can therefore be opened / closed using alternate methods:
Via the wdbm macro, for example to open the dialog enter wdbm 1497
Via the wdbmi macro, for example to close the dialog enter wdbmi "c",^_1497_dlgisopen,1^
Related Links