Author Topic: Error in dcl file  (Read 902 times)

0 Members and 1 Guest are viewing this topic.

csgoh

  • Newt
  • Posts: 176
Error in dcl file
« 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


Vandyck

  • Newt
  • Posts: 24
Re: Error in dcl file
« Reply #1 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"