public function CheckBoxScaleDependant()
{
setStyle("icon", CheckBoxScaleDependantIcon);
setStyle("checked", this.selected);
setStyle("scaledependant", _scaledependant);
setStyle("themeColor", FlexGlobals.topLevelApplication.getStyle("accentColor"));
setStyle("iconColor", FlexGlobals.topLevelApplication.getStyle("accentColor"));
}
Robert,
When using WMS layers in my map, is there anything I can do to keep the Generating Legend prompt to stop running ?
I'm having a problem with the metadata button not displaying on certain layer types. Basically, unless it's a 'feature' type, there isn't a button. We have a few 'dynamic' services that we would like use, but then we can't access the meta data. I'm pretty sure it's something in how the service is being published... I THINK there's a field we need to fill in somewhere. I've gone through this thread, learned from others and ensured there's data under File->Map document Properties under Description as well as Right Click on the Layers -> Properties->General Description field.
We've looked through the source code, and it looks like should work fine... Any more thoughts?