Changing Width of XLIST Dialog Box

Discussion in 'AutoCAD' started by murrayc, Dec 8, 2004.

  1. murrayc

    murrayc Guest

    I have always complained about how narrow the XLIST dialog box is.

    When XLISTing an object on an XREF, the layer name the object is on always gets truncated because the xref filename prefix can be so long.

    Even though I am NOT familiar with DCL programming, I decided to take a shot at it to see if I can modify the code so the dialog box is wider.

    After looking at the code for a while, I changed all the "sLayer" widths from a value of 31 to a new value of 125, and it seems to work.

    Of course, I made a backup copy of the original XLIST.dcl file in case something funky happens ;)
     
    murrayc, Dec 8, 2004
    #1
  2. you can have even more fun with the base.dcl file in your support folder...
    do an (findfile "base.dcl") to locate it.

    murrayc <>
    |>I have always complained about how narrow the XLIST dialog box is.
    |>
    |>When XLISTing an object on an XREF, the layer name the object is on always gets truncated because the xref filename prefix can be so long.
    |>
    |>Even though I am NOT familiar with DCL programming, I decided to take a shot at it to see if I can modify the code so the dialog box is wider.
    |>
    |>After looking at the code for a while, I changed all the "sLayer" widths from a value of 31 to a new value of 125, and it seems to work.
    |>
    |>Of course, I made a backup copy of the original XLIST.dcl file in case something funky happens ;)

    James Maeding
    jmaeding at hunsaker dot com
    Civil Engineer/Programmer
     
    James Maeding, Dec 13, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.