<?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: XBAP in IE in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48763#M1314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using XBAPs with IE, but not disconnected (so can't help you there)...&amp;nbsp; We started off with Silverlight, but then for a few reasons moved to WPF:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) We could use functionality in custom .NET libraries we already have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) We want to embedd the maps in other windows applications, and have bi-directional communication between them, so we can just as easily compile as a stande alone app too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Plus having full .NET availalbe is nice :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But other than a few layout/graphical glitches that were fixed by tweaking the controls template... they work great!&amp;nbsp; Also found a few issues with touch screens, for example with the legend control, the scroll bars intercept the touch and do not pass down to its child controls (like a slider bar), and this issue does not exist in SL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But all in all, works good for us.&amp;nbsp; But we started when SL3 was out, and as SL keeps getting more robust with every version, we might have to switch one day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, hope that helps a bit, sorry I can't comment on working disconnected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 00:23:51 GMT</pubDate>
    <dc:creator>RyanCoodey</dc:creator>
    <dc:date>2011-03-24T00:23:51Z</dc:date>
    <item>
      <title>XBAP in IE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48760#M1311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;has anyone had any luck using XBAP with IE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we need to run a setup similar to an ActiveX control on a disconnected machine. I am wondering if anyone has been able to get this going.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;david&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 22:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48760#M1311</guid>
      <dc:creator>davidrenz</dc:creator>
      <dc:date>2011-03-21T22:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: XBAP in IE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48761#M1312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This does work (although with a couple minor of limitations).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this is a client API and it needs a server to talk to, so disconnected scenarios are not something that is provided out of the box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm curious... if you want to run in a browser anyway, why XBAP instead of Silverlight?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48761#M1312</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-03-22T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: XBAP in IE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48762#M1313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a situation where we need to run our app from within another application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That application has a browser window which we can run an activeX control (&amp;lt;object&amp;gt;) in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was kind of hoping to blend the Mobile Cache from the Mobile API and the WPF stuff to come up with a hybrid solution. We need to be able to support some intermittent disconnectedness, along with the problem of limited throughput (because it is going over 3G).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I was hoping to be able to serve up the XBAP from the file system (which i am gathering is not very possible) and use the mobile cache from the Mobile API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think our fallback position is to either run the app from outside the browser area in the existing app or deal with the intermittent connectivity outages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read in another post where you talked about the WPF/Silverlight API intercepting the calls to the server to see if there is already a local version of the data, but i am not real clear on how to do this ... would love some further info on that if you have it! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;david&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 22:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48762#M1313</guid>
      <dc:creator>davidrenz</dc:creator>
      <dc:date>2011-03-23T22:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: XBAP in IE</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48763#M1314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using XBAPs with IE, but not disconnected (so can't help you there)...&amp;nbsp; We started off with Silverlight, but then for a few reasons moved to WPF:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) We could use functionality in custom .NET libraries we already have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) We want to embedd the maps in other windows applications, and have bi-directional communication between them, so we can just as easily compile as a stande alone app too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Plus having full .NET availalbe is nice :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But other than a few layout/graphical glitches that were fixed by tweaking the controls template... they work great!&amp;nbsp; Also found a few issues with touch screens, for example with the legend control, the scroll bars intercept the touch and do not pass down to its child controls (like a slider bar), and this issue does not exist in SL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But all in all, works good for us.&amp;nbsp; But we started when SL3 was out, and as SL keeps getting more robust with every version, we might have to switch one day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, hope that helps a bit, sorry I can't comment on working disconnected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 00:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/xbap-in-ie/m-p/48763#M1314</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2011-03-24T00:23:51Z</dc:date>
    </item>
  </channel>
</rss>

