Message 1 of 4
Adding Icons to Pulldown Menus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So have several pulldown menus that have quite a bit of content. I created these the old-school way with an .mnu file. I used an elaborate excel spreadsheet to populate hundreds of lines of text for all my menus that I then copy/paste into a txt file and save as .mnu. I then import that into AutoCAD through the CUI. Menu looks something like this.
My problem is that I can't figure out the syntax for adding icons to the commands.
I tried extracting the cui file and viewing the MenuGroup.cui file with an XML editor. I can see the lines where the icon names go. I made a test where I filled the path in with the file name. But when I try to add this back to the root cui i get fatal errors in AutoCAD.