Background Color

944
3
Jump to solution
03-01-2013 05:39 AM
GeorgePapamihalakis
New Contributor III
Is there a way to change the background color of the application? I am using my Parcel layer as my basemap and would like the change the background to something that is a little bit easier on the eyes.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Frequent Contributor
George,

You can add a sixth colour to the colors tag in the main config which will be used as the applications background colour,see:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Setting_styles_for_the_Viewer/0...

E.g.

<colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700,0x000000</colors>

Would give a black background


Regards

Anthony

View solution in original post

0 Kudos
3 Replies
AnthonyGiles
Frequent Contributor
George,

You can add a sixth colour to the colors tag in the main config which will be used as the applications background colour,see:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Setting_styles_for_the_Viewer/0...

E.g.

<colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700,0x000000</colors>

Would give a black background


Regards

Anthony
0 Kudos
GeorgePapamihalakis
New Contributor III
Hmm, now that I changed the background color I am getting error messages with a Fault code: 400. My other dataviewers seem to be working. Im gonna try rebooting the server.
0 Kudos
GeorgePapamihalakis
New Contributor III
Nvm, seems as if adding my parcels layer as the basemap is what is really making it have a fit.
0 Kudos