<?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 InfoWindow.label not showing up in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-label-not-showing-up/m-p/75147#M1716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Flex SDK 4.6 and ArcGIS API 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spent all day uprading a current application from Flex 4.0/ArcGIS 2.3 to Flex 4.6/ArcGIS 3.1 to make it easier for me to maintain going forward.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've pretty much nailed everything down except now, my InfoWindows no longer display the label in the header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our InfoWindows display a lot of varying information, so I have a class that looks like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;public class MyInfoWindowRenderer extends SkinnableComponent implements IGraphicRenderer {}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;This allows me to skin the InfoWindow and access the graphic to get access to it's source layer and so on. This has always worked just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a Graphic is loaded, I set the infoWindow label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
public function set graphic(value:Graphic):void
{
// graphic stuff
&amp;nbsp;&amp;nbsp;&amp;nbsp; _map.infoWindow.label = "Some info based on Graphic";
}
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I even tried setting the label to a default text. If I debug, I can that the infoWindow.label is set correctly, and I can even see that infoWindow.labelText::m_label is set. infoWindow.labelVisible is true and I verified that to make sure nothing weird was going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point, I'm at a loss. It's been quite some time since I've done Flex dev, I mostly maintain these days, so any tips on what could be causing this issue would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 19:21:43 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2013-01-28T19:21:43Z</dc:date>
    <item>
      <title>InfoWindow.label not showing up</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-label-not-showing-up/m-p/75147#M1716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Flex SDK 4.6 and ArcGIS API 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spent all day uprading a current application from Flex 4.0/ArcGIS 2.3 to Flex 4.6/ArcGIS 3.1 to make it easier for me to maintain going forward.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've pretty much nailed everything down except now, my InfoWindows no longer display the label in the header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our InfoWindows display a lot of varying information, so I have a class that looks like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;public class MyInfoWindowRenderer extends SkinnableComponent implements IGraphicRenderer {}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;This allows me to skin the InfoWindow and access the graphic to get access to it's source layer and so on. This has always worked just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a Graphic is loaded, I set the infoWindow label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
public function set graphic(value:Graphic):void
{
// graphic stuff
&amp;nbsp;&amp;nbsp;&amp;nbsp; _map.infoWindow.label = "Some info based on Graphic";
}
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I even tried setting the label to a default text. If I debug, I can that the infoWindow.label is set correctly, and I can even see that infoWindow.labelText::m_label is set. infoWindow.labelVisible is true and I verified that to make sure nothing weird was going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point, I'm at a loss. It's been quite some time since I've done Flex dev, I mostly maintain these days, so any tips on what could be causing this issue would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 19:21:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-label-not-showing-up/m-p/75147#M1716</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2013-01-28T19:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: InfoWindow.label not showing up</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-label-not-showing-up/m-p/75148#M1717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try adding a label:String property to MyInfoWindowRenderer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 15:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-label-not-showing-up/m-p/75148#M1717</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-02-09T15:53:30Z</dc:date>
    </item>
  </channel>
</rss>

