<?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 Re: Query Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51813#M2121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works great! Thanks a lot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: It seems that the query widget can search a key word in multiple fields of a layer file. It works fine when I add multiple fields in the &amp;lt;fields&amp;gt; and &amp;lt;filterfield&amp;gt; section of the xml file such as QueryWidget_PoliceStations.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 17:23:33 GMT</pubDate>
    <dc:creator>WinstonZeng</dc:creator>
    <dc:date>2012-02-06T17:23:33Z</dc:date>
    <item>
      <title>Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51808#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an issue in the Query Widget (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-query.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-query.xml&lt;/A&gt;&lt;SPAN&gt;) of the ArcGIS Viewer for Flex. I hope ESRI would like to change it in the future version. Currently the Query widget opens a list of all records and user must click again on a binocular search icon to get to the place where they can enter text. It should bypass that second click and go directly to the text entry window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I modify the source code for Viewer? I believe that I should modify the file, QueryWidget.mxml and/or QueryResultItemRenderer.mxml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 19:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51808#M2116</guid>
      <dc:creator>WinstonZeng</dc:creator>
      <dc:date>2012-02-05T19:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51809#M2117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What you are describing as an issue is actually the desired design behavior, it is the query Widget not the search widget. The query widget is used to display results for layers with predefined queries. It is unlikely that the designed behavior will be changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as what needs to be changed in the QueryWidget.mxml it is just this one line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;viewer:BaseWidget xmlns:fx="http://ns.adobe.com/mxml/2009"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:Query="widgets.Query.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:viewer="com.esri.viewer.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetConfigLoaded="init()"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #ff0000;"&gt; currentState="filterInput"&amp;gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:59:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51809#M2117</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T21:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51810#M2118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp; What you are describing as an issue is actually the desired design behaviour, it is the query Widget not the search widget. The query widget is used to display results for layers with predefined queries. It is unlikely that the designed behavior will be changed.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;As far as what needs to be changed in the QueryWidget.mxml it is just this one line.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;amp;lt;viewer:BaseWidget xmlns:fx="http://ns.adobe.com/mxml/2009"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:Query="widgets.Query.*"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:viewer="com.esri.viewer.*"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetConfigLoaded="init()"&amp;lt;br&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;strong&amp;gt;&amp;lt;span style="color:#ff0000;"&amp;gt; currentState="filterInput"&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&lt;/PRE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:&amp;lt;br&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" rel="nofollow" target="_blank"&gt;http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg&lt;/A&gt;&lt;SPAN&gt;" alt="" border="0"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 11:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51810#M2118</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51811#M2119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I add the line of code, it did first open the text entry window. However, after 1 second it automatically changes back to the list of all records. I believe that I should change the code somewhere as well. Do you know how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the query widget as a search keyword tool. It does search a keyword in all fields of a layer file. But many of my users complain that it should first open the text entry window instead of a list of all records. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding the line of code works on the search widget (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-search.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-search.xml&lt;/A&gt;&lt;SPAN&gt;), it opens the Search by Attribute window instead of the select features window. However, the search widget only searches a keyword in one field, not all fields of the layer. Can the Search widget use to search a keyword in all fields in a table or layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51811#M2119</guid>
      <dc:creator>WinstonZeng</dc:creator>
      <dc:date>2012-02-06T15:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51812#M2120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sure here is the other line that needs to be changed to prevent the widget from changing to the results after a second:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Comment out this line of code in the init function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (filterField)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textFilterLabel, toggleFilterPanel);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wTemplate.addTitlebarButton(ICON_URL + "i_clear.png", textFilterClear, doClear);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wTemplate.selectedTitlebarButtonIndex = 1;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #ff0000;"&gt;//this.currentState = "resultsList";&lt;/STRONG&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be able to search more than one field at a time would require you to built a custom widget using the FindTask instead of the QueryTask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51812#M2120</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T22:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51813#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works great! Thanks a lot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: It seems that the query widget can search a key word in multiple fields of a layer file. It works fine when I add multiple fields in the &amp;lt;fields&amp;gt; and &amp;lt;filterfield&amp;gt; section of the xml file such as QueryWidget_PoliceStations.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51813#M2121</guid>
      <dc:creator>WinstonZeng</dc:creator>
      <dc:date>2012-02-06T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51814#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The Query Widget does give you the appearance that it allows searching multiple fields but really you are filtering an Array collection and not really querying all the fields. What I mean by this is if you have 10,000 records in your data and your map service is configured to return 1,000 records max (which is the ArcGIS Server 10 default) then when you filter those results using the query widget you are doing just that filtering those thousand results and not actually querying the 10,000 possible results for that keyword.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets Try this one more time:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:4;"&gt;Don't forget to &lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt; and to &lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51814#M2122</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51815#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i ve tried to duplicate que QueryWidget and rename it as CustomQuery because i would like to have a datagrid and a chart based on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the results of the query and having the possibility to bind the datagrid row to the map BUT I DONT MOOVE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have add the mxml files in the properties-&amp;gt;flex&amp;nbsp; modules of my project...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I HAVENT CHANGED THE FLEX VIEW CODE AND HAVE THE ERROR&amp;nbsp; sorry in french&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cette unité de compilation ne disposait pas d'entrée factoryClass indiquée dans les métadonnées Frame en vue de charger les bibliothèques d'exécution partagées configurées. Pour compiler sans bibliothèque d'exécution partagée, définissez l'option -static-link-runtime-shared-libraries sur vraie ou désactivez l'option -runtime-shared-libraries. QueryResultItemRenderer.mxml &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/Project/src/widgets/CustomQuery "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i duplicate the querywidget...what&amp;nbsp; change&amp;nbsp; do i have to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And for having the datagrid and the chart....do you have a code for me????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 16:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/query-widget/m-p/51815#M2123</guid>
      <dc:creator>DianeKouadio_N_Zi</dc:creator>
      <dc:date>2012-03-30T16:03:13Z</dc:date>
    </item>
  </channel>
</rss>

