<?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 Drop-down menu for user commands in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11662962#M58408</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some macros and put them on the "User Commands". See below, it takes up a lot of space. Can I put them together with a drop-down menu? Just like the last screen shot, only show one the "User Commands" and others are collected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jingying_1213_0-1673068710711.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1159764i86E0EE7CA7F0EC43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jingying_1213_0-1673068710711.png" alt="jingying_1213_0-1673068710711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jingying_1213_1-1673068929236.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1159765i3B333D6E88E3F73F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jingying_1213_1-1673068929236.png" alt="jingying_1213_1-1673068929236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 05:23:33 GMT</pubDate>
    <dc:creator>jingying_1213</dc:creator>
    <dc:date>2023-01-07T05:23:33Z</dc:date>
    <item>
      <title>Drop-down menu for user commands</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11662962#M58408</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some macros and put them on the "User Commands". See below, it takes up a lot of space. Can I put them together with a drop-down menu? Just like the last screen shot, only show one the "User Commands" and others are collected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jingying_1213_0-1673068710711.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1159764i86E0EE7CA7F0EC43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jingying_1213_0-1673068710711.png" alt="jingying_1213_0-1673068710711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jingying_1213_1-1673068929236.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1159765i3B333D6E88E3F73F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jingying_1213_1-1673068929236.png" alt="jingying_1213_1-1673068929236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 05:23:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11662962#M58408</guid>
      <dc:creator>jingying_1213</dc:creator>
      <dc:date>2023-01-07T05:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Drop-down menu for user commands</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11663242#M58409</link>
      <description>&lt;P&gt;Right now, there is no option to do that, but i have idea try that and let me know that the solution is suitable for you or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Make External Rules&lt;/P&gt;&lt;P&gt;2. Make "Global Forms" and add all your external rules in those forms (I have attached the picture)&lt;/P&gt;&lt;P&gt;3. Make Another External rule for launch the "Global Forms" (you can also make logo for this external rule and add it on the ribbon as you already done in yours)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the code for the Lauch the Global Form&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;iLogicForm&lt;/SPAN&gt;.&lt;SPAN&gt;ShowGlobal&lt;/SPAN&gt;(&lt;SPAN&gt;"LIST OF EXTERNAL RULES"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 11:25:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11663242#M58409</guid>
      <dc:creator>jaimin.ja.3</dc:creator>
      <dc:date>2023-01-07T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Drop-down menu for user commands</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11663458#M58410</link>
      <description>&lt;P&gt;This isn't possible with inventor tools manually.&amp;nbsp; It is&amp;nbsp; possible by code with a dedicated addin but that likely is a difficult task and not worth the time. &lt;A href="https://adndevblog.typepad.com/manufacturing/2012/06/adding-dropdownpopup-buton-in-inventor-ribbon-panel.html" target="_blank" rel="noopener"&gt;Here&lt;/A&gt; is the link to an article and another showing a sample in &lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/adding-combo-boxes-to-ribbon-panels/m-p/2798624#M33357" target="_blank" rel="noopener"&gt;helpfiles&lt;/A&gt; and you can always ask the question on the &lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/bd-p/120" target="_blank" rel="noopener"&gt;vba/ilogic forum&lt;/A&gt;. Someone may have a plug and play addin or point to one in the app store.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 15:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11663458#M58410</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-01-07T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Drop-down menu for user commands</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11665219#M58411</link>
      <description>&lt;P&gt;This is a very good idea and I have adjusted per your suggestion!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 02:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11665219#M58411</guid>
      <dc:creator>jingying_1213</dc:creator>
      <dc:date>2023-01-09T02:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Drop-down menu for user commands</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11665221#M58412</link>
      <description>&lt;P&gt;Thanks for the information you have provided. I agree with you - it is not worth wasting time to do this. However, I used the way that&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11481385"&gt;@jaimin.ja.3&lt;/a&gt;&amp;nbsp;provided.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 02:04:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/drop-down-menu-for-user-commands/m-p/11665221#M58412</guid>
      <dc:creator>jingying_1213</dc:creator>
      <dc:date>2023-01-09T02:04:40Z</dc:date>
    </item>
  </channel>
</rss>

