<?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 arcgis api flex on mobile in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-flex-on-mobile/m-p/462082#M10633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is some time I'm trying to develop mobile applications with api flex 3.0 in flash builder 4.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a form containing layers and i use checkbox for on / off&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;esri:Map extent="{initialExtent}" wrapAround180="true" zoomSliderVisible="false" id="myMap"&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer url="http://xxxxxxxxxxxxxxx/ArcGIS/rest/services/xxxxxxxxxxxx/MapServer" visible="{Prost.selected}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha="{layer1.value}"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
 &amp;lt;s:TitleWindow x="415" y="327" width="334" height="230" backgroundAlpha="0.5" contentBackgroundAlpha="0.5"&amp;nbsp; title="Layer" id="layerToc" close="layerToc.visible=false"&amp;gt;
&amp;nbsp; &amp;lt;s:CheckBox id="Prost" selected="false" label="P" x="8" y="5" fontWeight="bold" color="#FFFFFF"/&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; &amp;lt;s:HSlider x="16" y="45" width="248" height="26" id="layer1" minimum="0" maximum="1" value="1" snapInterval=".01"/&amp;gt;
 &amp;lt;/s:TitleWindow&amp;gt;
 &amp;lt;s:Form x="12" y="411" width="63" height="179" backgroundAlpha="0.5"&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;s:Button width="38" height="42" icon="assets/i_legend2.png" label="Layer" id="layerPanel"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; click="layerToc.visible ? layerToc.visible=false: layerToc.visible=true"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i would like to create a toc layer in a different view but&amp;nbsp; using this way of working I can not move the display of layers from one view to another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone help me or direct me on a few examples to study?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;goodbye&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 16:36:47 GMT</pubDate>
    <dc:creator>francescodi_vito</dc:creator>
    <dc:date>2012-10-29T16:36:47Z</dc:date>
    <item>
      <title>arcgis api flex on mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-flex-on-mobile/m-p/462082#M10633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is some time I'm trying to develop mobile applications with api flex 3.0 in flash builder 4.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a form containing layers and i use checkbox for on / off&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;esri:Map extent="{initialExtent}" wrapAround180="true" zoomSliderVisible="false" id="myMap"&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer url="http://xxxxxxxxxxxxxxx/ArcGIS/rest/services/xxxxxxxxxxxx/MapServer" visible="{Prost.selected}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha="{layer1.value}"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
 &amp;lt;s:TitleWindow x="415" y="327" width="334" height="230" backgroundAlpha="0.5" contentBackgroundAlpha="0.5"&amp;nbsp; title="Layer" id="layerToc" close="layerToc.visible=false"&amp;gt;
&amp;nbsp; &amp;lt;s:CheckBox id="Prost" selected="false" label="P" x="8" y="5" fontWeight="bold" color="#FFFFFF"/&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; &amp;lt;s:HSlider x="16" y="45" width="248" height="26" id="layer1" minimum="0" maximum="1" value="1" snapInterval=".01"/&amp;gt;
 &amp;lt;/s:TitleWindow&amp;gt;
 &amp;lt;s:Form x="12" y="411" width="63" height="179" backgroundAlpha="0.5"&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;s:Button width="38" height="42" icon="assets/i_legend2.png" label="Layer" id="layerPanel"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; click="layerToc.visible ? layerToc.visible=false: layerToc.visible=true"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i would like to create a toc layer in a different view but&amp;nbsp; using this way of working I can not move the display of layers from one view to another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone help me or direct me on a few examples to study?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;goodbye&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 16:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-api-flex-on-mobile/m-p/462082#M10633</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2012-10-29T16:36:47Z</dc:date>
    </item>
  </channel>
</rss>

