See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Unreconciled Layers, can someone please explain what they are

  1. #11
    100 Club
    Join Date
    2006-06
    Location
    NW Arkansas
    Posts
    109
    Login to Give a bone
    0

    Default Re: Unreconciled Layers, can someone please explain what they are

    Quote Originally Posted by rkmcswain View Post
    1. You should not edit "acad200xdoc.lsp". This file belongs
    2. LAYEREVAL and LAYERNOTIFY are drawing saved system variables. Setting them at startup will change DBMOD. This is undesired in most cases. Drawing saved sysvars should be set in the template drawing(s) when possible.

    You can put (acad-push-dbmod) at the beginning of your code and (acad-pop-dbmod) at the end of your code to fix that wagon.

  2. #12
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Default Re: Unreconciled Layers, can someone please explain what they are

    True, but I avoid that so that no code that does modify the drawing ever sneaks into our startup code.
    R.K. McSwain | CAD Panacea |

  3. #13
    Member
    Join Date
    2007-03
    Posts
    4
    Login to Give a bone
    1

    Default Re: Unreconciled Layers, can someone please explain what they are

    type in "layernotify" and set the variable to "0" that will stop the pop ups in the drawing

  4. #14
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Wink Re: Unreconciled Layers, can someone please explain what they are

    Quote Originally Posted by JMurawski View Post
    type in "layernotify" and set the variable to "0" that will stop the pop ups in the drawing
    That was already established in this post

    The problem is that this sysvar is saved in the drawing. If your template drawing has been set to 1, then all your working drawings have it set to 1 also.... forcing you to change it in each existing working drawing...

    The suggested solution is in the last sentence of #2 in this post
    R.K. McSwain | CAD Panacea |

  5. #15
    Member
    Join Date
    2006-05
    Posts
    10
    Login to Give a bone
    0

    Default Re: Unreconciled Layers, can someone please explain what they are

    Quote Originally Posted by vanderloo5 View Post
    Another 08 issue. When opening any files from older versions, (ADT 07, 06), I get a message saying there are "New Unreconciled Layers". When I click on the icon on the bottom right corner with the exclamation point, it says click here to see new unreconciled layers. OK, great, here they are. What the hell are they and what am I supposed to do about it? All I know for sure is that these particular layers won't plot.
    Please help.
    Thanks,
    Phil
    check your visretain setting. If it is set to 1 frozen layers stay off with xrefs.

  6. #16
    Member
    Join Date
    2006-08
    Posts
    13
    Login to Give a bone
    2

    Default Re: Unreconciled Layers, can someone please explain what they are

    I know this is a bit late but with acad 2009 set layerevalctl to 0. It's saved in the user settings not the drawing, so do it once and you are done.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. unreconciled new layers
    By minhtct in forum AutoCAD General
    Replies: 15
    Last Post: 2011-09-12, 06:16 PM
  2. Unreconciled Layers
    By mgonzales.224492 in forum AutoLISP
    Replies: 1
    Last Post: 2011-02-14, 10:52 PM
  3. Unreconciled Layers
    By Eddy B in forum Project Navigator
    Replies: 1
    Last Post: 2008-10-12, 06:06 AM
  4. Unreconciled layers ????
    By rkc in forum ACA General
    Replies: 1
    Last Post: 2008-01-03, 11:23 PM
  5. Unreconciled layers????
    By vanderloo5 in forum ACA General
    Replies: 1
    Last Post: 2007-05-08, 10:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •