Mihai Popescu
2006-11-26 16:21:43 UTC
I'm using Intellicad 2001 by CADopia and I realized that some
commands doesn't have a command line based running environment. I wrote
some small programs in AutoLISP and the execution halts when a modal
dialog is displayed.
eg.: style, mtext, insert browse
How can I get rid of the windows ?
I know that in AutoCAD the user can select between commands with
dialogs and those without. If you don't want to see any dialogs you
just prefix your command with -. IntelliCAD make no distinction.
Maybe there is an advanced method in AutoLISP which can send to the
window the information needed.
How can I send information to a command dialog from an AutoLISP
application ?
commands doesn't have a command line based running environment. I wrote
some small programs in AutoLISP and the execution halts when a modal
dialog is displayed.
eg.: style, mtext, insert browse
How can I get rid of the windows ?
I know that in AutoCAD the user can select between commands with
dialogs and those without. If you don't want to see any dialogs you
just prefix your command with -. IntelliCAD make no distinction.
Maybe there is an advanced method in AutoLISP which can send to the
window the information needed.
How can I send information to a command dialog from an AutoLISP
application ?