<?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: Making map background (no data areas) color white? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215679#M5062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the beta it is correct that you need to download the source code for the viewer, then use Flash Builder to compile the CSS into SWF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in version 2.1 of the ArcGIS Viewer for Flex (once it is released) you will be able to set the main colors in the main configuration file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Aug 2010 04:14:31 GMT</pubDate>
    <dc:creator>BjornSvensson</dc:creator>
    <dc:date>2010-08-26T04:14:31Z</dc:date>
    <item>
      <title>Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215673#M5056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would this be done in the MXD, config.xml or in stylesheet swf?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 17:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215673#M5056</guid>
      <dc:creator>jameshawks</dc:creator>
      <dc:date>2010-08-24T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215674#M5057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The CSS is where you would do this if you are talking about a FlexViewer App (either 1.3 or 2.0). But if you are just talking a non Flex Viewer app than you can just set the backgroundColor of the Application element.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 22:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215674#M5057</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-24T22:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215675#M5058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is in the Flex Viewer 2.0. So I suspect it would be in one of swfs ? Blackgold, ligherside etc?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215675#M5058</guid>
      <dc:creator>jameshawks</dc:creator>
      <dc:date>2010-08-25T19:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215676#M5059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Yep, by default the FlexViewer 2.0 use blackgold.css&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you would change the background-color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Application
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #333333;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* behind the map.&amp;nbsp; Spark default is #FFFFFF; */
&amp;nbsp;&amp;nbsp;&amp;nbsp; /* affects only non-Modules : HTMLPopup (SplashWidget and "About") */
&amp;nbsp;&amp;nbsp;&amp;nbsp; color: black;
&amp;nbsp;&amp;nbsp;&amp;nbsp; /* affects only title/subtitle (unless .BannerTitle is in this file) and non-Modules : HTMLPopup (SplashWidget and "About") */
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 12;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215676#M5059</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215677#M5060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still a bit confused about those "CSS" files (blackgold, lighterside, etc). They're not traditional CSS files, they are in .swf format. Which means I need the mxml files to recompile them in flashbuildier and the mxml files dont come with the flex viewer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 20:38:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215677#M5060</guid>
      <dc:creator>jameshawks</dc:creator>
      <dc:date>2010-08-25T20:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215678#M5061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; To adjust the CSS files you have to have the Source code for the FlexViewer and adjust the values in the CSS and then have them recompile to swf.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 20:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215678#M5061</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-25T20:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215679#M5062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the beta it is correct that you need to download the source code for the viewer, then use Flash Builder to compile the CSS into SWF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in version 2.1 of the ArcGIS Viewer for Flex (once it is released) you will be able to set the main colors in the main configuration file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 04:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215679#M5062</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-08-26T04:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215680#M5063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;However, in version 2.1 of the ArcGIS Viewer for Flex (once it is released) you will be able to set the main colors in the main configuration file.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Bjorn, is there a proposed release date yet? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215680#M5063</guid>
      <dc:creator>MLowry</dc:creator>
      <dc:date>2010-08-26T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215681#M5064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found a blackgold.css in the source files. I edited that and replaced the pointed to blackgold.swf to blackgold.css and it worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215681#M5064</guid>
      <dc:creator>jameshawks</dc:creator>
      <dc:date>2010-08-26T13:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Making map background (no data areas) color white?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215682#M5065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you set it up to where the outside around the map is white....and then the actual basemap or map itself is a different color? Can you do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 15:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/making-map-background-no-data-areas-color-white/m-p/215682#M5065</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-09-17T15:00:41Z</dc:date>
    </item>
  </channel>
</rss>

