Robert,
Thanks for this script and all the others - they are all very useful.
I've searched through the files looking for a way to get feature layers to list after the dynamic layers - can you direct me to the file(s) where this is rendered. I've messed around in TocMapLayerItem.as reordering places where FeatureLayers are processed after ArcGISDynamicMapServiceLayers, but I'm grasping at straws and while I haven't broke anything, it hasn't changed the output with Feature layers always being listed on top of Dynamic layers regardless of their order in the config.xml.
Thanks,
Jim
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"));
}
Hi Robert,
Some of the external map services I rely on are not running ArcGIS Server 10 so as per your documentation, I am still using version 2.4.0 of your TOC widget. Sorry, I would love to upgrade otherwise! Possibly because these services aren't using ArcGIS Server 10, the "Show Description" button does not appear for these services, only for my internal services. I'm wondering (a) if anything can be done about this, and (b) if not, could I somehow set up a work-around where the button links to a pop-up I populate myself instead of the ArcGIS Manager Map Service Description. Is this something that you could help me with?
Thanks so much,
Allison