<?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 iLogic Form Pause Changes Until Done in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9755971#M116104</link>
    <description>&lt;P&gt;As you can see below, I have multiple fields in which I want users to be able to changes values. What I don't want the form to do instantly is change the model after each value is changed. What I want the form to do is change the model AFTER the user clicks Done. How can I accomplish this?&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-left" image-alt="form field value pause.JPG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/821128i129F302EA1899B95/image-size/large?v=v2&amp;amp;px=999" role="button" title="form field value pause.JPG" alt="form field value pause.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2020 18:03:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-18T18:03:47Z</dc:date>
    <item>
      <title>iLogic Form Pause Changes Until Done</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9755971#M116104</link>
      <description>&lt;P&gt;As you can see below, I have multiple fields in which I want users to be able to changes values. What I don't want the form to do instantly is change the model after each value is changed. What I want the form to do is change the model AFTER the user clicks Done. How can I accomplish this?&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-left" image-alt="form field value pause.JPG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/821128i129F302EA1899B95/image-size/large?v=v2&amp;amp;px=999" role="button" title="form field value pause.JPG" alt="form field value pause.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 18:03:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9755971#M116104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-18T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Form Pause Changes Until Done</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9756059#M116105</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The form has a predefined buttons property. Change to for example "OK Cancel" And the parameters will update when you hit the ok button. OK Apply Cancel will work the same way, but when you hit apply yhe form wont close.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="predef.PNG" style="width: 907px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/821148i24A4FD4A77BA37EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="predef.PNG" alt="predef.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 18:48:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9756059#M116105</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-09-18T18:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Form Pause Changes Until Done</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9756063#M116106</link>
      <description>&lt;P&gt;There may be better ways.&lt;/P&gt;&lt;P&gt;If you make user parameters for your inputs, and use an iLogic rule to set the model parameters to match the user parameters, you can set the rule option to "Don't run automatically". Then use your rule as a done button on the form.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;iLogicVb.UpdateWhenDone = True
d1 = Width1
d2 = Width2
d3 = Height1
d4 = Height2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 18:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-form-pause-changes-until-done/m-p/9756063#M116106</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2020-09-18T18:48:32Z</dc:date>
    </item>
  </channel>
</rss>

