<?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: ZoomSlier (API-2) in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725921#M16132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert and Odoe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.validateNow works fine. But the other solution Update Complete is throwing all sort of errors...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zahid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 14:42:04 GMT</pubDate>
    <dc:creator>ZahidChaudhry</dc:creator>
    <dc:date>2010-09-08T14:42:04Z</dc:date>
    <item>
      <title>ZoomSlier (API-2)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725918#M16129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to hide zoom slider but no luck. It is working but not when i want it to work..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is what i am doing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protected function createhideSler():void{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;myMap.zoomSliderVisible=false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;createPDF();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protected function createPDF():void{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it hides the slider but at the end of the PDF creation. Any Help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zahid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 19:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725918#M16129</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2010-09-07T19:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: ZoomSlier (API-2)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725919#M16130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Zahid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Try myMap.validateNow(); before the pdf call.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 19:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725919#M16130</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-07T19:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: ZoomSlier (API-2)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725920#M16131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you'll need to listen for the UPDATE_COMPLETE event from the map after turning off the zoom slider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
map.addEventListener(FlexEvent.UPDATE_COMPLETE, onUpdateComplete_handler);
map.zoomSliderVisible = false;
function onUpdateComplete_handler(e:FlexEvent):void {
 map.removeEventListener(FlexEvent.UPDATE_COMPLETE, onUpdateComplete_handler);
 createPDF();
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725920#M16131</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-12-12T07:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: ZoomSlier (API-2)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725921#M16132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert and Odoe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.validateNow works fine. But the other solution Update Complete is throwing all sort of errors...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zahid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/zoomslier-api-2/m-p/725921#M16132</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2010-09-08T14:42:04Z</dc:date>
    </item>
  </channel>
</rss>

