<?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: Flexviewer and a Flex Sidebar in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50704#M1189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, it's not THAT easy. And also the cutomization is for commercial use, so posting source here isn't an option ( Of course I would do that...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I started by creating a custom WidgetTemplateSkin ( that one is used for the subwidgets ), a custom ConfigManager and WidgetManager ( to configure and load the subwidgets from the widgets config - so you get the same comfort as with the main config ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I created a widget without an templateSkin and place it to the left or the right above the map ( or the map is moved to left/right). I attach to resize event, so that the container get's resized when the window resized.... I'm adding subwidgets via addChild() Flash/Flex method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2012 06:07:49 GMT</pubDate>
    <dc:creator>PeterPuck</dc:creator>
    <dc:date>2012-01-31T06:07:49Z</dc:date>
    <item>
      <title>Flexviewer and a Flex Sidebar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50700#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how a specific layout is archived. But I don't know where to start or how the FlexViewer is compatible/supporting my idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First a link: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://maps.simcoe.ca/TourismMap/?EXTENT=-9105618.500165684,-8598688.128578639,5403819.282035605,5657590.215942268"&gt;http://maps.simcoe.ca/TourismMap/?EXTENT=-9105618.500165684,-8598688.128578639,5403819.282035605,5657590.215942268&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to setup / program an application which also has such an fine sidebar &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; However, I think that the FlexViewer widgets are bound to be on of the Map, is this right? So I would have to code my own index.mxml ? Is it possible to attach widgets "into" such an sidebar, instead of opening them on top of the viewer? Which controls should I look for? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could post more questions, but maybe you see, I'm seeking for a bit of orientation... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hint is appreciated! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets &amp;amp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 10:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50700#M1185</guid>
      <dc:creator>PeterPuck</dc:creator>
      <dc:date>2011-11-24T10:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer and a Flex Sidebar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50701#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Peter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Flex viewer you link is custom and is not the typical ESRI Flex Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It uses the Flex API, but not the ESRI Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you wanted to use the default Flex Viewer, you might want to change the layout type. That might give you what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;widgetcontainer layout="left"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Widget_Container_tag/01m300000003000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Widget_Container_tag/01m300000003000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this post is a little late, but I thought I would answer it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50701#M1186</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2012-01-30T12:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer and a Flex Sidebar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50702#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my solution ( based on the ESRI Flex viewer &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a "sidebar" widget with custom skin.&amp;nbsp; I've also made it that the sidebar widget can load subwidgets - in fact it's just an widget placed into the sidebar as a child of the tab control.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It needs several lines of new code here and there, but in the end it can be managed without much trouble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 13:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50702#M1187</guid>
      <dc:creator>PeterPuck</dc:creator>
      <dc:date>2012-01-30T13:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer and a Flex Sidebar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50703#M1188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm new to the Flex API.&amp;nbsp; Do you have any example of loading subwidgets?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50703#M1188</guid>
      <dc:creator>JohnLucotch</dc:creator>
      <dc:date>2012-01-30T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer and a Flex Sidebar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50704#M1189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, it's not THAT easy. And also the cutomization is for commercial use, so posting source here isn't an option ( Of course I would do that...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I started by creating a custom WidgetTemplateSkin ( that one is used for the subwidgets ), a custom ConfigManager and WidgetManager ( to configure and load the subwidgets from the widgets config - so you get the same comfort as with the main config ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I created a widget without an templateSkin and place it to the left or the right above the map ( or the map is moved to left/right). I attach to resize event, so that the container get's resized when the window resized.... I'm adding subwidgets via addChild() Flash/Flex method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-and-a-flex-sidebar/m-p/50704#M1189</guid>
      <dc:creator>PeterPuck</dc:creator>
      <dc:date>2012-01-31T06:07:49Z</dc:date>
    </item>
  </channel>
</rss>

