TheSwamp

CAD Forums => CAD General => BricsCAD Users => Topic started by: GDF on December 28, 2017, 05:31:02 AM

Title: Dialog Box Display
Post by: GDF on December 28, 2017, 05:31:02 AM
I have been customizing and playing around with BricsCAD now for a couple of months. The program is amazingly similar to AutoCAD.

One of the differences has been the display of dialog boxes. I like AutoCAD's dialog box display on the screen better than BricsCAD. I had to rewrite the some of the DCL files to accommodate BricsCAD.

For example:
:arch_program_dimscale {arch_program_dimscale;}
   
Changed to:
arch_program_dimscale;                                           
Which works for both programs, AutoCAD and BricsCAD.

Another major difference is how the profile manager works...just a little different than AutoCAD's.


Gary
Title: Re: Dialog Box Display
Post by: GDF on December 28, 2017, 05:38:39 AM
Here is a dialog box example:
Title: Re: Dialog Box Display
Post by: roy_043 on December 28, 2017, 10:39:32 AM
Some alignment issues in your dialog are caused by an 'unboxed' cluster always receiving a 2px left and right margin in BricsCAD DCL. If you want boxed clusters and other tiles to align they should have the same nesting level.
Title: Re: Dialog Box Display
Post by: GDF on December 28, 2017, 11:51:13 AM
Thanks

I"ll will look into my DCL files.