Hello,
Using non-SFV code.
Using the above sample with a point feature layer of fire truck locations with a simplemarkersymbol will work fine. The problem is that when I switch the symbol to a PictureMarkerSymbol of a fire truck - the infowindow will not appear.
It stops at the line "gr:Graphic - event.target as Graphic;"
Upon investigation, when using the picture marker symbol, the event.target returned upon mouseover is not a graphic but a "object:Custom Sprite". What do I do to make this work with a picturemarkersymbol?
I am using one of the firetruck icons from ESRI - firetruck-32x32.png - attached.
FYI - The "featureLayer tooltip" sample works fine with the picturemarker symbol and would use it except I wanted the "callout window" look -- a pointer from the tooltip to the feature.
Thanks - I hope this is easy!
Carmen