See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: Xref Reactor

  1. #1
    All AUGI, all the time BCrouse's Avatar
    Join Date
    2003-04
    Location
    Bethlehem, PA
    Posts
    980
    Login to Give a bone
    0

    Smile Xref Reactor

    Does anyone have a reactor for when the xref command is used? The reason that I am asking is to remind people not to Bind and Save paths of Xrefs'

    Thank you,

  2. #2
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,707
    Login to Give a bone
    1

    Default Re: Xref Reactor

    Use at Your one risk, I can not answer questions abut it
    Code:
    (defun XrefReactor (ObjReactor Command-In / )
      (vl-load-com)
      (if (= (car Command-In ) "XREF" )
        (alert "Do not Bind and Save paths of Xrefs'  " )
        ( )
      )
    )
    (setq XrefCommand ( vlr-editor-reactor nil '((:vlr-commandwillstart . XrefReactor ))) )
    : ) Happy Computing !

    kennet
    Last edited by kennet.sjoberg; 2005-04-05 at 06:19 PM.

  3. #3
    All AUGI, all the time BCrouse's Avatar
    Join Date
    2003-04
    Location
    Bethlehem, PA
    Posts
    980
    Login to Give a bone
    0

    Smile Re: Xref Reactor

    Thank you for a qiuck response. It works really good!

Similar Threads

  1. vlr-dwg-reactor issue MY FIRST REACTOR
    By treaves04413213 in forum AutoLISP
    Replies: 21
    Last Post: 2013-10-18, 12:36 PM
  2. Help With Xref Reactor
    By CADdancer in forum AutoLISP
    Replies: 20
    Last Post: 2012-07-09, 02:32 PM
  3. Replies: 1
    Last Post: 2009-08-14, 01:05 PM
  4. 2008 SCALE 1:100 xref xref xref xref- scale list issues
    By Apsis0215 in forum AutoCAD Customization
    Replies: 2
    Last Post: 2008-11-21, 08:17 PM
  5. Replies: 12
    Last Post: 2005-08-10, 07:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •