<?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: Qselect dialog suppression? in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033557#M6279</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12773275"&gt;@Robin.GreenNielsen&lt;/a&gt;&amp;nbsp;put the following in a toolbar button. The only thing you then need to do is select one block&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;^c^c^cSELECTSIMILAR;\;EXPLODE;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 14 Jun 2023 13:43:30 GMT</pubDate>
    <dc:creator>h_s_walker</dc:creator>
    <dc:date>2023-06-14T13:43:30Z</dc:date>
    <item>
      <title>Qselect dialog suppression?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12032649#M6276</link>
      <description>&lt;P&gt;Hi. I am trying to suppress the dialog for Qselect to write a simple script. Basically;&lt;BR /&gt;Qselect -&amp;gt; Object Type -&amp;gt; Block References -&amp;gt; OK.&lt;BR /&gt;&lt;BR /&gt;But since I can't suppress the dialog, I cannot see how to configure this in command line. Need a way to quickly select block references and explode the selection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:44:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12032649#M6276</guid>
      <dc:creator>Robin.GreenNielsen</dc:creator>
      <dc:date>2023-06-14T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect dialog suppression?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033412#M6277</link>
      <description>&lt;P&gt;That's not possible, as far as I know -- it seems to be one of the very few commands that cannot operate at all without the dialog box.&amp;nbsp; But you can do it with AutoLisp [in simplest terms]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(setq ss (ssget '((0 . "INSERT"))))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will also accept Xref's and Array objects [and Windows Metafiles, and very-old-style Hatch patterns], but those can be accounted for if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can be altered in various ways, such as to accept selection of such things only on unlocked Layers, and/or to leave the selection selected/highlighted/gripped for you, and/or to find such things throughout the drawing for you, without User selection, and/or....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It leaves the selection in a variable called &lt;STRONG&gt;ss&lt;/STRONG&gt; [change the name if you like].&amp;nbsp; You can then type in the variable name with preceding exclamation point -- &lt;STRONG&gt;!ss&lt;/STRONG&gt; -- to use that selection at any regular command's object-selection prompt.&amp;nbsp; Or if that's &lt;EM&gt;always&lt;/EM&gt; what you're going to do with such a selection, a custom command can be defined to include that.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 12:54:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033412#M6277</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-14T12:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect dialog suppression?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033453#M6278</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;That's not possible, as far as I know -- it seems to be one of the very few commands that cannot operate at all without the dialog box.&amp;nbsp; But you can do it with AutoLisp [in simplest terms]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(setq ss (ssget '((0 . "INSERT"))))&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;Op is using LT2023!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12773275"&gt;@Robin.GreenNielsen&lt;/a&gt;&amp;nbsp;you posted in the wrong forum earlier, now it's been moved to the correct one. If you want to use the excellent LISP alternative proposed above, you'll need to upgrade to LT2024 first.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 13:07:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033453#M6278</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-06-14T13:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect dialog suppression?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033557#M6279</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12773275"&gt;@Robin.GreenNielsen&lt;/a&gt;&amp;nbsp;put the following in a toolbar button. The only thing you then need to do is select one block&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;^c^c^cSELECTSIMILAR;\;EXPLODE;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Jun 2023 13:43:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/qselect-dialog-suppression/m-p/12033557#M6279</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2023-06-14T13:43:30Z</dc:date>
    </item>
  </channel>
</rss>

