<?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: Remove &amp;quot;Close&amp;quot; button from Form Window in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737347#M115680</link>
    <description>&lt;P&gt;Quick Tips&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guide the operators&lt;/P&gt;&lt;P&gt;Create rule in the from and add the rule&amp;nbsp;&lt;/P&gt;&lt;P&gt;then hide Done button&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="Close Update.PNG" style="width: 708px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/817030i1B8C4676D47AF7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Close Update.PNG" alt="Close Update.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can not hide&amp;nbsp;&lt;SPAN&gt;"Close" button from the&amp;nbsp; ilogic Form&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 11:43:49 GMT</pubDate>
    <dc:creator>JMGunnar</dc:creator>
    <dc:date>2020-09-09T11:43:49Z</dc:date>
    <item>
      <title>Remove "Close" button from Form Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9736823#M115661</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Is there any way to remove "Close" button from the Form window? (see photo)&lt;/P&gt;&lt;P&gt;I want to force the operators to push the "Done" button.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:26:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9736823#M115661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-09T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Close" button from Form Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9736974#M115667</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there's no option in the iLogic form designer to remove that button.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 07:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9736974#M115667</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-09-09T07:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Close" button from Form Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737246#M115674</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&amp;nbsp;I don't know much about iLogic, I'm more into VBA. If the button can't be hidden, is it possible to modify it's function? (In vba it's possible to add code to the userforms &lt;SPAN style="color: #58585a; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Lato, sans-serif; font-size: 15px; font-style: normal; font-weight: 300; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;QueryClose&lt;/SPAN&gt; event to prevent it being unloaded)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:32:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737246#M115674</guid>
      <dc:creator>_dscholtes_</dc:creator>
      <dc:date>2020-09-09T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Close" button from Form Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737264#M115676</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5406798"&gt;@_dscholtes_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLogic forms are very limited and you can't really access the controls by code. If you really want to create a form and interact with the form object itself through iLogic I'd say creating a windows form (System.Windows.Forms) is the best alternative. There you can just set the property ControlBox to false and the button in question will disappear.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:48:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737264#M115676</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-09-09T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Close" button from Form Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737347#M115680</link>
      <description>&lt;P&gt;Quick Tips&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guide the operators&lt;/P&gt;&lt;P&gt;Create rule in the from and add the rule&amp;nbsp;&lt;/P&gt;&lt;P&gt;then hide Done button&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="Close Update.PNG" style="width: 708px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/817030i1B8C4676D47AF7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Close Update.PNG" alt="Close Update.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can not hide&amp;nbsp;&lt;SPAN&gt;"Close" button from the&amp;nbsp; ilogic Form&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:43:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/remove-quot-close-quot-button-from-form-window/m-p/9737347#M115680</guid>
      <dc:creator>JMGunnar</dc:creator>
      <dc:date>2020-09-09T11:43:49Z</dc:date>
    </item>
  </channel>
</rss>

