Organic Posted April 15, 2009 Posted April 15, 2009 I know how to load load lisp routines, and add buttons to toolbars through the cui although how do I add a button for a lisp routine to a toolbar then? Quote
Tiger Posted April 15, 2009 Posted April 15, 2009 shouldn't it just be C^C^lispcommand ? If you want the lisp to always load, add it to your accadoc.lsp file Quote
Organic Posted April 15, 2009 Author Posted April 15, 2009 shouldn't it just be C^C^lispcommand ? If you want the lisp to always load, add it to your accadoc.lsp file Can't i just add it to the Startup Suite under "Load Application" for lisps? Quote
hazardman Posted April 16, 2009 Posted April 16, 2009 i do this as well...just make sure the lisp in somewhere in the support file search path... ^C^C(IF (NOT gyp) (LOAD "gyp")) gyp not sure if this will work in lt as it is, in itself, a lisp routine calling a lisp routine? Quote
Recommended Posts
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.