<?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: Error 1180 Call to possibly undefined method in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483865#M11079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did the trick&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 14:27:58 GMT</pubDate>
    <dc:creator>PeteVitt</dc:creator>
    <dc:date>2010-10-01T14:27:58Z</dc:date>
    <item>
      <title>Error 1180 Call to possibly undefined method</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483863#M11077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting the error "1180 Call to possibly undefined method" before I compile my .mxml.&amp;nbsp; I'm trying to put the navigate to url into a link button from information in the attribute table.&amp;nbsp; Code is below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fx:Script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public function ClickLink(url:String):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var theRpageURL:URLRequest=new URLRequest(url);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; navigateToURL(theRpageURL, "_blank");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fx:Script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer id="featureLayer"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; mode="onDemand"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outFields="[REACH,SHEET,URLPLAN]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://HappyServer/ArcGIS/rest/services/sari_drawings_Flex/MapServer/0" rel="nofollow" target="_blank"&gt;http://HappyServer/ArcGIS/rest/services/sari_drawings_Flex/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:infoWindowRenderer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fx:Component&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;mx:VBox backgroundColor="0xffffff"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; color="0x444444"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; label="{data.SHEET}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mx:Label text="Reach: {data.REACH}"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mx:LinkButton label="View Drawings"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; textDecoration="underline" click="ClickLink(data.URLPLAN)"/&amp;gt;&amp;nbsp; //ERROR HERE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/mx:VBox&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fx:Component&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:infoWindowRenderer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:FeatureLayer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what could be causing this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 13:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483863#M11077</guid>
      <dc:creator>PeteVitt</dc:creator>
      <dc:date>2010-10-01T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1180 Call to possibly undefined method</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483864#M11078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pete,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; A Component is kind of in a world of it's own so it can not see the "ClickLink" function that you have outside of it. You need to add the fx script block inside the component and you should be good to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 13:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483864#M11078</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-01T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1180 Call to possibly undefined method</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483865#M11079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did the trick&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 14:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-1180-call-to-possibly-undefined-method/m-p/483865#M11079</guid>
      <dc:creator>PeteVitt</dc:creator>
      <dc:date>2010-10-01T14:27:58Z</dc:date>
    </item>
  </channel>
</rss>

