<?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: AutoLISP controlling dialog boxes in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596714#M332768</link>
    <description>&lt;P&gt;Autolisp cannot control any of AutoCAD's built-in dialog boxes. You have to use only command line versions of AutoCAD commands and make your own dialog boxes. I like to use the free Doslib add-on from McNeel that has a lot of pre-made dialog boxes that you can control with lisp.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2015 11:18:54 GMT</pubDate>
    <dc:creator>M_Hensley</dc:creator>
    <dc:date>2015-04-17T11:18:54Z</dc:date>
    <item>
      <title>AutoLISP controlling dialog boxes</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596348#M332767</link>
      <description>&lt;P&gt;I'm studying AutoLISP and I see that AutoLISP can control dialog boxes written as DCL files. &amp;nbsp;Can AutoLISP control the normal AutoCAD dialog boxes or just custom dialog boxes written in DCL?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 05:20:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596348#M332767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T05:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLISP controlling dialog boxes</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596714#M332768</link>
      <description>&lt;P&gt;Autolisp cannot control any of AutoCAD's built-in dialog boxes. You have to use only command line versions of AutoCAD commands and make your own dialog boxes. I like to use the free Doslib add-on from McNeel that has a lot of pre-made dialog boxes that you can control with lisp.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596714#M332768</guid>
      <dc:creator>M_Hensley</dc:creator>
      <dc:date>2015-04-17T11:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLISP controlling dialog boxes</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596931#M332769</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;.... &amp;nbsp;Can AutoLISP control the normal AutoCAD dialog boxes or just custom dialog boxes written in DCL?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It depends a little on what you mean by "control."&amp;nbsp; It can't alter their content, as far as I know.&amp;nbsp;&amp;nbsp;When using a command that normally has a dialog box in a (command) function, the command-line version [&lt;EM&gt;without&lt;/EM&gt; the dialog box] is normally used.&amp;nbsp; If you're just talking about controlling &lt;EM&gt;whether you get&lt;/EM&gt; the dialog box with a command invoked in AutoLisp, you &lt;EM&gt;can&lt;/EM&gt; get it [in most cases -- there may be exceptions] by preceding the (command) function with &lt;STRONG&gt;(initdia)&lt;/STRONG&gt;, which means "&lt;STRONG&gt;init&lt;/STRONG&gt;iate the &lt;STRONG&gt;dia&lt;/STRONG&gt;log box for the immediately-following command."&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autolisp-controlling-dialog-boxes/m-p/5596931#M332769</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-04-17T13:21:13Z</dc:date>
    </item>
  </channel>
</rss>

