Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: tomislav_vargek


@tomislav_vargek wrote:

... when I open ... any ... drawing it sets point type to first in second row and point size to 0.4

[and]

I've tried unloading one vlx application that I use....


So something is changing both the PDMODE and PDSIZE System Variables.

 

You must have something-or-other(s) other than the .vlx file you mention, that are being loaded every time and making that change.  As a start, do this at the command line:

(findfile "acaddoc.lsp")

and if it doesn't return nil, go to the file it found and check for such settings.  If they're not in that, they could be in some other file that is loaded by a (load) function in that file.

 

If it returns nil, look for anything in the Startup Suite [the briefcase icon in the APPLOAD Dialog Box].

Kent Cooper, AIA