<?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: Robert's eSearch Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148396#M4770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am very interested to see if this is something special in itself. Just because the compiler doesn't complain doesn't mean it wasn't accidental (or even better, Robert just wants to mess with people's heads). As far as I know this doesn't do anything, but I would love to hear from Robert as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 06:02:33 GMT</pubDate>
    <dc:creator>LoganLehman</dc:creator>
    <dc:date>2014-02-20T06:02:33Z</dc:date>
    <item>
      <title>Robert's eSearch Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148395#M4769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31600[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After spending quite bit of time, I am still puzzled by a line of code that I saw in the eSearch widget. The line in question is actually located in the SearchWidgetFixedDG.mxml code. I attached a screenshot of it. So, if any of the Flex experts or Robert himself can explain what is the purpose of the line "fl", I'd really appreciate it. Obviously the compiler understands it, since it doesn't raise any error flags. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very unusual for me to see a variable that is "hanging" by itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 03:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148395#M4769</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2014-02-20T03:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Robert's eSearch Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148396#M4770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am very interested to see if this is something special in itself. Just because the compiler doesn't complain doesn't mean it wasn't accidental (or even better, Robert just wants to mess with people's heads). As far as I know this doesn't do anything, but I would love to hear from Robert as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 06:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148396#M4770</guid>
      <dc:creator>LoganLehman</dc:creator>
      <dc:date>2014-02-20T06:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Robert's eSearch Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148397#M4771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lefteris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; That line and the line above are leftover from some development/testing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are times when you can do something similar to this in development and it will have a purpose. Here is an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import com.esri.ags.layers.FeatureLayer; FeatureLayer;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; This forces the compiler to use the import without warning that it is not used. This is sometimes needed in the parent component of another component to prevent a memory leak issue (if you receive a warning about this possible memory leak issue). We can see this in a viewer file called ForcedImports.as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on a 3.6.2 release this week, so thanks for letting me know about this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 11:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148397#M4771</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-02-20T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Robert's eSearch Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148398#M4772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lefteris,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; That line and the line above are leftover form some development/testing. &lt;BR /&gt;&lt;BR /&gt;There are times when you can do something similar to this in development and it will have a purpose. Here is an example:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import com.esri.ags.layers.FeatureLayer;
FeatureLayer;&lt;/PRE&gt; This forces the compiler to use the import without warning that it is not used. This is sometimes needed in the parent component of another component to prevent a memory leak issue (if you receive a warning about this possible memory leak issue). We can see this in a viewer file called ForcedImports.as&lt;BR /&gt;&lt;BR /&gt;I am working on a 3.6.2 release this week, so thanks for letting me know about this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Robert. I didn't know that you can do that with raising error flags.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:02:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/robert-s-esearch-widget/m-p/148398#M4772</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-11T08:02:51Z</dc:date>
    </item>
  </channel>
</rss>

