Author Topic: Dialog Box Display  (Read 5144 times)

0 Members and 1 Guest are viewing this topic.

GDF

  • Water Moccasin
  • Posts: 2081
Dialog Box Display
« 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
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

GDF

  • Water Moccasin
  • Posts: 2081
Re: Dialog Box Display
« Reply #1 on: December 28, 2017, 05:38:39 AM »
Here is a dialog box example:
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Dialog Box Display
« Reply #2 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.

GDF

  • Water Moccasin
  • Posts: 2081
Re: Dialog Box Display
« Reply #3 on: December 28, 2017, 11:51:13 AM »
Thanks

I"ll will look into my DCL files.
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64