Hello, I am new to flex API and was trying to implement the Parcel Notification Widget. I have looked over the forums and fixed some errors but I am getting a error #2007.
TypeError: Error #2007: Parameter blendMode must be non-null. at flash.display::DisplayObject/set blendMode() at mx.skins.halo::HaloFocusRect/updateDisplayList() at mx.skins::ProgrammaticSkin/validateDisplayList() at mx.managers::LayoutManager/validateDisplayList() at mx.managers::LayoutManager/doPhasedInstantiation() at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2() at mx.core::UIComponent/callLaterDispatcher()
I dont know what mistake I am doing. My xml is below,
<!--Select Parcel by Field ("Field","Field Alias")--> <findparcelfield>NPARNO,National Parcel Number</findparcelfield> <!--Use parcel autocomplete box ('T' = true, 'F' = false)--> <!--ArcGIS Server will only return 500 results by default. If defaults changed and a large number of features returned widget load may take a longer time to complete--> <autocomplete>T</autocomplete>
<!--Select Parcel by Address Field --> <findparceladdressfield>SITEADD</findparceladdressfield> <locatoraddressfield>Address</locatoraddressfield>
<!--State ComboBox for search by address--> <listfield>State</listfield> <listvalues>CA,CO,CT,DE,DC,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD,ME,MI,MN</listvalues>
<!--Default Address--> <defaultaddress>216 Fox Rd,Putnam,CT,06260</defaultaddress>
<!--Minimum Score for Geocode--> <minscore>80</minscore>
<!--Parcel Map Tip Fields ("Field","Field Alias")--> <!--Fields with "$" formatted as currency--> <maptip>NPARNO,National Parcel Number;SITEADD,Full Site Address</maptip>
<!--Parcel content for widget ("Field","Field Alias")--> <!--Fields with "$" formatted as currency--> <parcelcontent>NPARNO,National Parcel Number;SITEADD,Full Site Address</parcelcontent>
<!--Fields to include in output .csv table ("*" = All fields)--> <csvfields>*</csvfields>
I have a question for you guys. Do you know how to make the Parcel Notification Widget work with join tables? The only way way I got it to work is creating a whole new database. it doesn't like the syntax "database.fieldname" when specifying the fields to include on the output csv file, it only takes "field name"
Sorry I am not going to be much help as I don't actually use the Parcel Notification Widget. I just try to provide people with assistance getting it working.
Sorry I am not going to be much help as I don't actually use the Parcel Notification Widget. I just try to provide people with assistance getting it working.
Thanks anyway, your enhance search works very well, it just doesn't have the buffer functionality which my users need.
Around line 1260, there are two places that change the spatial reference.
They look like this: outSpatialReference="{new SpatialReference(4326)}
Take those out and it should work for you. Make sure you've listed your own map service with the parcels in it with the "Select Parcel by Field" correctly pointed to your parcel id field.