AutoLISP.com Forum Index  

Go Back   AutoLISP.com Forum Index > AutoCAD > Menu & Toolbar Customization

Menu & Toolbar Customization The ability to customize AutoCAD is one of the reasons for its success. Learn how here!

Reply
 
Thread Tools Display Modes
Old 12-08-2006, 04:45 PM   #1
seejay
Junior Member
 
seejay's Avatar
 
Join Date: Oct 2006
Location: St. Louis
Posts: 23
Default more menu tips

We use these at our office. The display a check mark when the item is on or enabled. selecting them turns on/off or enables/disables that item. We use 2005 here so I'm not exactly sure how to set these up in 2006 or 2007.

The first displays the On/Off value of the FIELD display (if you are 2005 and up)
The second enables or disables the snapping to hatch (2005 and up)
the third turns visretain on and off

Code:
ID_FieldDisp   [$(if,$(and,$(>,$(getvar,fielddisplay),0)),!.)Field Display]$M=$(if,$(and,$(>,$(getvar,fielddisplay),0)),_'fielddisplay 0,_'fielddisplay 1) 
ID_OsnapHatch  [$(if,$(and,$(>,$(getvar,OSNAPHATCH),0)),!.)OSnap to Hatch]$M=$(if,$(and,$(>,$(getvar,OSNAPHATCH),0)),_'OSNAPHATCH 0,_'OSNAPHATCH 1) 
ID_VisRetain   [$(if,$(and,$(>,$(getvar,VisRetain),0)),!.)VisRetain]$M=$(if,$(and,$(>,$(getvar,VisRetain),0)),_'VisRetain 0,_'VisRetain 1)
cj
seejay is offline   Reply With Quote
Old 01-28-2010, 02:44 PM   #2
basudec1509
Banned
 
Join Date: Jan 2010
Posts: 2
Default

hello guys ...


its really nice and informative post....


i just liked it....


thanks for your information guys ...........
basudec1509 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:57 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2010, AutoLISP.com
All Rights Reserved