<?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: Importing Customized Widget Failure!  Plz Help! in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614870#M18352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still using flash builder 4.0, sdk 4.6 targetting flash player 11.1.0. Under the flex build path I have the framework linkage as 'Merged into code'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 13:11:14 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2013-01-28T13:11:14Z</dc:date>
    <item>
      <title>Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614865#M18347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have created my first widget in Flash Builder 4.7.&amp;nbsp; I am running Arcgis Viewer for Flex 3.1.&amp;nbsp; When I attempt to bring my new widget into a viewer it just doesn't work.&amp;nbsp; However, when I run from within Flash Builder the viewer comes up and widget works without a hitch.&amp;nbsp; Here are the steps I took.&amp;nbsp; Please advise me on what Im doing wrong.&amp;nbsp; I assume that something is happening when creating the swf file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created new widget under the src--&amp;gt;widget folder.&amp;nbsp;&amp;nbsp; Named folder, xml and mxml "XYWidget".&amp;nbsp; Added desired coding.&amp;nbsp; I then went under Properties--&amp;gt; Flex Modules and added XYWidget.mxml to the directory.&amp;nbsp; Finally I ran the "Export Release Build" to my designated output folder.&amp;nbsp; I used the default location which is "bin-release" folder.&amp;nbsp; Once it complied and completed I went to the bin-release folder and zipped up the XYWidget folder that included the swf and xml file.&amp;nbsp; I opened the flexviewer and imported the customized widget zip file.&amp;nbsp; It imports successfully.&amp;nbsp; I then go into the config.xml file for both the flexviewer and flexviewers folders where the web server is running (again this is default locations C:\inetpub\wwwroot\flexviewer and C:\inetpub\wwwroot\flexviewers\xxxxexampleviewer) and I add the widget to the widgetcontainer &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;widget url="widgets/XY/XYWidget.swf" config="widgets/XY/XYWidget.xml" label="XY" icon="assets/images/i_nav.png"/&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then have tried opening existing project and adding widget in or creating a new one.&amp;nbsp; Everything goes according to plan and then when I open viewer in browser the widget appears but it will not open.&amp;nbsp; Ever... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong?&amp;nbsp; Thanks in advance for any assistance.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sloney&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 07:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614865#M18347</guid>
      <dc:creator>BrentSlone1</dc:creator>
      <dc:date>2013-01-28T07:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614866#M18348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of trying to load your widget using application builder try just copying your compiled widget folder (folder XY from the bin-release folder) to your widgets folder on your web server (C:\inetpub\wwwroot\flexviewer\widgets). Do not zip the folder. Add your widget tag to your main config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;widget url="widgets/XY/XYWidget.swf" config="widgets/XY/XYWidget.xml" label="XY" icon="assets/images/i_nav.png"/&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then ensure you have closed all your browsers down completley then open your application again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See if that works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 09:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614866#M18348</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-01-28T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614867#M18349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responded.&amp;nbsp; I have tried that as well and no luck.&amp;nbsp; I have created the widget a few different times from scratch.&amp;nbsp; Same results.&amp;nbsp; It works within Flash Builder when I run but nothing from web server when I copy OR import data over.&amp;nbsp; Anything else that I may be doing wrong?&amp;nbsp; Here is the .mxml code....&amp;nbsp; thanks for your help!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;///////////////////////////////////////////////////////////////////////////&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Copyright (c) 2010-2011 Esri. All Rights Reserved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Licensed under the Apache License, Version 2.0 (the "License");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// you may not use this file except in compliance with the License.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// You may obtain a copy of the License at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.apache.org/licenses/LICENSE-2.0"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;//&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Unless required by applicable law or agreed to in writing, software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// distributed under the License is distributed on an "AS IS" BASIS,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// See the License for the specific language governing permissions and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// limitations under the License.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;///////////////////////////////////////////////////////////////////////////&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;viewer:BaseWidget xmlns:fx="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow" target="_blank"&gt;http://ns.adobe.com/mxml/2009&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:viewer="com.esri.viewer.*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetConfigLoaded="init()"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;fx:Script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;![CDATA[&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; import com.esri.ags.events.MapMouseEvent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; //this function called when the widget's configuration is loaded&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; private function init():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; if (configXML) // checking for valid content in the configuration file&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;&amp;nbsp; lbl.text = configXML.content || getDefaultString("helloContent");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&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; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; protected function helloWorld_openHandler(event:Event):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; map.addEventListener(MapMouseEvent.MAP_CLICK, mapClicked); &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; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; private function mapClicked (event:MapMouseEvent) : 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; lbl.text = "X: " + event.mapPoint.x + "\nY: " + event.mapPoint.y;&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; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; protected function helloworld_closedHandler (event:Event) : 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; map.removeEventListener (MapMouseEvent.MAP_CLICK, mapClicked); &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;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/fx:Script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;viewer:WidgetTemplate id="helloWorld"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="400" height="100" open="helloWorld_openHandler(event)" closed="map.addEventListener(MapMouseEvent.MAP_CLICK, mapClicked);"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;viewer:layout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;s:VerticalLayout horizontalAlign="center" verticalAlign="middle"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/viewer:layout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;s:Label id="lbl"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="100%"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontSize="16"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontStyle="italic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontWeight="bold"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color="#FFD700"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/viewer:WidgetTemplate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/viewer:BaseWidget&amp;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;Here is the portion of the config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;widget label="XY" left="390" top="400"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_nav.png"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/XYWidget/XYWidget.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/XYWidget/XYWidget.swf"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 10:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614867#M18349</guid>
      <dc:creator>BrentSlone1</dc:creator>
      <dc:date>2013-01-28T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614868#M18350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just taken your code and placed it in my project, added the module then exported the release build. I then added the widget to one of my pre existing projects and it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure that your project that your are trying to add it to is built on 3.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the compiled widget to see if it works within your application&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 11:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614868#M18350</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-01-28T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614869#M18351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So this has me curious.&amp;nbsp; I was able to successfully add the zip file you sent and it works fine.&amp;nbsp; I changed the "Some text" to what I wanted and it didnt show up.&amp;nbsp; More importantly though I noticed that your swf is 78kb and mine is 80kb.&amp;nbsp; I feel like there is an issue with my Flash Builder actually building the swf file.&amp;nbsp; I am using FB 4.7 (64 Bit).&amp;nbsp; What version are you using if you dont mind me asking?&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;Brent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 12:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614869#M18351</guid>
      <dc:creator>BrentSlone1</dc:creator>
      <dc:date>2013-01-28T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614870#M18352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still using flash builder 4.0, sdk 4.6 targetting flash player 11.1.0. Under the flex build path I have the framework linkage as 'Merged into code'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 13:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614870#M18352</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-01-28T13:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614871#M18353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Often when something works from Flashbuilder, but not from the browser is a localhost/path issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you set the Output folder URL in the flashbuilder properties to the &lt;/SPAN&gt;&lt;A href="http://servername/fvapp?"&gt;http://servername/fvapp?&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; If you run it from Flashbuilder without it set properly, it will either run as &lt;/SPAN&gt;&lt;A href="http://localhost/"&gt;http://localhost/&lt;/A&gt;&lt;SPAN&gt; or C:\inetpub\wwwroot\flexviewer\ (which will work through FlashBuilder, but not the browser).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you see the c:\ path in your browser URL, this is what is causing the issue as the broswer should say &lt;/SPAN&gt;&lt;A href="http://servername/fvapp"&gt;http://servername/fvapp&lt;/A&gt;&lt;SPAN&gt; regardless of whether lauched from FlashBuilder or directly in browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a thought,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 21:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614871#M18353</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-28T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614872#M18354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Brent,&lt;BR /&gt;&lt;BR /&gt;I am still using flash builder 4.0, sdk 4.6 targetting flash player 11.1.0. Under the flex build path I have the framework linkage as 'Merged into code'.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Anthony, so I altered my framework linkage to "Merged into code" and the browser would not run at all.&amp;nbsp; When I use the default SDK (runtime shared library), it works fine.&amp;nbsp; I appreciate all your help!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 02:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614872#M18354</guid>
      <dc:creator>BrentSlone1</dc:creator>
      <dc:date>2013-01-31T02:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614873#M18355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Brent,&lt;BR /&gt;&lt;BR /&gt;Often when something works from Flashbuilder, but not from the browser is a localhost/path issue.&lt;BR /&gt;&lt;BR /&gt;Have you set the Output folder URL in the flashbuilder properties to the &lt;A href="http://servername/fvapp?"&gt;http://servername/fvapp?&lt;/A&gt;&amp;nbsp; If you run it from Flashbuilder without it set properly, it will either run as &lt;A href="http://localhost/"&gt;http://localhost/&lt;/A&gt; or C:\inetpub\wwwroot\flexviewer\ (which will work through FlashBuilder, but not the browser).&lt;BR /&gt;&lt;BR /&gt;If you see the c:\ path in your browser URL, this is what is causing the issue as the broswer should say &lt;A href="http://servername/fvapp"&gt;http://servername/fvapp&lt;/A&gt; regardless of whether lauched from FlashBuilder or directly in browser.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;&lt;BR /&gt;R_&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So currently I do not have the output folder URL set.&amp;nbsp; So I have a Flexviewer named NTMA.&amp;nbsp; Would I point this path directly into this folder; so &lt;/SPAN&gt;&lt;A href="http://KAB1-AS2.global.amec.com/flexviewers/NTMA"&gt;http://KAB1-AS2.global.amec.com/flexviewers/NTMA&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 03:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614873#M18355</guid>
      <dc:creator>BrentSlone1</dc:creator>
      <dc:date>2013-01-31T03:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Customized Widget Failure!  Plz Help!</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614874#M18356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, if you have your NTMA project within a flexviewers folder in the server root folder.&amp;nbsp; Using IIS, I have my FV projects directly in the inetpub/wwwroot/ folder as I don't like the extra "flexviewers" in the path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set mine so that the output folder would be &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;U:\inetpub\wwwroot\NTMA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (I have my server C:\ mapped to the local U:\ drive)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the Output folder URL would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://KAB1-AS2.global.amec.com/NTMA"&gt;http://KAB1-AS2.global.amec.com/NTMA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know if most output directly to the server folder, but this is what I had to do to get it to behave the same running from the browser vs within flex (I don't have a web server running on my FlashBuilder box).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually develop as something like &lt;/SPAN&gt;&lt;A href="http://KAB1-AS2.global.amec.com/NTMA_tmp"&gt;http://KAB1-AS2.global.amec.com/NTMA_tmp&lt;/A&gt;&lt;SPAN&gt;, then when done, my release build would be without the _tmp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/importing-customized-widget-failure-nbsp-plz-help/m-p/614874#M18356</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-31T15:00:07Z</dc:date>
    </item>
  </channel>
</rss>

