You can turn off warnings in OPTIONS>SYSTEM>HIDDEN MESSAGE SETTINGS
You can add this to acaddoc.lsp to reset the scalelist.
Code:(command "-scalelistedit" "r" "y" "e")


Registered forum members do not see this ad.
Hi folks,
Does anyone know if there is a way, through acad.lsp or similar, to check "Yes" and "Always perform my current choice" for all users in the dialog below? I just don't know if this is a system variable or something else that is easy to set. (Don't ask me why users won't check this by themselves).
Thanks for any help.
annotations.jpg
![]()
You can turn off warnings in OPTIONS>SYSTEM>HIDDEN MESSAGE SETTINGS
You can add this to acaddoc.lsp to reset the scalelist.
Code:(command "-scalelistedit" "r" "y" "e")
“A narrow mind and a fat head invariably come on the same person” Zig Zigler
![]()


Registered forum members do not see this ad.
Thanks SLW210. That is what we have done.
Bookmarks