<?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 Not able to select any entities in AutoCAD in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346620#M79228</link>
    <description>I have a bunch of VBA in AC, and after a while (hour or two) the selection&lt;BR /&gt;
of any entities in AC will not work. This is not just in VBA but in the&lt;BR /&gt;
normal drawing editor. Has anyone experienced this problem. I have tried to&lt;BR /&gt;
regen the dwg but to no avail. The only solution is to save the dwg, and&lt;BR /&gt;
restart AC.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Wed, 28 Nov 2001 15:28:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-11-28T15:28:36Z</dc:date>
    <item>
      <title>Not able to select any entities in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346620#M79228</link>
      <description>I have a bunch of VBA in AC, and after a while (hour or two) the selection&lt;BR /&gt;
of any entities in AC will not work. This is not just in VBA but in the&lt;BR /&gt;
normal drawing editor. Has anyone experienced this problem. I have tried to&lt;BR /&gt;
regen the dwg but to no avail. The only solution is to save the dwg, and&lt;BR /&gt;
restart AC.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 28 Nov 2001 15:28:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346620#M79228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-28T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to select any entities in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346621#M79229</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Are you freeing the selection sets created in your VBA code?&lt;BR /&gt;
You can try checking if you are using up all the selection sets(the highest&lt;BR /&gt;
limit is 128).&lt;BR /&gt;
You must free a selection set by calling AcadSelectionSet.delete.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Murali&lt;BR /&gt;
&lt;BR /&gt;
"Chris Tryon" &lt;CTRYON3&gt; wrote in message&lt;BR /&gt;
news:5FDC1B3FDB3ED4C34F164ABB0FF76AFE@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I have a bunch of VBA in AC, and after a while (hour or two) the selection&lt;BR /&gt;
&amp;gt; of any entities in AC will not work. This is not just in VBA but in the&lt;BR /&gt;
&amp;gt; normal drawing editor. Has anyone experienced this problem. I have tried&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; regen the dwg but to no avail. The only solution is to save the dwg, and&lt;BR /&gt;
&amp;gt; restart AC.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; TIA&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Chris&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CTRYON3&gt;</description>
      <pubDate>Wed, 28 Nov 2001 22:13:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346621#M79229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-28T22:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to select any entities in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346622#M79230</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Which version of ACAD are you using ?&lt;BR /&gt;
&lt;BR /&gt;
We add this exact problem in A2Ki. The only real good thing i have found in&lt;BR /&gt;
A2002 is that this problem is gone.&lt;BR /&gt;
&lt;BR /&gt;
Let me know how it evolves.&lt;BR /&gt;
&lt;BR /&gt;
Bye,&lt;BR /&gt;
&lt;BR /&gt;
Luc Morrissette,&lt;BR /&gt;
Flairbase inc.</description>
      <pubDate>Thu, 29 Nov 2001 05:24:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346622#M79230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-29T05:24:54Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346623#M79231</link>
      <description>Murali,&lt;BR /&gt;
&lt;BR /&gt;
I wrote a selection set counter, and run that when this happens. So far that&lt;BR /&gt;
is not the case.&lt;BR /&gt;
&lt;BR /&gt;
Luc,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the note. We are also using AC2Ki.&lt;BR /&gt;
&lt;BR /&gt;
Anyone else with any suggestions?&lt;BR /&gt;
&lt;BR /&gt;
Chris&lt;BR /&gt;
&lt;BR /&gt;
PS. Sorry it takes so long for me to reply, but at my office (where I write&lt;BR /&gt;
AC VBA) we are not allowed to use newsgroups, so the only way for me to&lt;BR /&gt;
access this newsgroup is from home.&lt;BR /&gt;
&lt;BR /&gt;
"Luc Morrissette" &lt;LMORRISSETTE&gt; wrote in message&lt;BR /&gt;
news:675732A41459F64C7339983931439ECE@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Which version of ACAD are you using ?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; We add this exact problem in A2Ki. The only real good thing i have found&lt;BR /&gt;
in&lt;BR /&gt;
&amp;gt; A2002 is that this problem is gone.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Let me know how it evolves.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Bye,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Luc Morrissette,&lt;BR /&gt;
&amp;gt; Flairbase inc.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/LMORRISSETTE&gt;</description>
      <pubDate>Thu, 29 Nov 2001 18:18:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/not-able-to-select-any-entities-in-autocad/m-p/346623#M79231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-29T18:18:50Z</dc:date>
    </item>
  </channel>
</rss>

