<?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: Kill Swich in ilogic code in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8709514#M96330</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unsure if this helps you but you can use silentoperation to suppress dialog boxes while saving files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ThisApplication.SilentOperation = True&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure to reset it to false, otherwise all dialog boxes will be suppressed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 05:20:04 GMT</pubDate>
    <dc:creator>dean.morrison</dc:creator>
    <dc:date>2019-04-05T05:20:04Z</dc:date>
    <item>
      <title>Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8705593#M96293</link>
      <description>&lt;P&gt;Is that a way to make a kill swich in an illogic code ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a script that run beforce save... in a few large assembly it make maybe 300 popup´s. 1 time for each file it save and you have to make a action before it goes to the next file. I would like a way that I could kill the Ilogic so it this not run on the rest of the files&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 19:25:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8705593#M96293</guid>
      <dc:creator>Darkforce_the_ilogic_guy</dc:creator>
      <dc:date>2019-04-03T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706084#M96298</link>
      <description>&lt;P&gt;Do you have a loop? a sub main? a function? You could use "exit for" and "exit sub" and "exit function" to exit the loop or procedure or function&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 23:24:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706084#M96298</guid>
      <dc:creator>Sergio.D.Suárez</dc:creator>
      <dc:date>2019-04-03T23:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706337#M96301</link>
      <description>&lt;P&gt;Well it is a very complex ilogic code . so I think I have many or them ...but I do not need to exit the code.. I need to change how the code work while Inventor is saving a lot of file in an large assambly .. something like if I hold alt + Q down .. it end the code rigth away else ..run the code like today.. a way to&amp;nbsp;temporary disable the popups&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 04:56:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706337#M96301</guid>
      <dc:creator>Darkforce_the_ilogic_guy</dc:creator>
      <dc:date>2019-04-04T04:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706496#M96306</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5708980"&gt;@Darkforce_the_ilogic_guy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you share non confidential iLoigc code, we can investigate and suggestions may be given.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 06:54:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706496#M96306</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2019-04-04T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706581#M96308</link>
      <description>&lt;P&gt;If you dont want ilogicRules to run in other documents by triggers you could maybe do something like this at the top of your code&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;oRulesEnabled&lt;/SPAN&gt; = &lt;SPAN style="color: #ff0000;"&gt;False&lt;/SPAN&gt;
&lt;SPAN style="color: #800080;"&gt;iLogicVb&lt;/SPAN&gt;.&lt;SPAN style="color: #800080;"&gt;Automation&lt;/SPAN&gt;.&lt;SPAN style="color: #800080;"&gt;RulesOnEventsEnabled&lt;/SPAN&gt; = &lt;SPAN style="color: #ff0000;"&gt;False&lt;/SPAN&gt;
&lt;SPAN style="color: #ff0000;"&gt;Else&lt;/SPAN&gt;
&lt;SPAN style="color: #800080;"&gt;iLogicVb&lt;/SPAN&gt;.&lt;SPAN style="color: #800080;"&gt;Automation&lt;/SPAN&gt;.&lt;SPAN style="color: #800080;"&gt;RulesOnEventsEnabled&lt;/SPAN&gt; = &lt;SPAN style="color: #ff0000;"&gt;True&lt;/SPAN&gt;
&lt;SPAN style="color: #ff0000;"&gt;End&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;If&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Where oRulesEnabled is a True/False parameter. So if it's set to false ilogic rules will not run.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 07:41:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8706581#M96308</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2019-04-04T07:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Swich in ilogic code</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8709514#M96330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unsure if this helps you but you can use silentoperation to suppress dialog boxes while saving files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ThisApplication.SilentOperation = True&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure to reset it to false, otherwise all dialog boxes will be suppressed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 05:20:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/kill-swich-in-ilogic-code/m-p/8709514#M96330</guid>
      <dc:creator>dean.morrison</dc:creator>
      <dc:date>2019-04-05T05:20:04Z</dc:date>
    </item>
  </channel>
</rss>

