Author Topic: Wish List  (Read 5801 times)

0 Members and 1 Guest are viewing this topic.

GDF

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

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2120
  • class keyThumper<T>:ILazy<T>
Re: Wish List
« Reply #1 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,
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Atook

  • Swamp Rat
  • Posts: 1027
  • AKA Tim
Re: Wish List
« Reply #2 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.

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Wish List
« Reply #3 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 command?

GDF

  • Water Moccasin
  • Posts: 2081
Re: Wish List
« Reply #4 on: February 18, 2018, 07:51:29 AM »
Thanks Roy

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

Gary
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: Wish List
« Reply #5 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.