Macro Language Reference > Macros > Window > wwarn
  
wwarn
Description
Enables you to enable or disable specific types of warning that could be displayed when you perform a particular operation in PTC ALD . These warnings allow you to confirm that you would like an operation to take place, or prevent you from doing something you may have elected to do in error.
 
Example 347. Disable missing font warnings
wwarn 128
Syntax
wwarn toggle:i? warning:n? p:L?
wwarn
[no parameter]
Invoke the Warning Preferences dialog box.
toggle
The setting for each warning parameter specified:
+
Add warning to ignore list.
-
Remove warning from ignore list.
^
Toggle warning in ignore list, depending on current setting.
warning
The type of warning to be activated/deactivated:
1
Revision markers
2
Multiple deletes
4
File overwrites
8
Tag clashes
16
Page not ready
32
Version warnings
64
EPS mismatches
128
Missing fonts FONTMAP
256
Imposition printing settings
512
Font license protection EMBEDDED_FONTS
1024
Missing font files
2048
Old encryption method
4096
Size of file created
8192
Missing links
16384
Any print to STDERR
32768
Perl errors
65536
Perl warnings
131072
Include stack traces
p
Set the location of the Perl error log file via the syntax p"path/to/logfile.txt", for example wwarn p"c:/my_logfile.txt"
The default value is perl_stderr.txt.
Additional Information
 
The wwarn keyword is used to specify warnings normally. To specify warnings for scripts, use the wswarn keyword.
* 
If the warning preference you need is not documented, turn it on or off as required in the PTC ALD document, then look at the document in a text editor. You may be able to see what preference has changed and the number parameter used to determine that change.
Related Links