Jump to content

Recommended Posts

Posted

I am having issues with XCLIPFRAME properties - every time I open a file, I have to re-set to 0;

 

If I save the file and re-open it agian, later, the frames are back, and I have to reset them to 0 again.

 

I've tried setting FRAME to 0, as well, but it doesn't work. Can anyone tell me where I could find an override for this issue?

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

  • Ty520

    10

  • mostafa badran

    7

  • RobDraw

    3

  • Dana W

    1

Posted

open your acaddoc, and writ in it

(setvar"xclipframe"0)

Posted
open your acaddoc, and writ in it

(setvar"xclipframe"0)

 

can you be more specific? How do I open acaddoc? where do i type in setvar"xclipframe"0?

Posted

I think you are use autocad 2009 you can find it in this path. for example

C:\Program Files\Autodesk\AutoCAD 2009 - English\Support\acad2009doc.lsp

open it . then go to end of it .then write (setvar"xclipframe"0)

Posted

Actually, I am now using 2012. Sorry for the late update. But I did find the .lsp file and tried to insert the line, but I get the message, "cannot create the file - make sure the path and file name are correct."

Posted
Actually, I am now using 2012. Sorry for the late update. But I did find the .lsp file and tried to insert the line, but I get the message, "cannot create the file - make sure the path and file name are correct."

what do you mean ...tried to insert the line .

Posted

I opened the .lsp file, cut and pasted (setvar"xclipframe"0) at the bottom of the file, attempted to close and save the file, and it gave me the error message I stated above.

Posted
I opened the .lsp file, cut and pasted (setvar"xclipframe"0) at the bottom of the file, attempted to close and save the file, and it gave me the error message I stated above.

can you posted your lisp to take a look on it.

Posted
can you posted your lisp to take a look on it.
Did you open it in notepad?
Posted
yes, I opened it in notepad.

 

here's the .lsp

Were are these records which said mostafa badran?

Posted

What you are trying to do with that document is only going to cover up the problem. It's a brute force way of setting the variable. That variable should remain as you set it. Something is causing it to revert to that setting. It may be something that is running at start up. Are you in an office setting with a network installation or is this your own stand alone install?

Posted

I am working on a network in an office. None of the people in my office had this problem until recently...and it has been spreading, so I am sure it was brought in via some sort of outside "contaminated file" that got xref'd into the project - perhaps from one of the MEP engineers; I'll have to go through the files and see when and where it starts to occur.

 

If you know how to properly turn this issue off properly at each station, I am all ears.

Posted

Is there anything custom about the installation? Are there any routines running to set variables? When you can recreate the problem, check your Startup Suite. If there is anything in it, empty it entirely and see if you can still recreate the problem.

Posted
Any idea why it wouldn't let me save it myself?

I never see problem resolver like you.

talk to someone and reply to another one.

this is not the way to resolve your problems.

Posted

I don't know what backward third-world culture you grew up in, but asking questions to people who know is usually how civilized people find answers to questions instead of trying to re-invent the wheel. I am not a f-cking IT guy - I don't have time for IT bull*****. I have f-cking buildings to draw.

Posted

nothing custom about our installations - I believe it is coming from a consultant's files, because the problem doesn't raise its ugly head until we xref in his documents.

Posted

This comes directly from your AutoCAD Help file regarding auto-loading and running autolisp routines.

 

Warning: Do not modify the reserved acad2012.lsp file. Autodesk provides the acad2012.lsp file, which contains required, release-specific AutoLISP-defined functions. This file is loaded into memory immediately before the acad.lsp file is loaded.

 

Note that the XCLIPFRAME variable is saved in the drawing not in the Registry. The FRAME system variable overrides the XCLIPFRAME setting.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...