<?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: Color Scheme Change in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723478#M21851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Malcolm,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Did you make any code changes in the UIManager.as or the default.css? It looks like you changed the ChromeColor some where at a global level.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I'm concerned, I have not made any code changes in the UIManager.as.&amp;nbsp; I even went head and found the default code for the UIManager.as (&lt;/SPAN&gt;&lt;A href="http://code.google.com/p/geomine/source/browse/OSMFlexViewer-2.5/src/com/esri/viewer/managers/UIManager.as?r=337" rel="nofollow noopener noreferrer" target="_blank"&gt;HERE&lt;/A&gt;&lt;SPAN&gt;) and replaced that with what I had and still the problem persists.&amp;nbsp; As for the defaults.css, nothing had been changed as seen here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;/* CSS file - Standard Stylesheet */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace esri "http://www.esri.com/2008/ags";
@namespace viewer "com.esri.viewer.*";
@namespace viewerComps "com.esri.viewer.components.*";
@namespace apiComps "com.esri.ags.components.*";

esri|PopUpRenderer
{
 skinClass: ClassReference("com.esri.viewer.skins.PopUpRendererSkin");
}

viewer|WidgetTemplate
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-alpha: 0.8;
&amp;nbsp;&amp;nbsp;&amp;nbsp; borderStyle: solid;
&amp;nbsp;&amp;nbsp;&amp;nbsp; borderThickness: 1;
&amp;nbsp;&amp;nbsp;&amp;nbsp; cornerRadius: 5;
&amp;nbsp;&amp;nbsp;&amp;nbsp; dropShadowVisible: true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; horizontalScrollPolicy: off;
&amp;nbsp;&amp;nbsp;&amp;nbsp; shadowDirection: right;
&amp;nbsp;&amp;nbsp;&amp;nbsp; shadowDistance: 5;
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.WidgetTemplateSkin");
}

viewerComps|TitlebarButton
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.TitlebarButtonSkin");
}

.BannerTitle
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-bottom: 2;
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-top: 4;
}

.BannerSubtitle
{
&amp;nbsp; 
}

.WidgetTitle
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; fontWeight: bold;
}


s|VScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.VScrollBarSkin");
}

mx|VScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowUpSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowOverSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowDownSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowUpSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowOverSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowDownSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbDownSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbUpSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbOverSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; trackSkin: Embed(source="assets/images/track.png");
}

s|HScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.HScrollBarSkin");
}

mx|HScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowUpSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowOverSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowDownSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowUpSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowOverSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowDownSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbDownSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbUpSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbOverSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; trackSkin: Embed(source="assets/images/track.png");
}
global
{
 content-background-alpha: 1.0;
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 06:56:48 GMT</pubDate>
    <dc:creator>MalcolmEchaluce</dc:creator>
    <dc:date>2021-12-12T06:56:48Z</dc:date>
    <item>
      <title>Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723474#M21847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know how else to title this so please excuse that right off the bat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a flex application that all of a sudden switched up in colors on me.&amp;nbsp; Please see image of the awful white controls.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22383[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know which widget, control, xml, etc., this part of the application is for me to take a look at and see why it changed the color on me all of a sudden?&amp;nbsp; Maybe at one point, I got too clicky or careless and either deleted something or typed something within the line of code for that, but I am having a very difficult time trying to revert back to the blue that it was as shown behind the other widgets on the top menu.&amp;nbsp; It also shows plain white as the background (and it should be bluish) for the contents of the widgets as well (see image)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22385[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723474#M21847</guid>
      <dc:creator>MalcolmEchaluce</dc:creator>
      <dc:date>2013-03-05T19:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723475#M21848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rscheitlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Malcolm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What does your main config.xml style elment look like?&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;lt;style&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colors&amp;gt;0xffffff,0x103c87,0x359dc6,0x294867,0xffffff&amp;lt;/colors&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;alpha&amp;gt;0.8&amp;lt;/alpha&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723475#M21848</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T06:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723476#M21849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Malcolm,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What does your main config.xml style elment look like?&lt;BR /&gt;&lt;BR /&gt; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As always, I appreciate your response.&amp;nbsp; I've checked that particular line of code in my config.xml before and found no problems with it at all.&amp;nbsp; I thought that I was missing some color then but here's that line of code anyway:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;style&amp;gt;
 &amp;lt;colors&amp;gt;0xFFFFFF,0x0174DF,0x101010,0x00BFFF,0xFFFFFF&amp;lt;/colors&amp;gt;
 &amp;lt;alpha&amp;gt;0.8&amp;lt;/alpha&amp;gt;
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723476#M21849</guid>
      <dc:creator>MalcolmEchaluce</dc:creator>
      <dc:date>2021-12-12T06:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723477#M21850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rscheitlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Malcolm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you make any code changes in the UIManager.as or the default.css? It looks like you changed the ChromeColor some where at a global level.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 11:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723477#M21850</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-03-07T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723478#M21851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Malcolm,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Did you make any code changes in the UIManager.as or the default.css? It looks like you changed the ChromeColor some where at a global level.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I'm concerned, I have not made any code changes in the UIManager.as.&amp;nbsp; I even went head and found the default code for the UIManager.as (&lt;/SPAN&gt;&lt;A href="http://code.google.com/p/geomine/source/browse/OSMFlexViewer-2.5/src/com/esri/viewer/managers/UIManager.as?r=337" rel="nofollow noopener noreferrer" target="_blank"&gt;HERE&lt;/A&gt;&lt;SPAN&gt;) and replaced that with what I had and still the problem persists.&amp;nbsp; As for the defaults.css, nothing had been changed as seen here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;/* CSS file - Standard Stylesheet */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace esri "http://www.esri.com/2008/ags";
@namespace viewer "com.esri.viewer.*";
@namespace viewerComps "com.esri.viewer.components.*";
@namespace apiComps "com.esri.ags.components.*";

esri|PopUpRenderer
{
 skinClass: ClassReference("com.esri.viewer.skins.PopUpRendererSkin");
}

viewer|WidgetTemplate
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-alpha: 0.8;
&amp;nbsp;&amp;nbsp;&amp;nbsp; borderStyle: solid;
&amp;nbsp;&amp;nbsp;&amp;nbsp; borderThickness: 1;
&amp;nbsp;&amp;nbsp;&amp;nbsp; cornerRadius: 5;
&amp;nbsp;&amp;nbsp;&amp;nbsp; dropShadowVisible: true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; horizontalScrollPolicy: off;
&amp;nbsp;&amp;nbsp;&amp;nbsp; shadowDirection: right;
&amp;nbsp;&amp;nbsp;&amp;nbsp; shadowDistance: 5;
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.WidgetTemplateSkin");
}

viewerComps|TitlebarButton
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.TitlebarButtonSkin");
}

.BannerTitle
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-bottom: 2;
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-top: 4;
}

.BannerSubtitle
{
&amp;nbsp; 
}

.WidgetTitle
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; fontWeight: bold;
}


s|VScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.VScrollBarSkin");
}

mx|VScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowUpSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowOverSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowDownSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowUpSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowOverSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowDownSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbDownSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbUpSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbOverSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; trackSkin: Embed(source="assets/images/track.png");
}

s|HScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass: ClassReference("com.esri.viewer.skins.HScrollBarSkin");
}

mx|HScrollBar
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowUpSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowOverSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; downArrowDownSkin: Embed(source="assets/images/arrow_down.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowUpSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowOverSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; upArrowDownSkin: Embed(source="assets/images/arrow_up.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbDownSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbUpSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; thumbOverSkin: Embed(source="assets/images/thumb.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; trackSkin: Embed(source="assets/images/track.png");
}
global
{
 content-background-alpha: 1.0;
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723478#M21851</guid>
      <dc:creator>MalcolmEchaluce</dc:creator>
      <dc:date>2021-12-12T06:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723479#M21852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rscheitlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Malcolm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am not sure where to point you from here. All the things I had you check are the likely culprits, short of that I really don't know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could try and use a different color scheme like the black and gold and see if it changes anything:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;style&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colors&amp;gt;0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700&amp;lt;/colors&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;alpha&amp;gt;0.8&amp;lt;/alpha&amp;gt;
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723479#M21852</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723480#M21853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Malcolm,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I am not sure where to point you from here. All the things I had you check are the likely culprits, short of that I really don't know.&lt;BR /&gt;&lt;BR /&gt;You could try and use a different color scheme like the black and gold and see if it changes anything:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;style&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colors&amp;gt;0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700&amp;lt;/colors&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;alpha&amp;gt;0.8&amp;lt;/alpha&amp;gt;
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Robert. I have changed it before and it didn't fix the problem.&amp;nbsp; I appreciate all your advice though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723480#M21853</guid>
      <dc:creator>MalcolmEchaluce</dc:creator>
      <dc:date>2021-12-12T06:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Color Scheme Change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723481#M21854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rzufelt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Malcolm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like maybe you are using an older viewer?&amp;nbsp; What version is it?&amp;nbsp; any chance you have upgraded some skins or something from a newer version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 19:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/color-scheme-change/m-p/723481#M21854</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-03-07T19:39:05Z</dc:date>
    </item>
  </channel>
</rss>

