Lisp, dialog boxes...
Lisp, dialog boxes...
(OP)
Does anyone know where I can find some good info or how-to's on creating dialog boxes for use in lisp routines?
I kind of know how to do it, but not entirely.
thanks
chris
I kind of know how to do it, but not entirely.
thanks
chris





RE: Lisp, dialog boxes...
I have also found it useful to look at how previously written dialog boxes (like the bonus tools dialogs) have been defined. The practice is easier than the theory>
RE: Lisp, dialog boxes...
VLIDE
opens the lisp editor. Here, the Menu help table of contents section
Visual Lisp Development Guide
Chapters 11 to 13 have all about DCL and dialog boxes for lisp with sample code for a Hello World box.
RE: Lisp, dialog boxes...