- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
A few of my CAD users wanted to edit the standard xlist.dcl located at C:\Program Files\Autodesk\AutoCAD 2024\Express to make the xlist dialog wider, allowing them to see full layer names for block and nested xrefs.
They do not have permissions to edit files in this directory and our IT department is not going to change that.
What I was think is that I could copy the lisp and dcl to my lisp directory that is a support path in all of their machines, then change the lisp to load the dcl in my directory, and change the width of the dcl there, but when trying to do it I couldn't get it to work.
I have attached the lisp and dcl below:
In the lisp I assumed I could simply change the path of the DisplayDialog routine at line 156 from "xlist.dcl" to "W:\_RESOURCE\_CAD\LISP\xlist.dcl", and that would load the copy of the xlist.dcl that I had created and modified, but I can't get the lisp to see the dcl and I get the "Can't locate dialog definition file XLIST. DCL.Check your support directories." alert.
Any ideas as to what else I'm missing?
Thanks in advance!
Solved! Go to Solution.