<?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 Tab functionality through controls on an Inventor Add-in winform in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657267#M12085</link>
    <description>&lt;P&gt;I have a form that instantiated on a button click on custom ribbon for a custom add-in. I'm noticing some behavior that is odd and after a lot of research I think it's Inventor application causing this behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Controls&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 text boxes, tab index is 1, 2, 3 where tabstop = True for all three. All other label controls have a greater than 3 tab index.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Form&amp;nbsp;&lt;/P&gt;&lt;P&gt;KeyPreview Property = True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What occurs is when a tab happens after the form loads the windows chime sounds like it is not allowed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone had this situation where tab was not allowed on a windows form within a custom addin? If so what did you do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 20:13:01 GMT</pubDate>
    <dc:creator>Tiffany_Hayden_</dc:creator>
    <dc:date>2024-03-21T20:13:01Z</dc:date>
    <item>
      <title>Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657267#M12085</link>
      <description>&lt;P&gt;I have a form that instantiated on a button click on custom ribbon for a custom add-in. I'm noticing some behavior that is odd and after a lot of research I think it's Inventor application causing this behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Controls&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 text boxes, tab index is 1, 2, 3 where tabstop = True for all three. All other label controls have a greater than 3 tab index.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Form&amp;nbsp;&lt;/P&gt;&lt;P&gt;KeyPreview Property = True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What occurs is when a tab happens after the form loads the windows chime sounds like it is not allowed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone had this situation where tab was not allowed on a windows form within a custom addin? If so what did you do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 20:13:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657267#M12085</guid>
      <dc:creator>Tiffany_Hayden_</dc:creator>
      <dc:date>2024-03-21T20:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657445#M12086</link>
      <description>&lt;P&gt;Do you use show or showdialog?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 22:06:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657445#M12086</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-03-21T22:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657455#M12087</link>
      <description>I'm currently using .show on my form.</description>
      <pubDate>Thu, 21 Mar 2024 22:15:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657455#M12087</guid>
      <dc:creator>Tiffany_Hayden_</dc:creator>
      <dc:date>2024-03-21T22:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657459#M12088</link>
      <description>&lt;P&gt;Could you try showdialog, if that makes difference?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 22:18:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657459#M12088</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-03-21T22:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657475#M12089</link>
      <description>I definitely will try that!</description>
      <pubDate>Thu, 21 Mar 2024 22:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12657475#M12089</guid>
      <dc:creator>Tiffany_Hayden_</dc:creator>
      <dc:date>2024-03-21T22:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12658939#M12090</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;Changing it from show to showdialog worked! Thanks so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 13:46:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12658939#M12090</guid>
      <dc:creator>Tiffany_Hayden_</dc:creator>
      <dc:date>2024-03-22T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12661258#M12091</link>
      <description>&lt;P&gt;Sometimes the solution is closer than is thought.&lt;/P&gt;
&lt;P&gt;Let me know if you have any other or programming related issues.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 21:54:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12661258#M12091</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-03-23T21:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tab functionality through controls on an Inventor Add-in winform</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12661281#M12092</link>
      <description>&lt;P&gt;Yes I searched high and low! That's why I love the forums. So many people that have so much experience in one place. I'm so glad we have this community. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 22:13:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/tab-functionality-through-controls-on-an-inventor-add-in-winform/m-p/12661281#M12092</guid>
      <dc:creator>Tiffany_Hayden_</dc:creator>
      <dc:date>2024-03-23T22:13:32Z</dc:date>
    </item>
  </channel>
</rss>

