muthu123 Posted December 14, 2009 Posted December 14, 2009 Dear friends, How can we create and contol the screen menu while we design the big project using Lisp. Sincerely, Muthu Kumar Quote
Lee Mac Posted December 14, 2009 Posted December 14, 2009 Dear friends, How can we create and contol the screen menu while we design the big project using Lisp. Sincerely, Muthu Kumar Are you referring to using Dialog Boxes in LISP? If so - look into DCL: http://www.afralisp.net/ http://www.jefferypsanders.com/autolisp_DCL.html Lee Quote
TimSpangler Posted December 14, 2009 Posted December 14, 2009 Screen Menus...Seriously? Man I haven't seen one of those in like 12-15 years.... It is possible, it would take having to go deep into the archives of the brain for it though. Just shout. Quote
Steve Doman Posted December 15, 2009 Posted December 15, 2009 From AutoLISP, use the Menucmd function. (menucmd "s=MyCommand") Quote
BIGAL Posted December 18, 2009 Posted December 18, 2009 here is some old screen menu stuff and yes can definately call from lisp, good for pop up list that you want to repeatdly pick a pre defined answer from. [size=2]***SCREEN[/size] [size=2]**S[/size] [size=2][size=2]**WALLW 3[/size] [size=2][AutoCAD]^C^C^P$S=X $S=S[/size] [size=2][--][/size] [size=2][sELECT][/size] [size=2][WALL][/size] [size=2][WIDTH][/size] [size=2][------][/size] [size=2][ 50mm]50[/size] [size=2][ 60mm]60[/size] [size=2][ 70mm]70[/size] [size=2][ 80mm]80[/size] [size=2][ 90mm]90[/size] [size=2][ 100mm]100[/size] [size=2][ 110mm]110[/size] [size=2][ 150mm]150[/size] [size=2][ 200mm]200[/size] [size=2][ 230mm]230[/size] [size=2][ 250mm]250[/size] [size=2][ 300mm]300[/size] You can call wallw3 and menu pops up [/size] trying to find the rest of the code but the old lisp book says use "menucmd" (a hard copy book is great at times) you can have screen buttons icon pull down etc 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.