<?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: Change Inventor option from iLogic... (Inventor 2021) in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12565571#M13459</link>
    <description>&lt;P&gt;That would be a last-resort solution, unfortunately.&amp;nbsp; We're hoping that Inventor 2024 has the Documents.Open() crash fixed as we'll be moving to that as soon as our Vault migration is complete.&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;g.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 21:45:28 GMT</pubDate>
    <dc:creator>gene.buckle</dc:creator>
    <dc:date>2024-02-16T21:45:28Z</dc:date>
    <item>
      <title>Change Inventor option from iLogic... (Inventor 2021)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12563218#M13455</link>
      <description>&lt;P&gt;I need to change the Prompt option named:&lt;/P&gt;&lt;P&gt;"Changes have been made to some assembly components since the assembly was last saved" to "No", but I need to do so in iLogic.&amp;nbsp; I've looked through the ThisApplication API reference and I've not found anything that even remotely looked like what I'm after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; If so, what's the property named?&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;g.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 21:47:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12563218#M13455</guid>
      <dc:creator>gene.buckle</dc:creator>
      <dc:date>2024-02-15T21:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change Inventor option from iLogic... (Inventor 2021)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564538#M13456</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12941919"&gt;@gene.buckle&lt;/a&gt;.&amp;nbsp; I do not believe that is possible through the Inventor API yet.&amp;nbsp; We can access and control the similar settings you see on the Save tab, but not the Prompts tab of the Application options yet.&amp;nbsp; Why must it be done by iLogic instead of manually?&amp;nbsp; If you have a dialog interrupting your code process then have you considered turning on (checking the CheckBox for) the 'Silent Operation' option within that iLogic rule editor window when editing that rule?&amp;nbsp; That is the best way, because that setting will only effect that one rule, while it is running.&amp;nbsp; There is also an Application level setting by the same name that could be set to True, but that setting is more dangerous to use, because is MUST be set back to False before your code ends, even if your code crashes (throws an exception) while running, or it may mess up your ability to interact with Inventor outside of that rule.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 13:45:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564538#M13456</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-02-16T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change Inventor option from iLogic... (Inventor 2021)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564805#M13457</link>
      <description>&lt;P&gt;Thanks for the reply Wesley.&lt;/P&gt;&lt;P&gt;Setting that prompt to No/Always is a work-around we found for the issue I posted about yesterday:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-programming-ilogic/saveas-fails-for-reasons-inventor-2021/td-p/12562516" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-programming-ilogic/saveas-fails-for-reasons-inventor-2021/td-p/12562516&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless there's a mechanism available to discover exactly *why* the SaveAs() call failed, we're forced to work around the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've got well over 100 Inventor users on staff and getting them to make the change by hand could be problematic, so I was tasked with discovering a mechanism to make the change without user intervention.&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;g.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:24:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564805#M13457</guid>
      <dc:creator>gene.buckle</dc:creator>
      <dc:date>2024-02-16T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change Inventor option from iLogic... (Inventor 2021)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564884#M13458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12941919"&gt;@gene.buckle&lt;/a&gt;.&amp;nbsp; The only other way that comes to mind is by attempting to edit the contents of the exported XML file, from when you export the application settings, then import those settings again.&amp;nbsp; I have not tried that completely by code before though.&amp;nbsp; I know how to export and import the application options to an from an XML file by code, but not how to edit the contents of that XML file by code, to change that one specific setting.&amp;nbsp; That sounds like it would be really complicated, and would require knowing how to navigate and edit XML code content.&amp;nbsp; I have done some simple XML navigation/editing by vb.net code, but not super experienced/fast with it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 16:01:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12564884#M13458</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-02-16T16:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change Inventor option from iLogic... (Inventor 2021)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12565571#M13459</link>
      <description>&lt;P&gt;That would be a last-resort solution, unfortunately.&amp;nbsp; We're hoping that Inventor 2024 has the Documents.Open() crash fixed as we'll be moving to that as soon as our Vault migration is complete.&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;g.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 21:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-inventor-option-from-ilogic-inventor-2021/m-p/12565571#M13459</guid>
      <dc:creator>gene.buckle</dc:creator>
      <dc:date>2024-02-16T21:45:28Z</dc:date>
    </item>
  </channel>
</rss>

