<?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: How to display notification on create feature? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363394#M10922</link>
    <description>&lt;P&gt;Thanks Charlie!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 00:40:10 GMT</pubDate>
    <dc:creator>BillSmith</dc:creator>
    <dc:date>2023-12-21T00:40:10Z</dc:date>
    <item>
      <title>How to display notification on create feature?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1362335#M10895</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When creating features within ArcGIS Pro, there is a green pop-up notification that appears at the top of the Create Features like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahBernal_0-1702940621350.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89427iA0F5BBC58606E0E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahBernal_0-1702940621350.png" alt="HannahBernal_0-1702940621350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to display this same notification when I create ArcGIS features in my application that is connected to ArcGIS Pro. Is it possible to do this using the API?&lt;/P&gt;&lt;P&gt;What I have found so far is that we can create pop-up notifications using the Notifications class, but I would like to know if it is possible to use the existing green notification instead.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Hannah&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 23:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1362335#M10895</guid>
      <dc:creator>HannahBernal</dc:creator>
      <dc:date>2023-12-18T23:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display notification on create feature?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363358#M10920</link>
      <description>&lt;P&gt;The best you can do is add your own notification to the application. The Create dockpane "built-in" message is not accessible.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var feature_name = "Parcels";
 ArcGIS.Desktop.Framework.FrameworkApplication.AddNotification(
   new ArcGIS.Desktop.Framework.Notification() {
     Message = $"Create {feature_name} complete",
     Title = "Create features",
     ImageUrl = @"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MarsCat32.png"
   }
 );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 22:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363358#M10920</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-12-20T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display notification on create feature?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363368#M10921</link>
      <description>&lt;P&gt;Thank you very much for your help, I appreciate it!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 23:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363368#M10921</guid>
      <dc:creator>HannahBernal</dc:creator>
      <dc:date>2023-12-20T23:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to display notification on create feature?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363394#M10922</link>
      <description>&lt;P&gt;Thanks Charlie!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 00:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-display-notification-on-create-feature/m-p/1363394#M10922</guid>
      <dc:creator>BillSmith</dc:creator>
      <dc:date>2023-12-21T00:40:10Z</dc:date>
    </item>
  </channel>
</rss>

