<?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: Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648810#M17256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i wll&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f0fade;"&gt;converting our SL program to JS, Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 13:47:34 GMT</pubDate>
    <dc:creator>KimBülow</dc:creator>
    <dc:date>2016-02-16T13:47:34Z</dc:date>
    <item>
      <title>Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648806#M17252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I integrate a custom build widget in web appbuilder that can run an old silverlight client program so they interact linkage with each other, or do i need to rewriite the silverligth client to javascript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648806#M17252</guid>
      <dc:creator>KimBülow</dc:creator>
      <dc:date>2016-02-01T15:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648807#M17253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; JS can be made to interact with many different languages but it would always be better to keep your code base in the same language by converting your SL program to JS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648807#M17253</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648808#M17254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check out &lt;A href="https://msdn.microsoft.com/en-us/library/cc221414(v=VS.95).aspx" title="https://msdn.microsoft.com/en-us/library/cc221414(v=VS.95).aspx"&gt;Walkthrough: Calling Managed Code from JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep Robert's suggestion in mind - I would drop Silverlight ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648808#M17254</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-02-01T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648809#M17255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I'd like to echo Roberts and Chris' comments about diching silferlight as soon a possible. Assuming that you just can't right now, there is an old Flex trick/hack that might work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could, possibly, load up your Silverlight code/object in a floating div that you place in you startup html. It is possible, using the technique that Chris mentioned to communicate between you Silverlight Div and your JS code. Its klugy, but possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648809#M17255</guid>
      <dc:creator>JordanBaumgardner</dc:creator>
      <dc:date>2016-02-01T16:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I integrate a custom widget that can run an old silverlight client program so they interact linkage with each other</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648810#M17256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i wll&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f0fade;"&gt;converting our SL program to JS, Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-i-integrate-a-custom-widget-that-can-run-an/m-p/648810#M17256</guid>
      <dc:creator>KimBülow</dc:creator>
      <dc:date>2016-02-16T13:47:34Z</dc:date>
    </item>
  </channel>
</rss>

