<?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 Get name of pending commands in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/get-name-of-pending-commands/m-p/9580159#M4373</link>
    <description>&lt;P&gt;I'm looking for a way to get the name of a pending command. When&amp;nbsp; a command is started during user input, the user input is canceled. If the current command was left, the pending command will be started. I would like to detect the pending commands name inside the current running command without leaving it. I found acedIsInputPending to detect if there's a pending command. And I found acedEatCommandThroad to remove the pending command. Furthermore I found out that the queue for the pending commands is called command throat. Are there more functions to interact with the command throat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 13:19:13 GMT</pubDate>
    <dc:creator>fehrsZBFB9</dc:creator>
    <dc:date>2020-06-15T13:19:13Z</dc:date>
    <item>
      <title>Get name of pending commands</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/get-name-of-pending-commands/m-p/9580159#M4373</link>
      <description>&lt;P&gt;I'm looking for a way to get the name of a pending command. When&amp;nbsp; a command is started during user input, the user input is canceled. If the current command was left, the pending command will be started. I would like to detect the pending commands name inside the current running command without leaving it. I found acedIsInputPending to detect if there's a pending command. And I found acedEatCommandThroad to remove the pending command. Furthermore I found out that the queue for the pending commands is called command throat. Are there more functions to interact with the command throat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 13:19:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/get-name-of-pending-commands/m-p/9580159#M4373</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2020-06-15T13:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get name of pending commands</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/get-name-of-pending-commands/m-p/9580429#M4374</link>
      <description>&lt;DIV id="areafixed" class="Element710" style="width: 2147px;"&gt;
&lt;DIV class="Element92"&gt;
&lt;DIV class="Element5"&gt;You might try:&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;
&lt;UL&gt;
&lt;LI&gt;get the AutoCAD variable CMDNAMES with &lt;FONT face="courier new,courier"&gt;acedGetVar()&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="areafixed" class="Element710" style="width: 2147px;"&gt;
&lt;DIV class="Element92"&gt;
&lt;DIV class="Element5"&gt;&lt;FONT face="courier new,courier"&gt;AcEditorReactor::commandWillStart() / commandEnded()/commandCancelled()/commandFailed()&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;You can test the &lt;FONT face="courier new,courier"&gt;AcEditorReactor&lt;/FONT&gt; using the command REACTORS -&amp;gt; Editor Reactor On [x]&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;from &amp;lt;ARX&amp;gt;\Samples\database\ArxDbg&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;I got the output below on the commandline. I first entered the command "_LINE" and started to draw lines,&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;then I entered 'CMDNAMES (with ' to start the command transparent) which internally starts the SETVAR command.&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;
&lt;P&gt;Befehl: &lt;STRONG&gt;_LINE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [ED REACTOR] : [Command Will Start: LINE]&lt;BR /&gt;Ersten Punkt angeben:&lt;BR /&gt;Nächsten Punkt angeben oder [Zurück]: &lt;STRONG&gt;'CMDNAMES&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ED REACTOR] : [Command Will Start: SETVAR]&lt;BR /&gt;CMDNAMES = "LINE'SETVAR" (schreibgeschützt)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; [ED REACTOR] : [Command Ended: SETVAR]&lt;BR /&gt;Nehme LINIE-Befehl wieder auf.&lt;/P&gt;
&lt;P&gt;Nächsten Punkt angeben oder [Zurück]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [ED REACTOR] : [Command Ended: LINE]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:17:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/get-name-of-pending-commands/m-p/9580429#M4374</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2020-06-15T15:17:48Z</dc:date>
    </item>
  </channel>
</rss>

