<?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: Simple Tabbed Ribbon Template - Full Screen Action in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114282#M2857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 'ToggleFullScreenAction' is not part of the ArcGIS Silverlight API but is provided in some templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the code in the directory 'Actions' and copy it in your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 07:09:27 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-08-01T07:09:27Z</dc:date>
    <item>
      <title>Simple Tabbed Ribbon Template - Full Screen Action</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114281#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've downloaded ALL of the templates and decided to use the "Standard" Applictation Template as the starting point for my ArcGIS Silverlight Application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've decided I would like to add the ESRI.ArcGIS.SilverlightMapApp.Actions.ToggleFullScreenAction feature that I found in the "Simple Tabbed Ribbon" template. My current app already includes a reference to the "xmlns:actions="clr-namespace:ESRI.ArcGIS.SilverlightMapApp.Actions" at the beginning of my XAML document. I've also include all the same ESIR.ArcGIS.... References from the "Simple Tabbed Ribbon" template into my application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, in my application I get an error that states the Type &amp;lt;actions:ToggleFullScreenAction /&amp;gt; was not found&amp;nbsp; EventTrigger to work. I get an error message that I am missing a reference, although I have them all set. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following code snippet for the Full Screen feature. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Button x:Name="btnToggleFullScreen" Style="{StaticResource ToolbarButton}" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ToolTipService.ToolTip="Toggle Visibility of Full-Screen Mode (Pending)"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;Button.Content&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Image Source="Images/i_fullscreen.png" Stretch="Fill" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/Button.Content&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;i:Interaction.Triggers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i:EventTrigger EventName="Click"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;actions:ToggleFullScreenAction /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/i:EventTrigger&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/i:Interaction.Triggers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/Button&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do notice the the &amp;lt;actions:&amp;gt; in my application only includes SetLayerURLAction, ToggleCollapsedAction and ToggleVisibilityAction items while in the "Simple Tabbed Ribbon" template I get the same options plus the ToggleFullScreenAction. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Silverlight and ESRI Development software is up to date as of this week. What must I do to get the ToggleFullScreenAction to work on my system? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate anyones help on this because it would be a nice feature to include with my ArcGIS Silverlight Application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 18:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114281#M2856</guid>
      <dc:creator>VICKIHYNES</dc:creator>
      <dc:date>2011-07-29T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Tabbed Ribbon Template - Full Screen Action</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114282#M2857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 'ToggleFullScreenAction' is not part of the ArcGIS Silverlight API but is provided in some templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the code in the directory 'Actions' and copy it in your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 07:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114282#M2857</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-08-01T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Tabbed Ribbon Template - Full Screen Action</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114283#M2858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I see now what you mean. I copied the ACTION ToggleFullScreenAction.cs class into my app and now it works great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addtion to getting my app to work with this feature this information will also prove helpful going forward with implementing other features from other TEMPLATES. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 19:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/simple-tabbed-ribbon-template-full-screen-action/m-p/114283#M2858</guid>
      <dc:creator>VICKIHYNES</dc:creator>
      <dc:date>2011-08-01T19:44:16Z</dc:date>
    </item>
  </channel>
</rss>

