<?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 How do I combine TextSymbol and a picture symbol as we do in Esri Flex API? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450524#M41596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to JS API, Is there any way out to create TextSymbol and Picture Symbol at a map point so that they would act as a single symbol when I move and rotate them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This feature is available in Flex API (compositeSymbol). How can I accomplish the same in JS? Is there any other workout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same question is asked by me at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/85395-Composite-Symbol-like-Esri-Flex-API"&gt;http://forums.arcgis.com/threads/85395-Composite-Symbol-like-Esri-Flex-API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 10:32:45 GMT</pubDate>
    <dc:creator>omega_cancer</dc:creator>
    <dc:date>2013-11-21T10:32:45Z</dc:date>
    <item>
      <title>How do I combine TextSymbol and a picture symbol as we do in Esri Flex API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450524#M41596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to JS API, Is there any way out to create TextSymbol and Picture Symbol at a map point so that they would act as a single symbol when I move and rotate them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This feature is available in Flex API (compositeSymbol). How can I accomplish the same in JS? Is there any other workout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same question is asked by me at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/85395-Composite-Symbol-like-Esri-Flex-API"&gt;http://forums.arcgis.com/threads/85395-Composite-Symbol-like-Esri-Flex-API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450524#M41596</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2013-11-21T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I combine TextSymbol and a picture symbol as we do in Esri Flex API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450525#M41597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I moved from FLEX to JavaScript a couple years ago and I've not seen anything.&amp;nbsp; If you come up with a substitute, I'd like to know about it.&amp;nbsp; In FLEX, I used a composite symbol pretty regularly, mostly as a way to highlight a feature when I did a mouse over on a grid row.&amp;nbsp; I found a workaround for that, but that's not the same as what you're describing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450525#M41597</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2013-11-21T13:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I combine TextSymbol and a picture symbol as we do in Esri Flex API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450526#M41598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As you've noticed, the Javascript API does not have a direct CompositeSymbol equivalent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Derek wrote up some alternative at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/51513-Custom-marker-symbols?p=176146&amp;amp;viewfull=1#post176146:"&gt;http://forums.arcgis.com/threads/51513-Custom-marker-symbols?p=176146&amp;amp;viewfull=1#post176146:&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;* Use two points, one with the PictureMarkerSymbol and the other with the TextSymbol. If that's hard to do while moving the icon, you could turn off the TextSymbol while moving.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Use something like &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/51513-Custom-marker-symbols?p=176146&amp;amp;viewfull=1#post176146"&gt;Sathya's infoTip sample&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 00:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450526#M41598</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-11-22T00:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I combine TextSymbol and a picture symbol as we do in Esri Flex API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450527#M41599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I have few hundred picture symbols to show on map each requiring at least three text symbols. I think this would be a costly solution but that is what it is available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any news about it in future releases?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 09:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-combine-textsymbol-and-a-picture-symbol/m-p/450527#M41599</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2013-11-22T09:36:34Z</dc:date>
    </item>
  </channel>
</rss>

