<?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: Redirect dialog help button in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10735353#M130898</link>
    <description>&lt;P&gt;if i use the following the user gets redirected to my personal site. (There is no help content there so it will not show any thing but as proof of concept it works&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JelteDeJong_0-1636029312007.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/985813i1786DA5FB16FC499/image-size/large?v=v2&amp;amp;px=999" role="button" title="JelteDeJong_0-1636029312007.png" alt="JelteDeJong_0-1636029312007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	&amp;lt;URL
		UseOnline="1"
		Redirect="REDIRECT_"
		
		OnlinePrefix="http://www.hjalte.nl/"
		OnlineWIKI_Internal=""
		OnlineWIKI_Production=""
		OnlineWIKI_Beta=""
		OnlineContextSuffix="?contextId="
		OnlineQuerySuffix="?query="
		
		OfflinePrefix="file:///"
		OfflineHelp="Local Help\" 
		OfflineContext="contexthelp\" 
		ErrorPage="HELP_INFORMATION"
		OfflineSuffix=".htm"
		/&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 12:35:48 GMT</pubDate>
    <dc:creator>JelteDeJong</dc:creator>
    <dc:date>2021-11-04T12:35:48Z</dc:date>
    <item>
      <title>Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10729863#M130789</link>
      <description>&lt;P&gt;Hallo guys,&lt;/P&gt;&lt;P&gt;is there a way to redirect the help of a dialog help button like in the window below? I want to show a different web page. I hope for a way to alter the help path or a way to to catch the event.&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="fehrsZBFB9_0-1635847112855.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/984690iBBBAD3E83C556435/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fehrsZBFB9_0-1635847112855.png" alt="fehrsZBFB9_0-1635847112855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10729863#M130789</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2021-11-02T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10730476#M130806</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6956907"&gt;@fehrsZBFB9&lt;/a&gt;.&amp;nbsp; Unfortunately if you did not design &amp;amp;/or write the code behind the dialog, you most likely don't have access to change the built-in functionality of how that help button works, or what web page it will launch.&amp;nbsp; There is an event defined under the the Inventor &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-9FEEF76D-EE01-45F0-84D7-0FDB89AB0CC5" target="_blank" rel="noopener"&gt;InteractionEvents&lt;/A&gt; object called &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-3DB8D723-D455-4EEE-905B-AC93F838EBE8" target="_blank" rel="noopener"&gt;OnHelp&lt;/A&gt;.&amp;nbsp; I'm not sure if you can use that to intercept the action of you clicking on that help button on that dialog, and stop its normal website from launching, to then launch your own web site, but I suppose you could try.&amp;nbsp; Are you familiar with writing event handler codes?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:39:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10730476#M130806</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-11-02T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10730494#M130807</link>
      <description>&lt;P&gt;Thanks for your response. I already tried to react to this&amp;nbsp; event. But it isn't triggered for these buttons. Only for the main help buttons inside the ribbons and the titlebar. I need this intervention for our Inventor OEM based product, to redirect to a rebranded online help based on the inventor help.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:46:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10730494#M130807</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2021-11-02T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10731176#M130821</link>
      <description>&lt;P&gt;I did have some luck manipulating the following file:&lt;/P&gt;&lt;P&gt;C:\Program Files\Autodesk\Inventor 2022\Bin\Bin32\helpids.xml&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;C:\Program Files\Autodesk\Inventor 2022\Bin\helpids.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"This XML file contains the strings used to build URL's for online and offline help."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 20:39:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10731176#M130821</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2021-11-02T20:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10735197#M130894</link>
      <description>&lt;P&gt;This sounds interesting. Sadly I had no success redirecting it. I've set up a https server providing the inventor help and reconfigured helpids.xml using my local server address instead of the standard server address. I looks like this:&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;LI-CODE lang="markup"&gt;&amp;lt;URL
UseOnline="1"
Redirect="REDIRECT_"

OnlinePrefix="https://"
OnlineWIKI_Internal="localhost/"
OnlineWIKI_Production="localhost/"
OnlineWIKI_Beta="localhost/"
OnlineContextSuffix="?contextId="
OnlineQuerySuffix="?query="

OfflinePrefix="http://"
OfflineHelp="localhost\"
OfflineContext="contexthelp\"
ErrorPage="HELP_INFORMATION"
OfflineSuffix=".htm"
/&amp;gt;&lt;/LI-CODE&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;But my address isn't accepted. It works perfectly if directly used inside the browser. But Inventor does not opend the help directly but has a redirection in between, which doesn't accept my address. I get:&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;LI-CODE lang="general"&gt;xoauth_problem=parameter_rejected&amp;amp;xoauth_parameters_absent=oauth_redirect_url&amp;amp;oauth_error_message=Invalid%20value%20for%20parameter%3Aoauth_redirect_url&lt;/LI-CODE&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;This &lt;I&gt;&lt;STRONG&gt;O&lt;/STRONG&gt;pen &lt;STRONG&gt;Auth&lt;/STRONG&gt;orization&lt;/I&gt; redirection as I understand it correctly does only accept known URLs. Is there a way to make inventor accept my site?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to redirect the local help. But this isn't working at all, because inventor always prepends the %ProgramData% directory.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 12:08:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10735197#M130894</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2021-11-04T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10735353#M130898</link>
      <description>&lt;P&gt;if i use the following the user gets redirected to my personal site. (There is no help content there so it will not show any thing but as proof of concept it works&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JelteDeJong_0-1636029312007.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/985813i1786DA5FB16FC499/image-size/large?v=v2&amp;amp;px=999" role="button" title="JelteDeJong_0-1636029312007.png" alt="JelteDeJong_0-1636029312007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	&amp;lt;URL
		UseOnline="1"
		Redirect="REDIRECT_"
		
		OnlinePrefix="http://www.hjalte.nl/"
		OnlineWIKI_Internal=""
		OnlineWIKI_Production=""
		OnlineWIKI_Beta=""
		OnlineContextSuffix="?contextId="
		OnlineQuerySuffix="?query="
		
		OfflinePrefix="file:///"
		OfflineHelp="Local Help\" 
		OfflineContext="contexthelp\" 
		ErrorPage="HELP_INFORMATION"
		OfflineSuffix=".htm"
		/&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 12:35:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10735353#M130898</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2021-11-04T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10745720#M131054</link>
      <description>&lt;P&gt;Sadly this is not working for the OEM Version of Inventor. It always refers to the local help ignoring my settings.&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="fehrsZBFB9_0-1636476616202.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/987660iD2756D749B09FE34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fehrsZBFB9_0-1636476616202.png" alt="fehrsZBFB9_0-1636476616202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;UseOnline="1"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where the setting is stored? Maybe I can change it by hand inside the registry or a config file. I haven't found anything so far.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 16:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10745720#M131054</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2021-11-09T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect dialog help button</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10746108#M131061</link>
      <description>&lt;P&gt;the only thing I found is this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JelteDeJong_0-1636486088971.png" style="width: 853px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/987749i5CC5AAD3D87833C4/image-dimensions/853x64?v=v2" width="853" height="64" role="button" title="JelteDeJong_0-1636486088971.png" alt="JelteDeJong_0-1636486088971.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is the last thing I can think of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 19:28:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/redirect-dialog-help-button/m-p/10746108#M131061</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2021-11-09T19:28:51Z</dc:date>
    </item>
  </channel>
</rss>

