Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: Delay after bad Command

  1. #21
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    163

    Default Re: Delay after bad Command

    Muahahahahahaha!

    I found out how to stop the delay after bad commands. I turned demand loading for object ARX off! only problem is that all the ARX commands (e.g. RECTANG) that aren't autoloaded or loaded at startup will issue the "Unknown command." But at least it's done instantly. I will just go through the next couple of days writing down the unknown commands that shouldn't be unknown and compile a list of ARX files to load at startup.

    Edit: Well this was a bad idea since so many of Autocad's commands are demand loaded and it's not easy to find which ARX file needs to be loaded to get the command working.
    Last edited by mvsawyer; 2010-07-09 at 06:12 PM.

  2. #22
    Certified AUGI Addict rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Houston
    Posts
    7,543

    Default Re: Delay after bad Command

    Quote Originally Posted by mvsawyer View Post
    I don't like using the Startup suite but I use it in situations like this, to figure out which file I need to add to my acaddoc.lsp file. Is acad.rx a file that could be overwritten with an update or upgrade?
    As far as I know, "acad.rx" is a user file, it doesn't come with AutoCAD. However, I have seen add-ons make use of this file also (which they shouldn't do...), but for the most part, you should be safe creating "acad.rx" one time and not worrying about it getting overwritten...

    Quote Originally Posted by mvsawyer View Post
    RKMCSWAIN: Are you running Autocad 2010?
    LDT 2009, C3D 2010, C3D 2011 on my machine..
    And I have access to vanilla AutoCAD, versions 2008 - 2011.

  3. #23
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    163

    Default Re: Delay after bad Command

    After some bad luck when turning DEMANDLOAD to 0, I reset my profile to <initial setup> and found that demand loaded commands loaded (almost) instantly. So my problem is having nearly 20 network folders in my support search path. If only we didn't have all of our few thousand blocks in separate folders. Can anyone think of a way to have AC just search local drives for support files? My Network folders are for the blocks only (I don't like typing paths when inserting blocks) so maybe there's a way to have INSERT be the only command worried about the network folders...? Could I redefine INSERT to look in network folders not specified in the support search path?

  4. #24
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,060

    Default Re: Delay after bad Command

    Quote Originally Posted by mvsawyer View Post
    I just wonder why CIRCLE is preloaded and RECTANGLE wouldn't be.
    Because CIRCLE has been part of autocad since day 1 but RECTANGLE was added much later and actually calls the POLYLINE function.
    A circle is a geometric primitive, a rectangle is just a collection of lines. ~shrug~ it's just the way it is.
    John B

    "With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.

  5. #25
    Certified AUGI Addict rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Houston
    Posts
    7,543

    Default Re: Delay after bad Command

    Quote Originally Posted by mvsawyer View Post
    Can anyone think of a way to have AC just search local drives for support files?
    You already know the answer to that... remove the paths from the SFSP...

    Quote Originally Posted by mvsawyer
    Could I redefine INSERT to look in network folders not specified in the support search path?
    Sure.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. delay
    By juliatovar in forum AutoCAD General
    Replies: 2
    Last Post: 2010-07-07, 11:38 PM
  2. mouse delay
    By gio_2 in forum AutoCAD General
    Replies: 2
    Last Post: 2008-07-09, 02:34 PM
  3. mvpart add Delay
    By buzz in forum AMEP General
    Replies: 2
    Last Post: 2008-02-04, 08:51 PM
  4. Delay in System
    By sandersc in forum AutoCAD Map 3D - General
    Replies: 3
    Last Post: 2006-01-23, 01:23 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
  •