See the top rated post in this thread. Click here

Results 1 to 8 of 8

Thread: Basic ACAD functions have stopped working on user's machine

  1. #1
    100 Club jpduhon's Avatar
    Join Date
    2005-10
    Posts
    153
    Login to Give a bone
    0

    Question Basic ACAD functions have stopped working on user's machine

    I have a user whose ACAD 06 has stopped functioning correctly and I need help.

    The problem seems to somehow be related to window's system commands. CTL-z does not undo but typing "undo" at the command line envokes the command. The delete button does not erase objects and other things are happening that basically make ACAD unuseable.

    Has anyone run into a simmilar problem or have a solution?
    I have already tried rebooting, and repairing the program.

    Thanks in advance for any help.

  2. #2
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    The delete key sounds suspiciously like having pickfirst = 0 instead of 1, and I would check the cui under Keyboard Shortcuts to see if CTL-Z is still defined.

  3. #3
    Retired Forum Staff Rico's Avatar
    Join Date
    2005-06
    Location
    In the hospital cuz of my fever for more cowbell
    Posts
    1,828
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by timcreary
    The delete key sounds suspiciously like having pickfirst = 0 instead of 1, and I would check the cui under Keyboard Shortcuts to see if CTL-Z is still defined.
    yeah, it sounds to me like the keyboard shortcuts in your CUI might have been changed ...
    [SIGPIC][/SIGPIC]
    Return of the Cowbell

  4. #4
    100 Club jpduhon's Avatar
    Join Date
    2005-10
    Posts
    153
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by max.sabre
    yeah, it sounds to me like the keyboard shortcuts in your CUI might have been changed ...
    no... i've got the enterprise cui locked down pretty tight. i did check that as well.

  5. #5
    100 Club jpduhon's Avatar
    Join Date
    2005-10
    Posts
    153
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by timcreary
    The delete key sounds suspiciously like having pickfirst = 0 instead of 1, and I would check the cui under Keyboard Shortcuts to see if CTL-Z is still defined.
    I didn't even think about pickfirst because of the ctl-z thing but that seemed to fix everything. I guess i'll add that line to acaddoc.lsp.

    two qestions, though,
    1 what's the use of setting that variable to 0?
    2 how would this variable spontaniously be reset?

  6. #6
    Retired Forum Staff Rico's Avatar
    Join Date
    2005-06
    Location
    In the hospital cuz of my fever for more cowbell
    Posts
    1,828
    Login to Give a bone
    1

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by jpduhon
    I didn't even think about pickfirst because of the ctl-z thing but that seemed to fix everything. I guess i'll add that line to acaddoc.lsp.

    two qestions, though,
    1 what's the use of setting that variable to 0?
    2 how would this variable spontaniously be reset?
    answer to Q1
    PICKFIRST

    Controls whether you select objects before (noun-verb selection) or after you issue a command. This will be visually obvious as objects selected will not show on the Layers toolbar, if pickfirst is set to 0. They wilol only show on the Properties Dialog Box. In other words, when pickfirst is set to 0, the Layers toolbar on the screen is disabled, sorta.

    0 - Turns off PICKFIRST; you select objects after you issue a command



    1 - Turns on PICKFIRST; you select objects before you issue a command

    answer to Q2

    AutoCAD gnomes
    [SIGPIC][/SIGPIC]
    Return of the Cowbell

  7. #7
    100 Club jpduhon's Avatar
    Join Date
    2005-10
    Posts
    153
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by max.sabre
    answer to Q1
    PICKFIRST

    Controls whether you select objects before (noun-verb selection) or after you issue a command. This will be visually obvious as objects selected will not show on the Layers toolbar, if pickfirst is set to 0. They wilol only show on the Properties Dialog Box. In other words, when pickfirst is set to 0, the Layers toolbar on the screen is disabled, sorta.

    0 - Turns off PICKFIRST; you select objects after you issue a command



    1 - Turns on PICKFIRST; you select objects before you issue a command

    answer to Q2

    AutoCAD gnomes
    yeah, i looked it up in the help file too but the real question is, why would you want to do that? i can't think of a single reason i would want that variable set to 0.

    and as i said before:
    those gnomes won't get me!!!

  8. #8
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Basic ACAD functions have stopped working on user's machine

    Quote Originally Posted by jpduhon
    yeah, i looked it up in the help file too but the real question is, why would you want to do that? i can't think of a single reason i would want that variable set to 0.
    It's just for compatibility. Verb/noun used to be the only way available in acad.
    Bear in mind that, despite the wording in Help, with Pickfirst set to 1 both noun/verb AND verb/noun selection styles work.

Similar Threads

  1. 2013: AutoCAD Application has stopped working!
    By tinbender in forum AMEP General
    Replies: 3
    Last Post: 2012-12-17, 02:51 PM
  2. 2011: delete key stopped working
    By rstiles in forum ACA General
    Replies: 2
    Last Post: 2011-06-29, 02:46 AM
  3. ad32lw.exe stopped working
    By kadmonkee in forum Revit Architecture - General
    Replies: 1
    Last Post: 2010-09-24, 06:36 PM
  4. Revit stopped working
    By agustnj.210720 in forum Revit Structure - General
    Replies: 3
    Last Post: 2010-05-14, 10:17 AM
  5. Filter Command stopped working
    By MikeJarosz in forum AutoCAD General
    Replies: 5
    Last Post: 2006-04-06, 04:11 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
  •