<?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: Maptips in Live Layer Widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50033#M1170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have not tested anything yet but the first thing I would try is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.infoWindow.content = setTipContent(graphic) as UIComponent;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jul 2010 12:05:59 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2010-07-24T12:05:59Z</dc:date>
    <item>
      <title>Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50032#M1169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the code from myLiveLayerWidget as posted in: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/thread.asp?t=287049&amp;amp;f=2421&amp;amp;c=158"&gt;http://forums.esri.com/thread.asp?t=287049&amp;amp;f=2421&amp;amp;c=158&lt;/A&gt;&lt;SPAN&gt; by Robert Scheitlin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Upon building the mxml I get error "1118: Implicit coercion of a value with static type flash.display: DisplayObject to a possibly unrelated type mx.core:UIComponent", as shown in the attached file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried a few different things, but nothing has worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help is appreciated. Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 19:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50032#M1169</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-07-23T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50033#M1170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have not tested anything yet but the first thing I would try is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;map.infoWindow.content = setTipContent(graphic) as UIComponent;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 12:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50033#M1170</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-24T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50034#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No go, as the first error is still present and a new error is given,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"1120: Access of undefined property UIComponent"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is occurring in Flash Builder 4, with SFV 1.3 and the 3.5 SDK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 15:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50034#M1171</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-07-26T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50035#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you import UIComponent?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;import mx.core.UIComponent&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 15:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50035#M1172</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-26T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50036#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tried that when testing, but never added the "as UIComponent;", so the FB errors are gone. But now the widget gives:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[RPC Fault faultString="" faultCode="400" faultDetail="Unable to perform query. Please check your parameters."]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 17:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50036#M1173</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-07-26T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50037#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you get that exact query to run in the REST Service page for that layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 12:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50037#M1174</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-27T12:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50038#M1175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the Query Layer operation works through the Rest Services page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the application, it also works using the standard Live Layer Widget that comes with the SFV.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 14:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50038#M1175</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-07-27T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50039#M1176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Please attach your LiveLayerWidget.mxml and xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50039#M1176</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-27T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips in Live Layer Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50040#M1177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The LiveLayerWidget with maptips is attached.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 18:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptips-in-live-layer-widget/m-p/50040#M1177</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-07-27T18:25:58Z</dc:date>
    </item>
  </channel>
</rss>

