I am pretty new to the Flex Viewer arena. I am trying to find where the reference to the "Powered by ESRI" logo (lower right corner of the map window) is located. I have found references in other older threads to the MapManager.mxml, but I cannot find this on the server (wondering if this is a version difference???)
Any help would be appreciated Thanks Eric Venden Gurnee, IL
The logo comes from the ArcGIS API for Flex. You can hide it by setting adding this to the MapManager's partAdded() function:
map.logoVisible = false;
Hi,
Where can I find MapManager.mxml? I have only 'assets' and 'widgets' folders and these contain swf, xml, swz, html, js, and txt. There are no .mxml files anywhere in my directory structure. Did I need to do something different to get these files?
Thanks - that is actually what I had tried (numerous times) without success. I could get it to go to the right of the page or the left of the page; however, it WOULD NOT go to the bottom of the page! In the end it only worked by me telling it to go from the top"840" - which was a bit ridiculous - but at least it FINALLY put it at the bottom right hand corner of my map where I wished it to go.
CKTIA07 - be aware that when your map is viewed on a different sized screen it will still place that image 840 pixels from the top...so if you have a huge screen it might place it nearer the middle of the screen rather than on the bottom.
Any clue why when I tell it (static image widget) to go to the bottom and far right of my page it shows up in the middle on the far right side - no matter what number I put in (ie: bottom "0" or bottom "20") in the config.xml? Thanks!
I had tried a couple different city logos to no avail; however, I just tried another 'smaller' image and it worked. So I created a smaller city logo and that seemed to work as well!
...is there a way for a non- flex developer to remove the logo? Really we do not have the flex builder to be able to compile the sorce code if we make any changes ...