03-03-2022
07:31 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-03-2022
07:31 AM
@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