mohammadreza Posted August 31 Posted August 31 hello my friends, does anyone know how i can use a lisp code as a menu button ? i want to use my function in lisp as a buttom ? Quote
Tsuky Posted August 31 Posted August 31 Hi, If lisp is available from a search path or automatically loaded initially, simply put this in the button's command (ex): ^C^C(if (not c:my_function) (load"my_function")) my_function ^Z Otherwise you will have to specify the path after (load"\\...\\...\\my_function") 1 Quote
BIGAL Posted August 31 Posted August 31 This has like 130 lisps behind it. tsuky has given you one line. Just ask for more help. 1 Quote
mohammadreza Posted September 2 Author Posted September 2 On 9/1/2024 at 3:01 AM, BIGAL said: This has like 130 lisps behind it. tsuky has given you one line. Just ask for more help. do you know how i can set a neme instead image icon in my customize toolbar? Quote
SLW210 Posted September 2 Posted September 2 This really has nothing to do with LISP so I have moved your thread to the The CUI, Hatches, Linetypes, Scripts & Macros Forum. Please post in the most appropriate forum. 1 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.