TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: csgoh on October 22, 2016, 04:23:02 AM

Title: Error in dcl file
Post by: csgoh on October 22, 2016, 04:23:02 AM
Need help in correcting the dcl error.
Got this message when trying to run in acad 2017.
"====== DCL semantic audit of VL-WG05C.DCL ======

Warning in "GetPrinterdialog_main". (widget type = cluster, key = "")
    A cluster must be \'boxed\' if it is to be labelled.

Warning in "STRATA_main". (widget type = cluster, key = "")
    A cluster must be \'boxed\' if it is to be labelled."

Any help is much appreciated. Thanks

Title: Re: Error in dcl file
Post by: Vandyck on October 22, 2016, 06:35:03 PM
You have assigned a "label" attribute at :column element !

Only the :boxed_columns can have the "label" attribute

Go to lines  2306 and 2334 and replace ":column" with ":boxed_column"