• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

menu creation in the menu

  • Thread starter Thread starter anfaloni
  • Start date Start date

anfaloni

Guest
Hey, guys.

I searched the site to see if there is a similar post but in vain so I apologize a priori if it was a redundant post.
I wanted to ask you for help because I have no idea how you can create a menu that comes out from the guide cad inherent in making a custom menu that takes advantage of the commands themselves. My situation is different. .

I would need to create macro entries in the drop-down menu within which to insert subvoices inside which then go to choose cad designs stored in folders separately. Do you have any tips to give me or similar links?

Thank you in advance!
 
I'll add one more thing.
I read that it is from procedure to create the "images" to be displayed in the phase of choice, but if instead you want to see only a simple list?
 
paste the code below into a text editor, then
- substitute for d:/cartella name a valid path on your pc
- save as nomechepresci.mns in the folder you want
- in autocad command carmenu, choose file type: filet di menu esistenti (* .mns, * .mnu) and upload the created file
Code:
***menugroup=blocchi xyz

***pop1

**blocchi xyz 
          [BLOCCHI XYZ]
[CARTELLA XX]^c^c(command "_-insert" (getfiled ") "d:/fold name" 16) breaks)
 [CARTELLA YY]^c^c(command "_-insert" (getfiled ") "d:/fold name" 16) breaks)
 [CARTELLA ZZ]^c^c(command "_-insert" (getfiled ") "d:/fold name" 16) breaks)
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top