I'm sure this is obvious... but I don't see it!
I have a FeatureLayer that I populate via its FeatureCollection. I trap the selectionComplete event and set tooltips for the selected features. (They're selected by IDs.) Each selection event creates a new selection set (with my tooltips), but the tooltips from the prior selection remain.
I've tried trapping the selectionClear event, but it doesn't seem to be called automatically; even when I call it myself the features collection seems to be null, so I can't iterate through it to remove the stale tooltips.
I'm sure there's got to be an easy way to do this...
Thanks,
Charlie Richman
DC Office of Planning