Jump to content

Recommended Posts

Posted

Hello everybody,

iam trying to create menu in autocad.how to start.where i want to write the code for creating menu.what is mnu file. in which platform its accessable. help me regarding this

 

Regards

M.Arunachalam

Posted

Why don't you tell us what version of AutoCAD you're using first.

 

Some versions, such as 2004, have a .mnu file while other versions, such as 2009 have a .cui file.

Posted

For me, and now *.mnu files are the best way to build a menu, and I think pros would agree with me. Far from complete but sufficient information http://www.afralisp.net/ in AutoLISP and Menu's section. You can load source menu file with _MENULOAD command in any version and *.cui file will appears automatically.

Posted

ASMI:

 

ML0940 posted this back in July 2008:

 

"You can load an .mns/.mnu file anytime which gets converted to a new cui file."

 

Is that how it works? What happens when you still want to do some additional tweaking? Does the user have to reload these files? Does AutoCAD overwrite the .cui file it created?

 

Learn something new every day. What a place!:)

Posted

Menuload has an option to "unload" so you just unload then load your new version

Posted
Is that how it works? What happens when you still want to do some additional tweaking? Does the user have to reload these files? Does AutoCAD overwrite the .cui file it created?

 

You download the *.mnu, but unload already *.cui. When downloading *.mnu., *.cui be generated in accordance with the latest version of *. mnu.

Posted

There may be some way of reloading a mnu midstream but I always use menuload unload and load it works every time and changes the cui.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...