Hi all,
I hooked up the Enhanced Search widget to the Print widget such that data would be passed from one widget to the other and I have that working just fine (finally)!
However, I am running into an issue that after I select a point and then print the data, the draw box portion of the Enhanced Search widget fails to reload itself and will not let me click on any of the shapes. What is weirder is that I can go into the "By Value" tab and type in a Parcel Number and that seems to be working fine! For this application though it would be nicer for staff to be able to use the shapes to select the points that they need.
Any help on how to fix this would be appreciated!!
Solved! Go to Solution.
Carissa,
So you have multiple issue with your site.
Link for how to add those mime types:
http://eli.eliandlyndi.com/2010/11/29/enable-iis-to-serve-woff-and-svg-files/
Carissa,
I can not duplicate that issue using the live preview site. Is there any error in the browsers web console that you can share?
Robert,
I took a screen shot of the error that I am getting:
Carissa,
There is no enough of the error info visible for me to know what is going on. The problem is line 142 of which Widget.js file (because it is not the eSearch Widget.js, because line 142 is still in the variable declaration portion and not the onRecieveData function).
Is your site public?
Yes it is public: ArcGIS Web Application
We use the draw box to select one point, then we go to the Print, and then print out our pdf and then go back to the draw function in the eSeach to select a new point.
Carissa,
So you have multiple issue with your site.
Link for how to add those mime types:
http://eli.eliandlyndi.com/2010/11/29/enable-iis-to-serve-woff-and-svg-files/
Robert,
Will give the IIS a try for sure. So it does not matter that I had the params hard-coded in the eSearch widget and the Print widget, widget.js and print.js?
Carissa,
What I am saying is that you need to have an if check in your onRecieveData function of your print widgets js file that checks to see if params.parcel exists.