<?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: widget position in widgetcontainer vertical layout in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-position-in-widgetcontainer-vertical-layout/m-p/295181#M8743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not quite sure what you are asking.&amp;nbsp; If you want to keep it in vertical (which means it will be pinned to the sides of the viewer) but want to have a particular widget at the top, bottom, middle, etc., the order in the vertical layout represents the order opened.&amp;nbsp; So&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;widgetcontainer layout="vertical"&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Legend" x="85" y="50" preload="open" height="550" &amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/Legend32.png" &amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Legend/LegendWidget.xml" &amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Legend/LegendWidget.swf"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="TOC" right="30" top="100" preload="open" height="320" &amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_folder.png" &amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/TOC/TOCWidget.xml" &amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/TOC/TOCWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would open the FV with the Legend widget above the TOC widget, but both pinned to the side of the viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want the widget to be in the center of your viewer, you would use &amp;lt;widgetcontainer layout="float"&amp;gt; instead of vertical.&amp;nbsp; this way, the x, y, top, bottom, right, left tags can be used to set the initial opening position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 16:34:54 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-01-31T16:34:54Z</dc:date>
    <item>
      <title>widget position in widgetcontainer vertical layout</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-position-in-widgetcontainer-vertical-layout/m-p/295180#M8742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to set widget xy position in widgetcontainer layout ="vertical" because when i open my flexviewer application, widget in widgetcontainer layout ="vertical" open in top position. So how do i make the widget in widgetcontainer vertical layout , for exmaple will open in center position of my flexveiwer application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 02:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-position-in-widgetcontainer-vertical-layout/m-p/295180#M8742</guid>
      <dc:creator>ArowanaIndah</dc:creator>
      <dc:date>2013-01-31T02:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: widget position in widgetcontainer vertical layout</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-position-in-widgetcontainer-vertical-layout/m-p/295181#M8743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not quite sure what you are asking.&amp;nbsp; If you want to keep it in vertical (which means it will be pinned to the sides of the viewer) but want to have a particular widget at the top, bottom, middle, etc., the order in the vertical layout represents the order opened.&amp;nbsp; So&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;widgetcontainer layout="vertical"&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Legend" x="85" y="50" preload="open" height="550" &amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/Legend32.png" &amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Legend/LegendWidget.xml" &amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Legend/LegendWidget.swf"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="TOC" right="30" top="100" preload="open" height="320" &amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_folder.png" &amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/TOC/TOCWidget.xml" &amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/TOC/TOCWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would open the FV with the Legend widget above the TOC widget, but both pinned to the side of the viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want the widget to be in the center of your viewer, you would use &amp;lt;widgetcontainer layout="float"&amp;gt; instead of vertical.&amp;nbsp; this way, the x, y, top, bottom, right, left tags can be used to set the initial opening position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 16:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-position-in-widgetcontainer-vertical-layout/m-p/295181#M8743</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-31T16:34:54Z</dc:date>
    </item>
  </channel>
</rss>

