What if you are creating your application from scratch just using the the API and not Flex Viewer? I have no MapManager.mxml. Is there a snippet of code I can slip into the default.mxml to remove the logo? Thanks.
<esri:Map logoVisible="false">
...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 ...
In the new Flex Viewer 2.2 - you can remove the ESRI Logo in the config.xml<esrilogovisible>
<!-- UI elements -->
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;
<widget bottom="2" right="27" config="widgets/StaticImage/StaticImageWidget.xml" url="widgets/StaticImage/StaticImageWidget.swf"/>
if (dataTable.key == IMAGE_URL) { img.source = dataTable.collection[0]; } } ]]> </fx:Script> <mx:VBox width="100%" height="100%"> <!-- PS - added click event for url link --> <mx:Image id="img" width="205" click="navigateToURL(new URLRequest('http://www.gissolutions.ca'), 'quote')" useHandCursor="true"/> </mx:VBox> </viewer:BaseWidget>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.