Jump to content

Set QTEXTMODE variable on file load


byk3bep

Recommended Posts

Hi guys,

Something's not right... When loading a .dwg file, the QTEXTMODE variable is set to 1, regardless of the setting in the file itself.

Have you come accros something like this, and how to fix it? I would like it to be set to 0 as default.

BTW, I changing defaults.svf and defaults.scr makes no difference. Tried export/loading the system variabiles for an instalation where it's working, but no success.

 

Any ideas?

Thx

Link to comment
Share on other sites

Sounds like one of the startup files is setting it at drawing load.

Open a drawing, and then run the "U" command (not undo) repeatedly until there is nothing to undo. Does it "undo" this change of QTEXTMODE to 1?

 

Copy and paste this to your command line, including the parenthesis.

 

(startapp "notepad" (findfile "acaddoc.lsp"))

 

If you have an acaddoc.lsp, this will open it and you can check for a call to QTEXTMODE.

It could also exist in a menu's .MNL file, or a few other places.

Link to comment
Share on other sites

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...