i have an app that mixes map service layers (ArcGISDynamicMapServiceLayer) with feature layers from the same map service source--mainly because the feature layers' symbolizations aren't too good otherwise i'd just use feature layers.
prior to selecting a feature for editing or some other processing the user needs to see info about that feature, we use mouseOver events on the feature layers for that. when not actually needed the alpha for the feature layers is set to 0.0 (transparent) to get them out of the user's display but still "there" so the mouseOver events work. this strikes me as kind of hacky & i'm wondering if there was another more elegant way of handling this?
thanks.