Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

acad.lsp and *.mnu

1 REPLY 1
Reply
Message 1 of 2
ted.evans
131 Views, 1 Reply

acad.lsp and *.mnu

I am having dificulties with converting both of these files to run with ADT 3.3.
First when I load our acad.lsp I get an error that reads:
; error: malformed list on input
then none of the hot keys work such as:
(defun c:ze () (command "zoom" "e" ))
which should do a zoom extents but I get an unkown command error.

The other problem is with our custom menu. When the pull-down selection calls another menu it appears in the acad.mnu pop location such as
***POP2
**ENGR
Id_engr [&Eng Main]
[--]
[BasePlan]$P2=RS2K2.ENGE0 $P2=RS2K2.*
[--]
[E1 Sheet]$P2=RS2K2.ENGE1 $P2=RS2K2.*
these would show up in the Pop2 location and replace that menu (edit)
any suggestions?
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: ted.evans

the lisp problem is likely a mismatched bracket, quote etc.
Must be before your hotkey definitions?
cheers
Steve

tevans1 wrote in message
news:f09079e.-1@WebX.maYIadrTaRb...
| I am having dificulties with converting both of these files to run with
ADT 3.3.
| First when I load our acad.lsp I get an error that reads:
| ; error: malformed list on input
| then none of the hot keys work such as:
| (defun c:ze () (command "zoom" "e" ))
| which should do a zoom extents but I get an unkown command error.
| The other problem is with our custom menu. When the pull-down selection
calls another menu it appears in the acad.mnu pop location such as
|
| a.. **POP2
| b.. *ENGR Id_engr [&Eng Main]
| [--]
| [BasePlan]$P2=RS2K2.ENGE0 $P2=RS2K2.*
| [--]
| [E1 Sheet]$P2=RS2K2.ENGE1 $P2=RS2K2.*
| these would show up in the Pop2 location and replace that menu (edit)
| any suggestions?
|
|

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost