控制alert函数对话框显示的变量是什么?我的不显示弹出对话框奇怪了
控制alert函数对话框显示的变量是什么?
我的不显示弹出对话框
奇怪了
2楼
看来要沉了!
回复
3楼
* What is QAFLAGS?
QAFLAGS been used a long time (< r12) by deelopers and autodesk themself too.
QAFLAGS acceps a alue between 0 and 32767
bit 0 (1) : ^C in menu macro cancels grips (acts like keyboard ).
bit 1 (2) : no pause during text screen listings.
bit 2 (4) : no "alert" dialogs (text display instead).
bit 7 (128) : accepts "screen picks" (point lists) ia (command) function.
Normally QAFLAGS should be set to 0. Because it might be set to other alues it is a good idea to put (setar "QAFLAGS" 0) in acaddoc.lsp or any other of your lisp files that you use for startup.
回复
4楼
应该是FILEDIA吧,要不就重新安装CAD吧!应该就会好的!
回复