Results 1 to 7 of 7

Thread: Issue Selecting objects and Double Click Text Editing

  1. #1
    I could stop if I wanted to
    Join Date
    2015-12
    Posts
    385
    Login to Give a bone
    0

    Default Issue Selecting objects and Double Click Text Editing

    Hello all,
    For some reason, dont know how or when, but my CAD (Acad 2007) started misbehaving.

    When I double click a piece if text, acad then enters the 'ddedit' command and asks me to pick the text to modify, acad used to just automatically go into a text editing mode.

    Same time frame when I click on an object and the use the 'Make object layer current' acad asks me to select object to 'Select object whose layer will become current' where acad used to take the already selected layer.

    I have checked my noun/verb setting in options - any other ideas would be appreciated.

    Thank you all in advance,
    Andre
    Last edited by ReachAndre; 2008-10-30 at 07:15 PM.

  2. #2
    I could stop if I wanted to
    Join Date
    2006-06
    Location
    Olympia, Washington, U.S.A.
    Posts
    359
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    Quote Originally Posted by ReachAndre View Post
    Hello all,
    For some reason, dont know how or when, but my CAD (Acad 2007) started misbeaving.

    When I double click a piece if text, acad then enters the 'ddedit' command and asks me to pick the text to modify, acad used to just automatically go into a text editing mode.

    Same time frame when I click on an object and the use the 'Make object layer current' acad asks me to select object to 'Select object whose layer will become current' where acad used to take the already selected layer.

    I have checked my noun/verb setting in options - any other ideas would be appreciated.

    Thank you all in advance,
    Andre
    every couple of months i have the same problem. try pickfirst = 1 that should do it. for some reason it gets reset once in a while.

  3. #3
    I could stop if I wanted to
    Join Date
    2015-12
    Posts
    385
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    After your suggestion I checked my 'pickfirst' variable, it is set at 1 and still having the same issue.

    Thank you for the suggestion,
    Andre

    Keep the ideas coming.

  4. #4
    I could stop if I wanted to
    Join Date
    2003-12
    Location
    Pittsburgh, PA
    Posts
    355
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    I've recently encountered the same problem, as have others from reading other acad forums. I used to be able to select objects, hit Ctrl+C and they would be pasted to the clipboard. Now it prompts me to Select objects after hitting Ctrl+C. This isn't a Pickfirst or Pickadd problem. This is only a guess, but I'm figureing it has something to do with a recent Windows update. Only a guess, but what else could be in common with so many users with the same problem?
    Last edited by lpseifert; 2008-10-30 at 11:24 PM.

  5. #5
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    Quote Originally Posted by Gigliano70 View Post
    every couple of months i have the same problem. try pickfirst = 1 that should do it. for some reason it gets reset once in a while.
    Does anyone know why this sysvar is resetting every now and then. I was thinking it was only some lisp code or such that caused it. But there's one guy in the office where this happens about every 2nd month. I've tried disabling all customizations, but short of reinstalling there doesn't seem to be anything that I can do - except maybe making a cutomization for him which forces PICKFIRST=1.

    BTW, try DBLCLKEDIT=ON as well. Otherwise it may be that your CUI has some other action defined for DLBCLK. Doe this happen to only certain types of entities, or all of them? Try double clicking on a PLINE to start PEDIT, or just a line to open it in Properties Palette.

    As to the Ctrl+C, that does sound weird. I've sometimes come accross Ctrl+C not wanting to work. Or at least it seems to work, but then the Ctrl+V doesn't. But that is usually because of some error in one of the drawings which an AUDIT solved. Doing a Ctrl+C should work correctly with PICKFIRST=1, if it's 0 then it should do what you've experienced.

    In any case, you may be correct about the WinUpdate. I've got mine set to only display a notification that there is an update (not to download & install is automatically). We use FireFox here to browse, but one guy loves IE. Her recently installed an update from M$ - immediately on starting to use IE he obtained a virus constantly opening & closing MSMesenger. Try starting a program from the Start menu when it disapears every time a program start up . We have since gotten this out, but finding out about it it infects the WINUPD.EXE file, which is the auto updating for windows. So now we're thinking rather just disable auto updating in totality. And he's also now moved to FF instead.
    Last edited by irneb; 2008-10-31 at 05:12 AM.

  6. #6
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    Quote Originally Posted by irneb View Post
    Does anyone know why this sysvar is resetting every now and then. I was thinking it was only some lisp code or such that caused it. But there's one guy in the office where this happens about every 2nd month.
    You can add a VBA event handler to watch for system variable changes. That will give you the ammo you need. I've written about this in my VBA Events labs for AU over the last few years. Search AUOnline for my handouts.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  7. #7
    I could stop if I wanted to
    Join Date
    2015-12
    Posts
    385
    Login to Give a bone
    0

    Default Re: Issue Selecting objects and Double Click Text Editing

    Quote Originally Posted by irneb View Post
    BTW, try DBLCLKEDIT=ON as well.......should work correctly with PICKFIRST=1, if it's 0 then it should do what you've experienced.
    I have checked the following and I amn still having the original problem

    DBLCLKEDIT - ON
    PickADD - 1
    Pickfirst - 1

    Any firther help would be appreciated.

    Thank you,
    Andre

Similar Threads

  1. Double Click editing
    By moshira_hassan in forum AutoCAD General
    Replies: 2
    Last Post: 2012-08-05, 09:42 AM
  2. 2007: double-click text editing
    By chris662253 in forum AutoCAD General
    Replies: 1
    Last Post: 2012-04-11, 09:09 PM
  3. AutoCAD 2007 editing dimention text via double-click
    By Maverick91 in forum AutoCAD General
    Replies: 7
    Last Post: 2011-09-14, 09:54 AM
  4. Double Click Editing
    By dzatto in forum ACA General
    Replies: 1
    Last Post: 2007-08-09, 09:06 PM
  5. Double click editing over viewports issue
    By jnm in forum AutoCAD General
    Replies: 5
    Last Post: 2005-06-30, 01:02 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
  •