Results 1 to 5 of 5

Thread: "Delete" key wont work :-(

  1. #1
    Active Member
    Join Date
    2009-03
    Posts
    84
    Login to Give a bone
    0

    Unhappy "Delete" key wont work :-(

    after some major software issues yesterday (instability and continuous crashing) i was advised to reinstall ac2010, only thing is now my Delete key isn't working (only in autocad)

    ive checked the acad.pgp file and its fine
    ive also ckecked and its working fine everywhere else on my machine.
    i havnt messed with my cui either

    any ideas?

    brilliant way to kick of the year

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: "Delete" key wont work :-(

    Is PICKFIRST set to 1?
    R.K. McSwain | CAD Panacea |

  3. #3
    Active Member
    Join Date
    2009-03
    Posts
    84
    Login to Give a bone
    0

    Default Re: "Delete" key wont work :-(

    thats sweet worked a charm. no idea how it got like that in the first place though.

    cheers

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: "Delete" key wont work :-(

    Quote Originally Posted by cchallis View Post
    thats sweet worked a charm. no idea how it got like that in the first place though.

    cheers
    Many times, it's an autolisp, vba, or other custom routine that sets a variable and doesn't put it back to its former state.

    You could add code to your "acaddoc.lsp" to set things like this. Then if things go haywire, close and reopen the drawing to straighten out...

    Code:
    
    ;;example code
    (setvar "pickfirst" 1)
    (setvar "blipmode" 0)
    ;;etc.
    
    R.K. McSwain | CAD Panacea |

  5. #5
    Active Member
    Join Date
    2009-03
    Posts
    84
    Login to Give a bone
    0

    Talking Re: "Delete" key wont work :-(

    mint i shall add that in, i have talked to my manager about it and we are going to add this over the office to prevent any future issues.

    thanks for your knowledge

    cheers

    corey

Similar Threads

  1. Replies: 0
    Last Post: 2012-06-06, 11:54 AM
  2. Replies: 3
    Last Post: 2006-03-23, 10:25 PM
  3. Closeness of "Delete" & "Rename"
    By -OTTP-Brembo in forum Revit Architecture - Wish List
    Replies: 12
    Last Post: 2005-05-24, 10:56 AM
  4. Aligning Work Planes to Model (was "Work Plane Visibility" in Wishlist)
    By funkman in forum Revit Architecture - Tips & Tricks
    Replies: 1
    Last Post: 2004-07-16, 03:28 AM

Posting Permissions

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