I'm just about done migrating my source code from ArcGIS Viewer for Flex 2.5 to 3.0 (pre-release). As I'm doing so, I want to take advantage of the formatting and tabbed design of the default pop-up window in v. 3. My problem relates to the overlap that occurs between the default pop-up window and the pop-up window for the results from the Search widget/function. There's a duplication of pop-up windows due to the overlap, with the default being "behind" the Search results.
So, if I Search for point features and the widget function returns one (1) selected feature point, when I click on the selected point the Search result pop-up comes up in front (as tab 1 of 2) and the default behind (tab 2 of 2 but of the same feature) - an overlap of pop-ups for the single selected point.
Is it possible to deactivate the Search result pop-up window and simply go with the default? I've made several attemps to modify the SearchWidget.mxml file but am still getting the overlap. My goal would be to have the features selected in the Search to remain highlighted but to enable the user to click on each feature (selected and not selected) and have the consistent default pop-up window to display.
Any suggestions would be greatly appreciated! Thank you.
Joe
P.S. I'm loving v. 3! Thank you!