i’m studying wp7 app changing app on https://github.com/slodge/face. I want to change this app so that this app could show all attribtes in pop up window, when i point to particular face, like on http://developers.face.com/tools/#faces/detect. I have all attributes returned in JSON.

II have no idea how to do that. Can anybody help me?
i’m studying wp7 app changing app on https://github.com/slodge/face . I want to change this
Share
Since there is no hover event on the phone, the best you can do is to display the popup when the user taps on the image. I’d do the following:
VerticalOffsetandHorizontalOffsetpropertiesIsOpenpropertyInstead of using
System.Windows.Controls.Primitives.Popupyou could use the Popup control available in the coding4fun toolkit since the latter is hardware accelerated unlike the former.