rpor66
Guest
an example of listbox and combobox in lisp.
both the file in lisp and the dcl must stay in the search paths of autocad.
the two functions, listbox and combobox, are generic, to call them back just use the syntax:
(listbox)
(combobox (list "a" "b" "c"))
if you press ok will return the selection made, with cancel an empty string.
the two commands, eslistbox and escombobox, serve as an example.
both the file in lisp and the dcl must stay in the search paths of autocad.
the two functions, listbox and combobox, are generic, to call them back just use the syntax:
(listbox)
(combobox (list "a" "b" "c"))
if you press ok will return the selection made, with cancel an empty string.
the two commands, eslistbox and escombobox, serve as an example.