Using Flexviewer 2.2. Using standard query widget to return results on site load. All works good until I enabled Splash widget on site, then the query widget doesn't work, returns no results. Using mySplash widget from R. Scheitlin. Splash widget is working properly. I have looked over code and forums with no success. Any ideas or help is appreciated.
<configuration>
<title>Judicial Tax Foreclosure Property Finder</title>
<subtitle>Case No. 10-C-963 & 10-C-828</subtitle>
<logo>assets/images/SNlogo.png</logo>
<style>
<colors>0xFFFFFF,0x39628C,0x355D89,0x294867,0xFFFFFF</colors>
<alpha>0.8</alpha>
</style>
<bing key="Aho7hqpOLzBQkAX1H0BID3UpOzV-VCDgfMycPaMFh7xaKYeEBqUIWEfsjESxbAMR"/>
<!-- UI elements -->
<!--splashpage label="Shawnee County Judicial Tax Sale" config="widgets/mySplash/TaxSaleSplashWidget.xml" url="widgets/mySplash/SplashWidget.swf"/-->
<widget left="10" top="55" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/>
<!--widget left="100" bottom="1" config="widgets/ProgressBar/ProgressBar.xml" url="widgets/ProgressBar/ProgressBarWidget.swf"/-->
<widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/>
<widget left="50" top="55" config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>
<widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget_TaxSale.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/>
<widget left="3" bottom="3" config="widgets/Coordinate/CoordinateWidget.xml" url="widgets/Coordinate/CoordinateWidget.swf"/>
<widget right="400" bottom="5" config="widgets/FullScreenWidget/FullScreenWidget.xml" url="widgets/FullScreenWidget/FullScreenWidget.swf"/>
<widget right="359" bottom="5" config="widgets/ExportMap/exportMap.xml" url="widgets/ExportMap/exportMap.swf"/>
<widget left="3" bottom="40" config="widgets/StaticImage/StaticImageWidget_logo.xml" url="widgets/StaticImage/StaticImageWidget.swf"/>
<widget left="400" top="55" config="widgets/StaticImage/StaticImageWidget_TaxSale.xml" url="widgets/StaticImage/StaticImageWidget.swf"/>
<!--widget left="0" top="0" config="widgets/FeatureTooltip/FeatureTooltipWidget.xml" url="widgets/FeatureTooltip/FeatureTooltipWidget.swf"/-->
<map initialextent="-10671600 4717200 -10623600 4736500" top="40" esrilogovisible="false">
<lods><!-- only show a few levels -->
<lod resolution="76.4370282850732" scale="288895.277144"/>
<lod resolution="38.2185141425366" scale="144447.638572"/>
<lod resolution="19.1092570712683" scale="72223.819286"/>
<lod resolution="9.55462853563415" scale="36111.909643"/>
<lod resolution="4.77731426794937" scale="18055.954822"/>
<lod resolution="2.38865713397468" scale="9027.977411"/>
<lod resolution="1.19432856685505" scale="4513.988705"/>
<lod resolution="0.597164283559817" scale="2256.994353"/>
<lod resolution="0.298582141647617" scale="1128.497176"/>
</lods>
<basemaps>
<!--layer label="Bing Hybrid" type="bing" visible="false" style="road" culture="en-US" /-->
<layer label="Aerials/Streets" type="bing" visible="false" style="aerialWithLabels" culture="en-US" />
<!--layer label="Aerial" type="tiled" visible="false" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/-->
<!--layer label="Online Streets" type="tiled" visible="false" alpha="1"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/-->
<layer label="Local Streets" type="tiled" visible="true" alpha="1"
url="http://gis.snco.us/ArcGIS/rest/services/Basemap_102100/MapServer"/>
</basemaps>
<operationallayers>
<layer label="Tax Sale Properties" type="dynamic" visible="false"
url="http://gis.snco.us/ArcGIS/rest/services/TaxSale/MapServer"/>
<layer label="Property Information" type="dynamic" visible="true"
url="http://gis.snco.us/ArcGIS/rest/services/Cadastral/MapServer"/>
</operationallayers>
</map>
<!-- widgets organized into widget containers that manage close/open etc -->
<!-- supported layout property options: horizontal(default)|float|vertical|fix-->
<widgetcontainer layout="float">
<widget label="Search Tax Sale Properties" right="5" top="55"
icon="assets/images/i_dollar_GE.png" preload="open"
config="widgets/Search/SearchWidget_TaxSale.xml"
url="widgets/Search/SearchWidget.swf"/>
<widget label="Tax Sale Properties" right="50" top="317"
icon="assets/images/i_dollar_GE.png"
preload="minimized"
config="widgets/Query/QueryWidgetTaxSale.xml"
url="widgets/Query/QueryWidget.swf"/>
<widget label="Print" left="450" top="400"
icon="assets/images/i_print.png"
config="widgets/Print/PrintWidget.xml"
url="widgets/Print/PrintWidget.swf"/>
<widget label="Street View" left="60" top="400"
icon="assets/images/i_Streetview.png"
config="widgets/FrStreetview/FrStreetview.xml"
url="widgets/FrStreetview/FrStreetview.swf"/>
</widgetcontainer>
</configuration>