<?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: Changing Backgroung color for Pop ups in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160329#M5164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sonali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working. Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps &lt;/STRONG&gt;&lt;SPAN&gt;as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2012 16:27:18 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-10-01T16:27:18Z</dc:date>
    <item>
      <title>Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160326#M5161</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 am using the ArcGIS Viewer for Flex 3.0 (downloaded the online available code). I am trying to figure out how to change the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;highlight color of the small pop up window which appears when&amp;nbsp; I hover the mouse over various elements of the widget. I have attached the screen shot of the application on which I am working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The small window appears with a light yellow background. I want to change that.&amp;nbsp; It should be a simple change but I cant seem to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find it anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help you can provide me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sonali&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 15:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160326#M5161</guid>
      <dc:creator>SonaliVishwakarma</dc:creator>
      <dc:date>2012-10-01T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160327#M5162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sonali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It looks like you are talking about the tooltip... Strange because the style for the tooltip is set by the UIManager.as when using the Flex Viewer App:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Style Tooltip
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var cssStyleDeclarationTooltip:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("mx.controls.ToolTip");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (numberOfStyleColors &amp;gt; 4)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cssStyleDeclarationTooltip.setStyle("color", textColor);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cssStyleDeclarationTooltip.setStyle("backgroundColor", backgroundColor);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cssStyleDeclarationTooltip.setStyle("fontSize", fontSize);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cssStyleDeclarationTooltip.setStyle("fontFamily", fontName);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; topLevelStyleManager.setStyleDeclaration("mx.controls.ToolTip", cssStyleDeclarationTooltip, false);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you done some editing to the source code that overrode this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160327#M5162</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160328#M5163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for guiding me correctly because I forgot that I actually tried messing up with the code in this file earlier.Now that I have corrected it,I have the application working as per me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sonali&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 16:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160328#M5163</guid>
      <dc:creator>SonaliVishwakarma</dc:creator>
      <dc:date>2012-10-01T16:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160329#M5164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sonali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working. Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps &lt;/STRONG&gt;&lt;SPAN&gt;as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 16:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160329#M5164</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-10-01T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160330#M5165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know whether I can ask my query over here or not but I wanted to know how do we set an image for our web page? Should I specify image url in the index.mxml file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sonali&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160330#M5165</guid>
      <dc:creator>SonaliVishwakarma</dc:creator>
      <dc:date>2012-10-01T17:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Backgroung color for Pop ups</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160331#M5166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sonali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When you say image for your web page... Do you mean the favorite icon in the address bar or what exactly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/changing-backgroung-color-for-pop-ups/m-p/160331#M5166</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-10-01T17:38:09Z</dc:date>
    </item>
  </channel>
</rss>

