Page 1 of 1

customizing menu buttons

PostPosted: Fri Mar 11, 2005 6:27 pm
by Jim Allen
I just installed DataCAD 11 in a new computer and now I would like to customize my menu buttons and text. I did it on my last computer but I can't remember which file it wsa in that I could adjust the text size and the spacing between them. It was a long time ago that I did it.

Thanks for any help.

Jim Allen

Label File Editor

PostPosted: Fri Mar 11, 2005 6:58 pm
by joshhuggins
Close Datacad, add the code below into your dcadwin.ini file, save and exit the file, then restart Datacad. Now go to Edit, Label File Editor. There you can change the Menu Labels and discriptions.

Code: Select all[Debug]
LabelFileEditor=True

if false, doesn’t show Menu Label Editor in Edit menu

Go to my website under Guides\Dcadwin.ini Entries, for a growing list of dcadwin.ini add ins with a short discription of what they do. Note that not all ini edits will work in every version. Use at you own discretion.

PostPosted: Fri Mar 11, 2005 8:33 pm
by Jim Allen
Thanks Josh. That's what I needed. I need to write this stuff down:)

Jim