<?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: Change Symbol color in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93705#M2164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is easy - simply change the symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; &amp;lt;esri:SimpleMarkerSymbol id="bluecircle" size="15" color="0x0000FF" style="circle" alpha="0.5"/&amp;gt;
&amp;nbsp; &amp;lt;esri:SimpleMarkerSymbol id="redcircle" size="15" color="0xFF0000" style="circle" alpha="1.0"/&amp;gt;

//Initially
var g:Graphic = new Graphic(p, bluecircle);


//then later
g.symbol=redcircle;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 23:35:00 GMT</pubDate>
    <dc:creator>AndreSmit</dc:creator>
    <dc:date>2021-12-10T23:35:00Z</dc:date>
    <item>
      <title>Change Symbol color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93704#M2163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This should be easy I guess. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to change the color of my SimpleMarkerSymbols added to my Map (when I click on it say). Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 17:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93704#M2163</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2010-05-10T17:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Symbol color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93705#M2164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is easy - simply change the symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; &amp;lt;esri:SimpleMarkerSymbol id="bluecircle" size="15" color="0x0000FF" style="circle" alpha="0.5"/&amp;gt;
&amp;nbsp; &amp;lt;esri:SimpleMarkerSymbol id="redcircle" size="15" color="0xFF0000" style="circle" alpha="1.0"/&amp;gt;

//Initially
var g:Graphic = new Graphic(p, bluecircle);


//then later
g.symbol=redcircle;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93705#M2164</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2021-12-10T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Symbol color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93706#M2165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's an example showing rock quarries in Texas. Data is retrieved from an SQL database server using python and mod_wsgi on an Apache server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pavements2.ce.utexas.edu/quarry2/index.html"&gt;http://pavements2.ce.utexas.edu/quarry2/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click on the datagrid to view the source.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 12:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-symbol-color/m-p/93706#M2165</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2010-05-11T12:32:52Z</dc:date>
    </item>
  </channel>
</rss>

