<?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 Some additional bugs in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589670#M16871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Marker/line/fill symbol configuration file nodes are ignored. The code is trying to load them as if they were attributes (configXML.symbols.simplelinesymbol.@color) instead of nodes (configXML.symbols.simplelinesymbol.color).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ** Ignore (1), please. I must have incorrectly added nodes/sub-nodes the first time instead of attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I tried to set the simplefillsymbol alpha to 0.0, but the code ignored it. My guess is that it's my 0.0 alpha value is being evaluated as FALSE and the second expression is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Documentation error. "The Query Widget" documentation lists the &amp;lt;symbols&amp;gt; node has having an &amp;lt;outline&amp;gt; subnode, but the code expects &amp;lt;outline&amp;gt; to be a child of &amp;lt;simplefillsymbol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 16:09:44 GMT</pubDate>
    <dc:creator>KeithBornhorst</dc:creator>
    <dc:date>2011-01-10T16:09:44Z</dc:date>
    <item>
      <title>Query Widget Bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589666#M16867</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;BR /&gt;&lt;SPAN&gt;I'm having a few odd problems with the Query Widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The dateformat attribute seems to be ignored in the xml. For example, "&amp;lt;field name="LOCALTIME" alias="Time &amp;amp; Date" dateformat="MMMM DD, YYYY"/&amp;gt;" still returns "Time &amp;amp; Date: 23-Aug-2010 11:09:05". I'd really like to be able to show a date without having to display the time. I've tried several formats from &lt;/SPAN&gt;&lt;A href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/formatters/DateFormatter.html#formatString"&gt;http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/formatters/DateFormatter.html#formatString&lt;/A&gt;&lt;SPAN&gt; with no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Fields which end in an underscore (e.g. COMMENT_) do not appear to work as a filterfield. I've tried this with two layers, in one case the field actually filtered on is the field before the specified filterfield in REST, in the other cases the field actually filtered on is the field after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. A search for a single digit (e.g. "4") in the filter returns results that match any of the fields returned, not just the filterfield. For example, "4" will find records with a 4 in the date field, even if there is no 4 in the filterfield.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone experienced any of these problems? Can anyone send me an example where dateformat from the xml is working properly? I don't have my application (or some of my map services) available on a public server yet so I'm not sending example links.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 20:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589666#M16867</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-01-07T20:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589667#M16868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#1 - Works if the date returned by server is in milliseconds(starting v10 of ags server). To verify, look at pjson format on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 and #3 Thanks for reporting these bugs. These have been entered in bug queue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 21:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589667#M16868</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2011-01-07T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589668#M16869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to add another potential one here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Query Widget (2.2) to query all my towns and villages. Successfully returns the features I want. However, if I have just one field set in the config for titlefield, returnfield &amp;amp; filterfield, then I never receive any filtered results. Using the following section of config is how I can "break" the filtering:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;titlefield&amp;gt;ENAME&amp;lt;/titlefield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ENAME" alias="Name"/&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filterfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;ENAME&amp;lt;/name&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;alias&amp;gt;Filter by City or Village Name (Eg: Doha )&amp;lt;/alias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filterfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I leave &amp;lt;titlefield&amp;gt; blank, then the filter still fails (because ENAME is the PrimaryDisplayField).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I put random text into titlefield, like &amp;lt;titlefield&amp;gt;Hamburgers&amp;lt;/titlefield&amp;gt;, then the filter works correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nathan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 09:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589668#M16869</guid>
      <dc:creator>NathanThompson</dc:creator>
      <dc:date>2011-01-09T09:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589669#M16870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;#1 - Works if the date returned by server is in milliseconds(starting v10 of ags server). To verify, look at pjson format on the server.&lt;BR /&gt;&lt;BR /&gt;#2 and #3 Thanks for reporting these bugs. These have been entered in bug queue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! We're still running 9.3.1 but I've confirmed that the DateFormat field works properly when using a service from AGS10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589669#M16870</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-01-10T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Some additional bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589670#M16871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Marker/line/fill symbol configuration file nodes are ignored. The code is trying to load them as if they were attributes (configXML.symbols.simplelinesymbol.@color) instead of nodes (configXML.symbols.simplelinesymbol.color).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ** Ignore (1), please. I must have incorrectly added nodes/sub-nodes the first time instead of attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I tried to set the simplefillsymbol alpha to 0.0, but the code ignored it. My guess is that it's my 0.0 alpha value is being evaluated as FALSE and the second expression is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Documentation error. "The Query Widget" documentation lists the &amp;lt;symbols&amp;gt; node has having an &amp;lt;outline&amp;gt; subnode, but the code expects &amp;lt;outline&amp;gt; to be a child of &amp;lt;simplefillsymbol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 16:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589670#M16871</guid>
      <dc:creator>KeithBornhorst</dc:creator>
      <dc:date>2011-01-10T16:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Bugs</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589671#M16872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Nathan and Keith for reporting these bugs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added bugs #2 and #3&amp;nbsp; to as well as&amp;nbsp; filter bug.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 21:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget-bugs/m-p/589671#M16872</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2011-01-11T21:05:57Z</dc:date>
    </item>
  </channel>
</rss>

