<?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: Adding picture to Info Symbol in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69425#M1564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sample may help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=InfoSymbolBasics"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=InfoSymbolBasics&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 May 2010 16:11:44 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-05-28T16:11:44Z</dc:date>
    <item>
      <title>Adding picture to Info Symbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69424#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm building a custom flex application and am using the Info Symbol to display identify results in a datagrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But now I'm wondering if it's possible to display a picture in the Info Symbol? I know it's possible using the Info Window, but how would I go about adding it to the Info Symbol?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I would like to know if it's possible to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Return the identify results in a fixed order: either alphabetical or just manually&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Set the InfoSymbol label to use an attribute name from the database like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;mx:VBox label="{data.CELL_NAME}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This approach is working for the Info Window but the Info Symbol only shows the label background without any text for me...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Alot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 12:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69424#M1563</guid>
      <dc:creator>Alexandervan_der_Schans</dc:creator>
      <dc:date>2010-05-28T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding picture to Info Symbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69425#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sample may help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=InfoSymbolBasics"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=InfoSymbolBasics&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 16:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69425#M1564</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-05-28T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding picture to Info Symbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69426#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dasa!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But how can you let the picture be loaded from an attribute in the database? In the sample you manually have to link to the picture location, but I would like to have the picture be automatically added from the database. I have over 1000 point features which all have the photo attribute so otherwise it's going to take a looong time!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 09:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69426#M1565</guid>
      <dc:creator>Alexandervan_der_Schans</dc:creator>
      <dc:date>2010-05-31T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding picture to Info Symbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69427#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the attribute in the database in the form of a URL? If yes, then you can use a QueryTask to get the features with the attribute and the only change to the infoRenderer would be to update the code to use your attribute name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 18:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/adding-picture-to-info-symbol/m-p/69427#M1566</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-06-01T18:01:34Z</dc:date>
    </item>
  </channel>
</rss>

