Select to view content in your preferred language

How to Remove Add Service icon from LiveMapsWidget in SFV 1.3?

851
5
07-19-2010 03:55 PM
MicheleDunham
Emerging Contributor
We would like to remove the Add Service icon in the LiveMapsWidget for SFV 1.3.  Is this difficult to do?
Tags (2)
0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus
Michele,

   Nope not hard at all just comment out this line in the LiveMapsWidget.mxml in the esa widgets folder.
wTemplate.addTitlebarButton(ICON_URL + "i_about.png", "AddService", showServices);
0 Kudos
MicheleDunham
Emerging Contributor
Thanks, Robert!  I was looking in flexviewer/widgets directory...I didn't realize there are two LiveMapsWidgets.mxml files. 
Cheers,
Michele
0 Kudos
ChristinaMcCullough
Regular Contributor
I am having trouble with the Add Service icon displaying on the website.  I have tried several images.
0 Kudos
ChristinaMcCullough
Regular Contributor
Curious, why would there be two LiveMaps.mxml files
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Christina,

   The one in the flexviewer directory is the original and in SFV 1.3 there was an enhanced version created in a separate directory under esa. As to why they did it that way, I really can't say.
0 Kudos