Select to view content in your preferred language

ArcGIS Viewer -  Logo Distorted?

2408
3
07-25-2013 08:13 AM
GavinMayeda
Deactivated User
I have recently upgraded to version 3.4, and I have noticed that my County Seal is now distorted in to an oblong shape rather than round.

Is there a way to correct this without going in to the source code or creating a new County Seal with extended edges?

As always, all help and suggestions are sincerely appreciated.
Tags (2)
0 Kudos
3 Replies
AnthonyGiles
Honored Contributor
Gavin,

Unfortunately not, you can either resize your images to be as close to the original as you can or change a line of code in the headercontrollerwidget, see this post for more details on doing this:

http://forums.arcgis.com/threads/75025-Headercontroller-Logo-size?highlight=Logo

Regards

Anthony
0 Kudos
GavinMayeda
Deactivated User
Anthony,

Thank you for the response, but I don't see that code in the widget........

This is what I see in the HeaderControllerWidget.xml :

<configuration>
    <about>
        <width>300</width>
        <height>300</height>
        <content>
            <![CDATA[
                <p align='center' width='139' height='139'>
                    <img src='assets/images/globe.png'/>
                    <br/>
                    <br/>
                    <font size="+2"><b><a href="http://resourcesbeta.arcgis.com/en/communities/flex-viewer/" target='_blank'>ArcGIS Viewer for Flex</a></b></font>
                </p>
           ]]>
        </content>
    </about>
</configuration>


I have tried adjusting the width and height values, but the header itself is not adjusting.
0 Kudos
AnthonyGiles
Honored Contributor
Gavin,

The code is in the mxml file not the xml, you will need flash builder to recompile the code,

Regards

Anthony
0 Kudos