<?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: Enhanced Draw Widget Default Colors in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539129#M12159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys - worked a charm!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jul 2010 15:10:10 GMT</pubDate>
    <dc:creator>JayGeisen</dc:creator>
    <dc:date>2010-07-30T15:10:10Z</dc:date>
    <item>
      <title>Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539125#M12155</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;I was wondering if anyone knows where you can change the default draw and label colors in Robert Scheitlin's Enhanced Draw Widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 19:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539125#M12155</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2010-07-14T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539126#M12156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't you use selectedColor on the ColorPickers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone knows where you can change the default draw and label colors in Robert Scheitlin's Enhanced Draw Widget?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jay&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 11:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539126#M12156</guid>
      <dc:creator>TonyCollins</dc:creator>
      <dc:date>2010-07-15T11:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539127#M12157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tony, could you elaborate a bit please?&amp;nbsp; Is there somewhere in the code that the defaults can be changed from black (000000) to, say, red?&amp;nbsp; I know you can use the color picker when you're in the application, but I'm trying to change the defaults.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed there are two lines in the addGras function that specify colors, but changing the values (to, say, FF0000) does not seem to make any difference.&amp;nbsp; The lines are below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var symColor:Number = 0x000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var symColor2:Number = 0x000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 12:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539127#M12157</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2010-07-15T12:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539128#M12158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Just look in the DrawWidget mxml code and find the mx:ColorPicker 's and set their SelectedColor attribute to the default that you want like Tony said.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 23:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539128#M12158</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-19T23:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539129#M12159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys - worked a charm!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 15:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539129#M12159</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2010-07-30T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Draw Widget Default Colors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539130#M12160</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;I am having a similar issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just noticed the labeling for the measurements no longer display when using the measurement tools. I've recently changed my mapping application from using dynamic services to tiled services. Also, the draw circle tool does not draw at all. I am using 26914 as my UTM WKID. I can draw lines, rectangles, polygons, etc.....but it does not display the measurements when I check the checkbox, "show measurements".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did fix the issue with the circle being drawn, but no lables are visible regarding measurements&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;***I solved this issue by re-arranging the my basemaps. I guess it had to do with the spatial ref&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 11:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/enhanced-draw-widget-default-colors/m-p/539130#M12160</guid>
      <dc:creator>jerrysalinas</dc:creator>
      <dc:date>2010-08-17T11:17:32Z</dc:date>
    </item>
  </channel>
</rss>

