Page 1 of 1

Menu buttons

PostPosted: Tue Aug 04, 2020 2:54 pm
by 2mackids
I'm sure it's there somewhere...but is there a way to have an icon displayed which will directly take me to create a DWG or DWF file? Like I said, I probably overlooked it in my picking around the preferences area, but I thought I'd check here.

Re: Menu buttons

PostPosted: Wed Aug 05, 2020 8:56 am
by Roger D
I've modified my C:\DataCAD 21\Support Files\Messages and Labels\DcadWin.mnu file so Ctrl-Alt-A takes me to export Dwg Layer ON
Code: Select allExport||
DWG||
All Layers||
On Layers|CTRL+SHIFT+A|
DXF||
All Layers||
On Layers||

Adding the CTRL+SHIFT+A between the pipes
Not sure what line number it is at, search for export and it will get you there.

You could also set an icon to used the extended character code


3018# DXF/DWG Export, On Layers

[Export Dwg]
Hint=Export DWG Layers ON
Icon=Your Choice
A=^3018#^

Should work,

Re: Menu buttons

PostPosted: Wed Aug 05, 2020 2:37 pm
by joshhuggins
Roger's dcadwin.mnu code above has some forum text formatting code in it. It should look like this. :wink:
Code: Select allExport||
DWG||
All Layers||
On Layers|CTRL+SHIFT+A|
DXF||
All Layers||
On Layers||

When using the forums BBCode tags in the forum, any text within the CODE tags will display as plain text. This allows you to post code that might otherwise get translated by your browser or in this case by the forum's HTML translator so the reader can see it.