all layers are being locked when I open a drawing

When my associate opens a drawing in bricscad it lock all the layers automatically upon loading the drawing. Does anyone know what might cause this. V22

Comments

  • Anthony Apostolaros
    edited August 2023
    Perhaps your associate has inadvertently told Bricscad to automatically load a user-defined app that locks all layers whenever a dwg file is opened. That can be done by putting the code, or a reference to it via a (load) function, in the on_doc_load.lsp file, or by listing it in the Load Application Files dialog box and checking "Autoload" on that line.

    Your associate could try disabling any automatically-loaded apps by un-checking all the "Autoload" boxes and putting a semicolon in front of any line in the on_doc_load.lsp file that doesn't already have one.