<?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: Flexviewer template: Base widget does not right after switching to Flash 4 Builde in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352689#M8331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to set your project settings to use Flex SDK 3.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/7476-Errors-amp-Warnings"&gt;http://forums.arcgis.com/threads/7476-Errors-amp-Warnings&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jul 2010 15:24:42 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-07-02T15:24:42Z</dc:date>
    <item>
      <title>Flexviewer template: Base widget does not right after switching to Flash 4 Builder</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352688#M8330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used Flexviewer 1.3 on Flex Builder 3 for a while.&amp;nbsp; I just downloaded Flash Builder 4 (trial version), and then imported my previous project.&amp;nbsp; I compiled it, got several errors, as listed below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; In MagWidget.mxml - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;mx:Canvas xmlns:mx="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/mxml" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/mxml&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; width="300" height="300" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; creationComplete="init()" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; mouseDown="mdEvent(event)" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; mouseMove="mmEvent(event)" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; mouseUp="muEvent(event)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; backgroundAlpha="1.0" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; backgroundColor="#FFFFFF" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; borderColor="#000000" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; borderStyle="none" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; borderThickness="0" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; clipContent="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the line of clipContent="true"&amp;gt; - Error message: The style 'borderThickness' is only supported by type 'mx.containers.Canvas' with the thems of 'halo'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Runtime error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArgumentError: Error #1063: Argument count mismatch on mx.graphics::SolidColorStroke/apply(). Expected 3, got 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.symbol::SimpleFillSymbol/traceExtent()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.symbol::SimpleFillSymbol/drawExtent()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.symbol::SimpleFillSymbol/drawSolidFillSymbol()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.symbol::SimpleFillSymbol/drawFillSymbol()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.symbol::SimpleFillSymbol/draw()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags::Graphic/drawWithSymbol()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags::Graphic/updateDisplayList()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/validateDisplayList()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.managers::LayoutManager/validateDisplayList()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.managers::LayoutManager/doPhasedInstantiation()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.managers::LayoutManager/validateNow()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/commitCurrentState()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/setCurrentState()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/set currentState()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.solutions.flexviewer::WidgetTemplate/init()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.solutions.flexviewer::WidgetTemplate/___WidgetTemplate_Canvas1_creationComplete()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEventFunction()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEvent()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/dispatchEvent()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.core::UIComponent/set initialized()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.managers::LayoutManager/doPhasedInstantiation()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.managers::LayoutManager/doPhasedInstantiationCallback()&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) The base widge and scale bar (on the left) appear to be not right (see the image attached).&amp;nbsp; I guess they are related to the errors in 2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish someone can help for these bugs due to the software updating.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 13:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352688#M8330</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2010-07-02T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer template: Base widget does not right after switching to Flash 4 Builde</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352689#M8331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to set your project settings to use Flex SDK 3.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/7476-Errors-amp-Warnings"&gt;http://forums.arcgis.com/threads/7476-Errors-amp-Warnings&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 15:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352689#M8331</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-07-02T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer template: Base widget does not right after switching to Flash 4 Builde</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352690#M8332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to change to SDK 3.5 (see the image attached), but the errors are the same after re-building it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 01:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352690#M8332</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2010-07-03T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flexviewer template: Base widget does not right after switching to Flash 4 Builde</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352691#M8333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem solved by replacing agslib-2.0 by agslib-1.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 13:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-template-base-widget-does-not-right/m-p/352691#M8333</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2010-07-12T13:37:07Z</dc:date>
    </item>
  </channel>
</rss>

