<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Spatial Filter Problem in QueryBuilder Widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458372#M10534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to customize the sample flex viewer version 1.3 and I am having an issue with the QueryBuilder Widget. The attribute filter is working just fine with my map services but when I apply a spatial filter the widget does not move out of the "Buffering Geometry" phase. After I click the map to set a point, polygon, or line, it just says "Buffering Geometry" forever. Thanks in advance for any advice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 12:09:23 GMT</pubDate>
    <dc:creator>MattO_Connell</dc:creator>
    <dc:date>2010-08-24T12:09:23Z</dc:date>
    <item>
      <title>Spatial Filter Problem in QueryBuilder Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458372#M10534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to customize the sample flex viewer version 1.3 and I am having an issue with the QueryBuilder Widget. The attribute filter is working just fine with my map services but when I apply a spatial filter the widget does not move out of the "Buffering Geometry" phase. After I click the map to set a point, polygon, or line, it just says "Buffering Geometry" forever. Thanks in advance for any advice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458372#M10534</guid>
      <dc:creator>MattO_Connell</dc:creator>
      <dc:date>2010-08-24T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Filter Problem in QueryBuilder Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458373#M10535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i had the same problem before to correctly set the url of the &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;rest&lt;/SPAN&gt;&lt;SPAN&gt; geometry service in the widget configuration file : QueryBuilderWidget.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://yourArcGisserver/ArcGIS/"&gt;http://yourArcGisserver/ArcGIS/&lt;/A&gt;&lt;STRONG&gt;rest&lt;/STRONG&gt;&lt;SPAN&gt;/services/yourGeometryService...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope that help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Erwan Caradec&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 12:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458373#M10535</guid>
      <dc:creator>ErwanCaradec</dc:creator>
      <dc:date>2010-09-08T12:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Filter Problem in QueryBuilder Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458374#M10536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i had some other problems with null values on entity attributes so i change the line n°264 in QueryBuilderWidget.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;old line &amp;gt; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;value = obj[fld].toString();&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;line changed &amp;gt; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;if (obj[fld] != null) {value = obj[fld].toString();}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Erwan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/spatial-filter-problem-in-querybuilder-widget/m-p/458374#M10536</guid>
      <dc:creator>ErwanCaradec</dc:creator>
      <dc:date>2010-09-08T14:16:52Z</dc:date>
    </item>
  </channel>
</rss>

