<?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: how to disappear graphics while zoom out..?? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396144#M9261</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;BR /&gt;&lt;SPAN&gt;Thanks for your Help...It works fine , when i set "map.scale" property in zoom functions. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2012 09:03:35 GMT</pubDate>
    <dc:creator>popmotsy</dc:creator>
    <dc:date>2012-06-23T09:03:35Z</dc:date>
    <item>
      <title>how to disappear graphics while zoom out..??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396142#M9259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on application created in ArcGIS for flex, working on bookmark widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for the selected bookmark application show some graphic and text which shows selected bookmark area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i want to disappear this text and graphics when zoom out from that point. Any idea or help.?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 10:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396142#M9259</guid>
      <dc:creator>popmotsy</dc:creator>
      <dc:date>2012-06-18T10:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to disappear graphics while zoom out..??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396143#M9260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pop,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you set the graphic and text up in an mxd with a scale dependant layer (do not show when zoomed out past) so when you zoom out it turns the graphics off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the graphics are drawn in the viewer itself then on the zoom functions set the code to something&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on zoom out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if(map.scale &amp;gt; 5000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphicsLayer.visible = false; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on zoom in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if(map.scale &amp;lt; 5000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphicsLayer.visible = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396143#M9260</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-06-18T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to disappear graphics while zoom out..??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396144#M9261</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;BR /&gt;&lt;SPAN&gt;Thanks for your Help...It works fine , when i set "map.scale" property in zoom functions. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2012 09:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396144#M9261</guid>
      <dc:creator>popmotsy</dc:creator>
      <dc:date>2012-06-23T09:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to disappear graphics while zoom out..??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396145#M9262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pop,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working, don't forget to mark the post as answered&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2012 15:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-disappear-graphics-while-zoom-out/m-p/396145#M9262</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-06-24T15:12:23Z</dc:date>
    </item>
  </channel>
</rss>

