<?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: List Widget Code in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136405#M722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pat, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source code of Operations Dashboard is not open and the built-in functions are not extensible, so a custom widget will be the way to go. However, there is a Dashboard sample implementing a list widget with feature actions that comes with the WPF SDK. The location of the sample's source code is typically at: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;C:\Program Files (x86)\ArcGIS SDKs\WPF10.2.3\sdk\samples\sampleapplication\Operations Dashboard Samples\WidgetWithFeatureActionsCS&lt;/SPAN&gt;&lt;SPAN&gt;. You can take it as a reference when you develop your custom list widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and any questions please let me know,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 20:46:28 GMT</pubDate>
    <dc:creator>TifPun</dc:creator>
    <dc:date>2014-04-04T20:46:28Z</dc:date>
    <item>
      <title>List Widget Code</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136404#M721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am investigating building a new widget using the ArcGIS Runtime WPF SDK for the Operations Dashboard.&amp;nbsp; Does the code exist for the List Widget for download?&amp;nbsp; I would really like to build something similar to the List widget plus more custom functionality within the list result.&amp;nbsp; Or is there a way to extend the list widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136404#M721</guid>
      <dc:creator>PatrickWhysong</dc:creator>
      <dc:date>2014-04-04T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Widget Code</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136405#M722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pat, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source code of Operations Dashboard is not open and the built-in functions are not extensible, so a custom widget will be the way to go. However, there is a Dashboard sample implementing a list widget with feature actions that comes with the WPF SDK. The location of the sample's source code is typically at: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;C:\Program Files (x86)\ArcGIS SDKs\WPF10.2.3\sdk\samples\sampleapplication\Operations Dashboard Samples\WidgetWithFeatureActionsCS&lt;/SPAN&gt;&lt;SPAN&gt;. You can take it as a reference when you develop your custom list widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and any questions please let me know,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136405#M722</guid>
      <dc:creator>TifPun</dc:creator>
      <dc:date>2014-04-04T20:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Widget Code</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136406#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for confirming about the List Widget.&amp;nbsp; In the mean time I was able to create a custom widget to consume the result of the List Widget.&amp;nbsp; However I am unable to actually execute a query against the List Widget Datasource.&amp;nbsp; Would you happen to know if there is an actual example of consuming the List Widget result as a datasource from within a custom widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I am very new to the ArcGIS Runtime WPF SDK, so I apologize in advance if this is a newbie question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Pat, &lt;BR /&gt;&lt;BR /&gt;The source code of Operations Dashboard is not open and the built-in functions are not extensible, so a custom widget will be the way to go. However, there is a Dashboard sample implementing a list widget with feature actions that comes with the WPF SDK. The location of the sample's source code is typically at: &lt;SPAN style="font-style:italic;"&gt;C:\Program Files (x86)\ArcGIS SDKs\WPF10.2.3\sdk\samples\sampleapplication\Operations Dashboard Samples\WidgetWithFeatureActionsCS&lt;/SPAN&gt;. You can take it as a reference when you develop your custom list widget.&lt;BR /&gt;&lt;BR /&gt;Thanks and any questions please let me know,&lt;BR /&gt;&lt;BR /&gt;Tif&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 22:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/list-widget-code/m-p/136406#M723</guid>
      <dc:creator>PatrickWhysong</dc:creator>
      <dc:date>2014-04-04T22:45:17Z</dc:date>
    </item>
  </channel>
</rss>

