TheSwamp

CAD Forums => CAD General => BricsCAD Users => Topic started by: GDF on February 16, 2018, 06:53:42 PM

Title: Wish List
Post by: GDF on February 16, 2018, 06:53:42 PM
Starting my wish list:
(1) Block Editor like in AutoCAD
(2) Fixes to DCL controls: (works in AutoCAD)
      tabs in popup_list not working
          :popup_list {key="commands-list"; width=51.5; tabs="11"; multiple_select=false;}

      multiple_select=true in list_box not working
          :list_box {key="layer-list"; width=67; height=13; tabs = "18 22 33 40"; multiple_select=true;}

      tab_truncate=true in list_box works great
          :list_box {key="layer-list"; width=67; height=13; tabs = "18 22 33 40"; multiple_select=true; tab_truncate=true;}
Title: Re: Wish List
Post by: kdub_nz on February 16, 2018, 09:37:11 PM

I'd suggest making a similar post on the BricsCAD Forum ... They are more likely able to do something about your wishes.

https://forum.bricsys.com/

Regards,
Title: Re: Wish List
Post by: Atook on February 17, 2018, 11:12:02 AM
I'm hoping for improved mleaders, a non modal layer manager, and palettes with auto-hide.

And further down the road, a prettier UI.
Title: Re: Wish List
Post by: roy_043 on February 18, 2018, 07:03:28 AM
@GDF:
Multiple_select works just fine. See the attached zip.

@Atook:
Are you aware of the _LayersPanelOpen (https://www.bricsys.com/bricscad/help/en_INTL/CurVer/CmdRef/source/L/LayersPanelOpen.htm) command?
Title: Re: Wish List
Post by: GDF on February 18, 2018, 07:51:29 AM
Thanks Roy

I'm going to have to look again at my code...

Gary
Title: Re: Wish List
Post by: roy_043 on February 18, 2018, 01:34:44 PM
@GDF:
Tabs in a popup_list are also supported (zip attached).
It may be useful to have a look at the Developer Reference (https://www.bricsys.com/bricscad/help/en_US/CurVer/DevRef/source/DCL_OverView.htm).