<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with Crtl A (select all) in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6513706#M264524</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm really sorry for that and i hope to present some hints for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- what you found in your&amp;nbsp;&lt;SPAN&gt;acad2013doc.lsp is OK and there is no wrong with it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- the problem - as i see - is a&amp;nbsp;app loading&amp;nbsp;matter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- these problem usually&amp;nbsp;occur if Lisps used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- from &lt;STRONG&gt;OPTION&lt;/STRONG&gt;&amp;nbsp;dialog go to &lt;STRONG&gt;Files&lt;/STRONG&gt; tab and make sure that the directory where you find&amp;nbsp;acad2013doc.lsp is existing under &lt;STRONG&gt;Support File Search Path.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;(&amp;nbsp;C:\program files\autodesk\autocad 2013\support\en-us ). all what we need is to make sure that this file is loaded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good Luck for you..&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 05:24:03 GMT</pubDate>
    <dc:creator>imadHabash</dc:creator>
    <dc:date>2016-08-22T05:24:03Z</dc:date>
    <item>
      <title>Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6513642#M264523</link>
      <description>&lt;P&gt;Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today hasn't been a good day....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to start off my version of Autocad 2011 decided to have issues with opening files, would get to the open drop down menu and then freeze. so decided it was time to upgrade to 2013. upon doing that I've had issues but most have been able to be fixed except for using Crtl A (select all)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through the forums and managed to find one that suggested it was an issue the path. So i looked up the&amp;nbsp;acad2013doc.lsp and i did find the select all portion and this is what it says.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New "Select All" function. Cannot be called transparently.&lt;/P&gt;&lt;P&gt;(defun c:ai_selall ( / ss old_error a b old_cmd old_pkadd)&lt;BR /&gt;(setq a "CMDECHO" b "PICKADD"&lt;BR /&gt;old_cmd (getvar a) old_pkadd (getvar b)&lt;BR /&gt;old_error *error* *error* ai_error)&lt;BR /&gt;(if (ai_notrans)&lt;BR /&gt;(progn&lt;BR /&gt;(princ "Selecting objects...")&lt;BR /&gt;(setvar a 0)&lt;BR /&gt;(setvar b 2)&lt;BR /&gt;(initcommandversion -1)&lt;BR /&gt;(command "_.SELECT" "_ALL" "")&lt;BR /&gt;(setvar a old_cmd)&lt;BR /&gt;(setvar b old_pkadd)&lt;BR /&gt;(princ "done.\n")&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;(setq *error* old_error old_error nil ss nil)&lt;BR /&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help would be appreciated as i'm currently pulling my hair out...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 04:04:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6513642#M264523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T04:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6513706#M264524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm really sorry for that and i hope to present some hints for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- what you found in your&amp;nbsp;&lt;SPAN&gt;acad2013doc.lsp is OK and there is no wrong with it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- the problem - as i see - is a&amp;nbsp;app loading&amp;nbsp;matter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- these problem usually&amp;nbsp;occur if Lisps used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- from &lt;STRONG&gt;OPTION&lt;/STRONG&gt;&amp;nbsp;dialog go to &lt;STRONG&gt;Files&lt;/STRONG&gt; tab and make sure that the directory where you find&amp;nbsp;acad2013doc.lsp is existing under &lt;STRONG&gt;Support File Search Path.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;(&amp;nbsp;C:\program files\autodesk\autocad 2013\support\en-us ). all what we need is to make sure that this file is loaded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good Luck for you..&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 05:24:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6513706#M264524</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2016-08-22T05:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6514470#M264525</link>
      <description>Forgive me, but what is the problem with CTRL+A exactly?</description>
      <pubDate>Mon, 22 Aug 2016 13:14:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6514470#M264525</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-08-22T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515167#M264526</link>
      <description>&lt;P&gt;Ctrl+A and select all are not the same thing.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 17:14:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515167#M264526</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2016-08-22T17:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515399#M264527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you receive any kind of error message when you try to use CTRL-A?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I use it on my AutoCAD 2013, it starts the _ai_selall command without issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you installed your AutoCAD 2013, did you migrate any settings or is it new and clean )(factory condition)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can try a couple of things to remedy your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Try creating a new user account on your PC with full administrator rights. Then run AutoCAD to see if the CTRL-A works.&lt;/P&gt;
&lt;P&gt;2) Try a Reset Settings to Default and then try the CTRL-A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 18:30:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515399#M264527</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-08-22T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Crtl A (select all)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515974#M264528</link>
      <description>&lt;P&gt;this worked thank you. As it turned out the file wasn't referenced in the files section of the options tab.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 22:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/issue-with-crtl-a-select-all/m-p/6515974#M264528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T22:40:40Z</dc:date>
    </item>
  </channel>
</rss>

