Print Page | Close Window

MENULOAD from Lisp not showing menu bar

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11073
Printed Date: 31.May.2026 at 22:58


Topic: MENULOAD from Lisp not showing menu bar
Posted By: Mikaza
Subject: MENULOAD from Lisp not showing menu bar
Date Posted: 27.Mar.2015 at 14:36
Hi

I'm using AutoCAD 2014

I have a *.mnu file than I load using the "MENULOAD" command from the commandline (browsing and loading) and it works fine - the menu is shown in the menu bar Wink

If I try to do the same thing from Acad.lsp using the following Lisp syntax

(command "_MENULOAD" "Any Path\\MyMenu.mnu")

Acad says it loaded the file (Customiztion file loaded successfully) and it is loaded, but not shown in the menu bar...

I've tried the MENUBAR command to switch the menu bar on and off, but no success..

Ay ideas//yhoughts what is wrong..? 

Thanks Smile



Print Page | Close Window