<?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 Upgrade API 3.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692526#M17779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My program upgrade from api 2.4 to api 3.0,but I can't find "toolbar" in api 3.0. How can I handle?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 02:13:20 GMT</pubDate>
    <dc:creator>xiaoGL</dc:creator>
    <dc:date>2012-10-16T02:13:20Z</dc:date>
    <item>
      <title>Upgrade API 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692526#M17779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My program upgrade from api 2.4 to api 3.0,but I can't find "toolbar" in api 3.0. How can I handle?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 02:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692526#M17779</guid>
      <dc:creator>xiaoGL</dc:creator>
      <dc:date>2012-10-16T02:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade API 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692527#M17780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as you can read in this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/66094-Navigator-Tool-on-ArcGIS-API-for-Silverlight-3.0?p=229623#post229623"&gt;http://forums.arcgis.com/threads/66094-Navigator-Tool-on-ArcGIS-API-for-Silverlight-3.0?p=229623#post229623&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The toolbar control has been removeed from version 3.0.&lt;BR /&gt;&lt;BR /&gt;You can still start with the 2.4 sample but we have to replace the toolbar control with your own control (that might be as simple as a StackPanel with Buttons inside).&lt;BR /&gt;&lt;BR /&gt;The handlers behind the buttons should still work. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692527#M17780</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2012-10-16T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade API 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692528#M17781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've chimed in on forum posts before about this before....&amp;nbsp; Bad move, Esri.&amp;nbsp; Many of us have built Apps that utilize one or more toolbar controls.&amp;nbsp; I get it - It's not part of the "core" functionality, but now we have to reinvent the wheel.&amp;nbsp; Ya, we can download the SDK off of CodePlex, but this comes at the cost of bloating our .XAP.&amp;nbsp; We can "rebuild" a toolbar using a stackpanel and buttons/images/etc. But, there's the keyword - "rebuild".&amp;nbsp; Other depreciated controls like the scalebar were replaced with an alternative (scale line).&amp;nbsp; Not the case with the Toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why give-ith if your are going to take-ith away?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an idea, Esri:&amp;nbsp; how about a blog post on how to migrate from the Toolbar control to your own, custom control?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just my $0.02.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692528#M17781</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2012-10-16T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade API 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692529#M17782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why even "take-ith" away?&amp;nbsp; What I really need is the print feature in 3.0.&amp;nbsp; And while I know I could implement the navigation feature if I upgraded to 3.0, my end users freak out every time I make the slightest change to the interface.&amp;nbsp; I get all kinds of phone calls and email complaints.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Taking away the toolbar is like taking away AM radio.&amp;nbsp; It still works and people use it, just leave it alone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-api-3-0/m-p/692529#M17782</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2012-10-16T16:28:53Z</dc:date>
    </item>
  </channel>
</rss>

