Hi,
I'm trying to get the Viewer widget, called "Selection", to work outside the Viewer in a native app. I was able to get everything, except the infowindow popup, to work. The infowindow popup is functioning differently than the widgets, because it's a universal part of the Viewer, inteded to be used by every widget that needs it. It uses AppEvent and EventBus classes to work. It changes info in the popup depending on the layer and fields selected in the widget and I wasn't able to figure out how to use the standard InfoWindow classes of the argis' flex library. Has anybody tried to use the infowindow outside the Viewer? Thanks for the help!