what is the dcl code for an editable list box? there are several autocad functions like find and bmake which use a edit list box. i can not find it in their help file.
![]() |
|
![]() |
|
![]() |
|
![]() |
what is the dcl code for an editable list box? there are several autocad functions like find and bmake which use a edit list box. i can not find it in their help file.
IIRC - there is no such thing in DCL. The commands you mentioned do not use DCL.
ObjectDCL does provide this capability.
R.K. McSwain | CAD Panacea |
Last edited by BoKirra; 2009-02-20 at 12:16 AM.
http://www.watsonlisp.com
Artificial Intelligence for AutoCAD
Find detail drawings by text and attribute content!
6000 lines of code and and in development since 1997.
Say goodbye to detail books.
R.K. McSwain | CAD Panacea |
DCL provide just a few basic dialog elements. There's quite a few missging from the DCL language e.g.: The editable list box, Combo Box (drop down & edit), tabs, etc.
If you need to have this functionality in a lisp routine, you can try OpenDCL. The "ObjectDCL" rkmcswain spoke about in a previous post was changed to this. It's free open source, so you can download, use & distribute at will.
Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!
R.K. McSwain | CAD Panacea |
Yep, not sure about the release version 4.1, but the beta version 5.0.7 has the runtime, studio & source code available: http://sourceforge.net/project/showf...roup_id=187950
Nice thing about the beta version: they've added the ability to create palettes instead of dialogs. Previously you could only use dockable forms, but now it works similar to a properties palette.
Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!