Load that dialog box definition file.
This function loads a DCLdialog control file. DCL files must be loaded before a custom dialog box can be displayed by Bricscad. The filename argument is the name of the DCL file.
This function returns the following codes:
Return Code | Meaning |
---|---|
1 | DCL was successfully loaded. |
-1 | DCL file was not found. |
Examples
Code | Returns |
---|---|
(load_dialog "basicdcl") |
1 |
(load_dialog "junkdcl") |
-1 |
NOTE The order of calling a dialog box is as follows:
Tell me about...
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |