Author Topic: Make my form used by clicking a button in autocad  (Read 1879 times)

Ahmed Hisham

  • Member
  • *
  • Posts: 2
Make my form used by clicking a button in autocad
« on: October 13, 2020, 01:22:00 AM »
Hi all ,

I want to ask if its possible to create a button under any tab in the ribbon of autocad and when i click this button my form appear and can be used.

Autocad 2019 - OpenDcl 9.1.1.1

Thanks

Moshe-A

  • Member
  • *
  • Posts: 16
Re: Make my form used by clicking a button in autocad
« Reply #1 on: October 23, 2020, 10:53:30 AM »
Ahmed Hisham,

to add a button to AutoCAD ribbon (or a toolbar) use the CUI command.
your opendcl form will appear if you define a new AutoCAD command and assign it to that button.

Moshe

Ahmed Hisham

  • Member
  • *
  • Posts: 2
Re: Make my form used by clicking a button in autocad
« Reply #2 on: October 26, 2020, 11:20:23 PM »
Thanks Moshe for your support. :)





Ahmed Hisham