guitarguy1685 Posted July 26, 2011 Posted July 26, 2011 when I normally run Mleader and I'm ready to input text the MTEXT editor pops up. However when i do this via lisp "(vl-cmdf "_.mleader")" the editor doesn't display and I have to input my text in the command line. I feel like I'm missing something very simple here. Anyone have this issue? Quote
guitarguy1685 Posted July 27, 2011 Author Posted July 27, 2011 bump. I saw one solution which involved creating a lisp that creats 2 points, opens up the text editor. then it creates the ml based on the 2 points. copy the text from the mtext and apply it to the new mleader. then delete the original mtext. bleh. not sure I want that work around. Quote
guitarguy1685 Posted August 16, 2011 Author Posted August 16, 2011 Found the solution (defun c:test () (initcommandversion) (vl-cmdf "._mleader") ) Simple 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.