<?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: Message Label &amp;quot;Learn More&amp;quot; Hyperlink in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594943#M12740</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/472155"&gt;@JonathanDewalt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the MessageLabel_Click, would you be able to mark the event as handled? That may end up solving the loading of the Pro website!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 20:47:14 GMT</pubDate>
    <dc:creator>CodyPatterson</dc:creator>
    <dc:date>2025-03-12T20:47:14Z</dc:date>
    <item>
      <title>Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594942#M12739</link>
      <description>&lt;P&gt;I am using the Message Label ( &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#message-label" target="_self"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#message-label&lt;/A&gt;&amp;nbsp;&amp;nbsp;)in a number of my custom&amp;nbsp; Add-Ins. If I set the "Show Help" property to true, the user will see the "Learn More" hyperlink.&amp;nbsp; The problem is when the user clicks the hyperlink, they are taken to the ArcGIS Pro website.&amp;nbsp; I can set the property (Hyperlink.Click="MessageLabel_Click") and in the code-behind, i can point the messageLabel_Click event to load my help file and that works but it still loads the Pro website.&amp;nbsp; How do i prevent the loading of Pro's website when the user clicks the "Learn More" hyperlink?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 20:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594942#M12739</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-03-12T20:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594943#M12740</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/472155"&gt;@JonathanDewalt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the MessageLabel_Click, would you be able to mark the event as handled? That may end up solving the loading of the Pro website!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 20:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594943#M12740</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2025-03-12T20:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594946#M12741</link>
      <description>I tried e.Handled = true and false and Pro website still loads.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2025 20:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1594946#M12741</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-03-12T20:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595098#M12743</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/472155"&gt;@JonathanDewalt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmm so it looks like the loading of the website is happening after the handling. Would it be possible to manually create a hyperlink or some type of tool tip with a custom hyperlink instead of the "Show Help" button enabling the Learn More button? It may be an inherent function that cannot be changed if the handling did not end up solving it.&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 10:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595098#M12743</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2025-03-13T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595233#M12745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As a workaround I could suggest update MessageLabel as below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;            &amp;lt;controls:MessageLabel MessageType="Information" Severity="High" ShowHelp="False"&amp;gt;
                &amp;lt;TextBlock&amp;gt;
                    &amp;lt;TextBlock&amp;gt;Please open a map with bookmarks&amp;lt;/TextBlock&amp;gt;
                    &amp;lt;Hyperlink NavigateUri="https://learn.microsoft.com/" RequestNavigate="Hyperlink_RequestNavigate"&amp;gt;Learn more&amp;lt;/Hyperlink&amp;gt;
                &amp;lt;/TextBlock&amp;gt;
            &amp;lt;/controls:MessageLabel&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;        private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e)
        {
            System.Diagnostics.Process.Start(new ProcessStartInfo
            {
                FileName = e.Uri.ToString(),
                UseShellExecute = true
            });
            e.Handled = true;
        }&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Mar 2025 15:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595233#M12745</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-03-13T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595331#M12746</link>
      <description>&lt;P&gt;Thanks you.&amp;nbsp; That work around will do just fine.&lt;/P&gt;&lt;P&gt;I have another question then for you.&amp;nbsp; This fixed the call to my chm help file for the Message Label.&amp;nbsp; Awesome!&amp;nbsp; I also want to provide custom help support for my dockpanes and ProWindows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DockPanes, I add "hasHelp=true" in the daml and then in the dockpanes viewmodel I override the OnHelpRequested method and this works great.&lt;/P&gt;&lt;P&gt;As for the ProWindow, I can add "ShowHelpButton=True" to the xaml and this will display the help button on the form but I have yet been able to find a way to intercept the help click before, yes, it loads the esri page.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 19:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595331#M12746</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-03-13T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595433#M12747</link>
      <description>&lt;P&gt;I ended up, for ProWindows, using PreviewKeyDown to intercept the F1 key to got to my help file and then set that to e.Handled = true to stop it from loading the ESRI support page.&amp;nbsp; Unfortunately, the ShowHelpButton is useless.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 21:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595433#M12747</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-03-13T21:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595776#M12753</link>
      <description>&lt;P&gt;Thanks for posting. Added OnHelpRequested to ProWindow for 3.5&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 22:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595776#M12753</guid>
      <dc:creator>vanesch</dc:creator>
      <dc:date>2025-03-14T22:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Message Label "Learn More" Hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595795#M12754</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;We are still on 3.3 and will be there for awhile. &amp;nbsp;I will keep this in mind and update my addins when the time comes.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 02:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/message-label-quot-learn-more-quot-hyperlink/m-p/1595795#M12754</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-03-15T02:26:37Z</dc:date>
    </item>
  </channel>
</rss>

