Jump to content

creating and controlling screen menu thro' lisp


Recommended Posts

Posted

Dear friends,

 

How can we create and contol the screen menu while we design the big project using Lisp.

 

Sincerely,

Muthu Kumar

Posted

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.

Posted

From AutoLISP, use the Menucmd function.

 

(menucmd "s=MyCommand")

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...