<?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: Question about letting my old widget (2.3 versin) pointing to new flex API 2.4 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340760#M9784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steven,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; No the NavigationWidget was updated to use Skins in 2.4 so it is not backwards compatible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 13:58:25 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-09-12T13:58:25Z</dc:date>
    <item>
      <title>Question about letting my old widget (2.3 versin) pointing to new flex API 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340759#M9783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to point my old widget (2.3 versin) to new flex API 2.4 --I add new swc file to the lib folder and delete the old one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; But it throws ActionScript errors as the following:&amp;nbsp; I was wondering, is it possible to let 2.3 widgets pointing to Flex API 2.4? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::VSlider@cd68c29 to spark.components.supportClasses.SliderBase.
 at spark.components.supportClasses::SkinnableComponent/skin_propertyChangeHandler()
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at mx.core::UIComponent/dispatchEvent()
 at widgets.Navigation::NavigationSkin/set slider()
 at widgets.Navigation::NavigationSkin/_NavigationSkin_VSlider1_i()&lt;G&gt;
 at mx.core::DeferredInstanceFromFunction/getInstance()
 at mx.states::AddItems/createInstance()
 at mx.states::AddItems/initialize()
 at mx.states::State/http://www.adobe.com/2006/flex/mx/internal::initialize()
 at mx.core::UIComponent/initializeState()
 at mx.core::UIComponent/commitCurrentState()
 at mx.core::UIComponent/commitProperties()
 at spark.components.supportClasses::GroupBase/commitProperties()
 at spark.components::Group/commitProperties()
 at mx.core::UIComponent/validateProperties()
 at mx.managers::LayoutManager/validateProperties()
 at mx.managers::LayoutManager/doPhasedInstantiation()
 at mx.managers::LayoutManager/doPhasedInstantiationCallback()
&lt;/G&gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 13:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340759#M9783</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2011-09-12T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question about letting my old widget (2.3 versin) pointing to new flex API 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340760#M9784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steven,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; No the NavigationWidget was updated to use Skins in 2.4 so it is not backwards compatible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 13:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340760#M9784</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-09-12T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about letting my old widget (2.3 versin) pointing to new flex API 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340761#M9785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! I find the NatigationSkin.mxml file, and change the &amp;lt;mx:VSlider&amp;gt; to &amp;lt;s:VSlider&amp;gt;, then it works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried to point my old widget (2.3 versin) to new flex API 2.4 --I add new swc file to the lib folder and delete the old one.&lt;BR /&gt;&lt;BR /&gt; But it throws ActionScript errors as the following:&amp;nbsp; I was wondering, is it possible to let 2.3 widgets pointing to Flex API 2.4? Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::VSlider@cd68c29 to spark.components.supportClasses.SliderBase.
 at spark.components.supportClasses::SkinnableComponent/skin_propertyChangeHandler()
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at mx.core::UIComponent/dispatchEvent()
 at widgets.Navigation::NavigationSkin/set slider()
 at widgets.Navigation::NavigationSkin/_NavigationSkin_VSlider1_i()&lt;G&gt;
 at mx.core::DeferredInstanceFromFunction/getInstance()
 at mx.states::AddItems/createInstance()
 at mx.states::AddItems/initialize()
 at mx.states::State/http://www.adobe.com/2006/flex/mx/internal::initialize()
 at mx.core::UIComponent/initializeState()
 at mx.core::UIComponent/commitCurrentState()
 at mx.core::UIComponent/commitProperties()
 at spark.components.supportClasses::GroupBase/commitProperties()
 at spark.components::Group/commitProperties()
 at mx.core::UIComponent/validateProperties()
 at mx.managers::LayoutManager/validateProperties()
 at mx.managers::LayoutManager/doPhasedInstantiation()
 at mx.managers::LayoutManager/doPhasedInstantiationCallback()
&lt;/G&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-about-letting-my-old-widget-2-3-versin/m-p/340761#M9785</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2021-12-11T16:06:55Z</dc:date>
    </item>
  </channel>
</rss>

