<?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 How to define a help call to a URL (website)? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3788982#M13896</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to define a &lt;STRONG&gt;help call&lt;/STRONG&gt; for all my commands to my online documentation.In other words, I don't use CHM files, and I'd like to know how use API function&amp;nbsp;&lt;STRONG&gt;acedSetFunHelp&lt;/STRONG&gt;&amp;nbsp;with a link to a website and not a CHM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also raises the question whether one function will also define the behavior of F1 button in the ribbon?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2013 10:50:08 GMT</pubDate>
    <dc:creator>maisoui</dc:creator>
    <dc:date>2013-02-25T10:50:08Z</dc:date>
    <item>
      <title>How to define a help call to a URL (website)?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3788982#M13896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to define a &lt;STRONG&gt;help call&lt;/STRONG&gt; for all my commands to my online documentation.In other words, I don't use CHM files, and I'd like to know how use API function&amp;nbsp;&lt;STRONG&gt;acedSetFunHelp&lt;/STRONG&gt;&amp;nbsp;with a link to a website and not a CHM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also raises the question whether one function will also define the behavior of F1 button in the ribbon?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 10:50:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3788982#M13896</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2013-02-25T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to define a help call to a URL (website)?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3792722#M13897</link>
      <description>&lt;P&gt;If I remember correctly, calling a Webpage directly is something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;acedSetFunHelp(_T("MyCOMMAND"),_T(&lt;A href="http://mywebsite.com/MyCommandHelp.htm),_T" target="_blank"&gt;http://mywebsite.com/MyCommandHelp.htm),_T&lt;/A&gt;(""), 0) or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Calling a Webpage directly, with an HTML anchor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;acedSetFunHelp(_T("MyCOMMAND"),_T(&lt;A href="http://mywebsite.com/MyCommandHelp.php" target="_blank"&gt;http://mywebsite.com/MyProductPage.htm&lt;/A&gt;),_T("#MyCommandTopic"), 0) or&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 17:40:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3792722#M13897</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2013-02-28T17:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to define a help call to a URL (website)?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3793194#M13898</link>
      <description>&lt;P&gt;Thank you for your interesting answer. I tested with a URL like this : &lt;EM&gt;&lt;A target="_blank" href="http://www.mywebsite.com/mycommand/mysection"&gt;http://www.mywebsite.com/mycommand/mysection&lt;/A&gt;&lt;/EM&gt; and it didn't work.&amp;nbsp;It seems that if the URL ends with &lt;EM&gt;.htm&lt;/EM&gt;, it works.&amp;nbsp;Do you have more details about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question:&amp;nbsp;Do you know how to tell AutoCAD to use the default browser and not IE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 06:55:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3793194#M13898</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2013-03-01T06:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to define a help call to a URL (website)?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3841345#M13899</link>
      <description>&lt;P&gt;I believe that's a Windows registry entry, not an AutoCAD one...Basically setting the default browser... Google will help with this one for you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 22:09:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-define-a-help-call-to-a-url-website/m-p/3841345#M13899</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2013-04-08T22:09:27Z</dc:date>
    </item>
  </channel>
</rss>

