Select to view content in your preferred language

Change selected button appearance in Identify Widget

764
2
06-10-2014 02:56 AM
RebeccaWatson
Deactivated User
Hi,
I have had a user request to make it more obvious when a draw type is selected in the Identify Widget. At the moment it looks like this:
[ATTACH=CONFIG]34468[/ATTACH]
With the first button on the left selected, but I would like to either change the colour or make the line outline thicker to make it clearer.
Does anyone know where I can access this property of the button. It doesn't matter if it is applied to all widgets as they could all do with being a bit clearer. I am using 3.3.
Thanks.
Tags (2)
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Rebecca,

   In the IdentifyWidget.mxml there is a glowFilter component that has its color defined by color="{getStyle('focusColor')}". If you change that to say color="0xff0000" or what ever color you wish. The issue is you are using a white theme for your viewer and the button use white as well to indicate the selected button. You can also adjust the glowFilter strength.

Robert

0 Kudos
RebeccaWatson
Deactivated User


Hi Robert,

Apologies, I obviously forgot to set this to alert me when someone answered. This did the trick. Thanks again.

Rebecca

0 Kudos