<?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: LabelOptions refreshing when zooming in? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354808#M8385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Joe,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; This sample shows how label options are applied to one specific layer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That sample is a good example of what I'm trying to avoid. As you can see when the user changes the label placement options from the drop down list, it alters the label placement options for all three fields. I'm hoping I could use the same drop down list to change one fields label options and then, display a second layer/field and change the label options again with the same form, but not alter my first layer/field label options. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like an instanced form I guesse?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 07:39:48 GMT</pubDate>
    <dc:creator>JoeHewitt</dc:creator>
    <dc:date>2013-06-20T07:39:48Z</dc:date>
    <item>
      <title>LabelOptions refreshing when zooming in?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354806#M8383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is my dynamic LabelOptions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;esri:LabelOptions 

alpha="{alphaTransparency.value}"
color="{color.selectedColor}"
fontFamily="{fontFamily.selectedItem}"
 fontSize="{fontSize.value}"
fontStyle="{fontStyle.selectedItem}"
fontWeight="{fontWeight.selectedItem}"
haloAlpha="{haloAlpha.value}"
 haloColor="{haloColor.selectedColor}"
haloSize="{haloSize.value}"
/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which gets set by a user from my form I present in a widget: e.g&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;s:FormItem label="Alpha:"&amp;gt;

&amp;lt;s:HSlider id="alphaTransparency"
 width="100%"
 change="setLabelOptions()"
 liveDragging="true"
maximum="1"
minimum="0"
stepSize="0.1"
 value="1"/&amp;gt;
&amp;lt;/s:FormItem&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;s:FormItem label="Colour:"&amp;gt;

&amp;lt;mx:ColorPicker id="color"
change="setLabelOptions()"
selectedColor="0x333333"/&amp;gt;
&amp;lt;/s:FormItem&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I zoom in it grabs all of the LabelOptions again, meaning my form is only useful for one layer, as changing the form options for a second layer will change it for my first layer too when I zoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to be able to set the LabelOptions for one layer and make them final, and choose a second layer LabelOptions which will not alter my first?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone think of any solutions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- A dynamic form?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Zooming only changing the labelsize and not all of labeloptions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 01:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354806#M8383</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-06-19T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: LabelOptions refreshing when zooming in?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354807#M8384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This sample shows how label options are applied to one specific layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 11:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354807#M8384</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-06-19T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: LabelOptions refreshing when zooming in?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354808#M8385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Joe,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; This sample shows how label options are applied to one specific layer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000080000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That sample is a good example of what I'm trying to avoid. As you can see when the user changes the label placement options from the drop down list, it alters the label placement options for all three fields. I'm hoping I could use the same drop down list to change one fields label options and then, display a second layer/field and change the label options again with the same form, but not alter my first layer/field label options. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like an instanced form I guesse?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 07:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/labeloptions-refreshing-when-zooming-in/m-p/354808#M8385</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-06-20T07:39:48Z</dc:date>
    </item>
  </channel>
</rss>

