hi all, I've been trying to get map tips to display for a while and still no luck. As a test, I copied all of the MapTips sample code from the resource center sample into my own project and the map tips display perfectly. This uses the feature layer from a map service on ESRI's server. But when I simply substitute my own feature layer from my own map service (and appropriately change the envelope and attributes to bind to), the graphics aren't displaying and the map tips aren't displaying. There are no errors displayed, and it is reading the features and going through the loop the correct number of times (one for each feature) to add them to the graphics layer. But the graphics don't show up.
When I look at the two feature layers in the REST directories, the only difference I see is that the point feature layer from ESRI has the value "esriGeometryPoint" in the Geometry Type, while my own feature layer does not have any value for that. Could that be the problem and how do I assign that? Thanks much for any assistance...