<?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: Weather Underground Widget Error (cont) in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170868#M5452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great that did the trick, thanks Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On another note - the popups appear on a mouseOverGraphic function and I like that the user does not need to click on it to see the info.&amp;nbsp; How could I set it so that it disappears after a certain amount of time...or on a mouseOutGraphic event? - ratther than having to hit the x button to close it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have done is made the entire widget hidden from the map...so that the user does not have to do anything at all - but the icons are always present on the map - so it gets kind of annoying when you keep accidentally touching an icon and the popup appears and does not go away on its own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your time is much appreciated, good sir!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 14:07:50 GMT</pubDate>
    <dc:creator>philippschnetzer</dc:creator>
    <dc:date>2011-12-16T14:07:50Z</dc:date>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170862#M5446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for posting in the wrong forum (thanks Robert).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I stated in my original post, I did add the mxml to my Flex Modules so I do not think that is the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a Error #2036 when the SFV starts up and the little Weather Underground Button does show up in the SFV.&amp;nbsp; However, it is not open like it should (i.e. preload="open") and nothing happens when you click the widget button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead, the error is saying that AppEvent.addListener(AppEvent.DATA_PUBLISH, sharedDataUpdated) is an undefined method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 13:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170862#M5446</guid>
      <dc:creator>DonaldCatanzaro</dc:creator>
      <dc:date>2011-08-23T13:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170863#M5447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sounds like you did not notice the part of the widget title that says for Flex Viewer 2.4&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 14:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170863#M5447</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-23T14:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170864#M5448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Reading my response that I sent you from my BlackBerry it reads a little short and irritated but I did not mean it to come across this way. If you want to change the code to work for 2.3.1 for your testing and figuring out how to get your XML service data, then all you have to do is change that line to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
ViewerContainer.addEventListener(AppEvent.DATA_PUBLISH, sharedDataUpdated);&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is the old Flex Viewer 2.3.1 way. So any time you see &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;AppEvent.addListener&lt;/PRE&gt;&lt;SPAN&gt; change it to &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ViewerContainer.addEventListener&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170864#M5448</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170865#M5449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Noticing that when you minimize the widget the first time it doesn't behave as intended...&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;http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-weather.xml&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After minimizing it the first time it does behave properly for subsequent 'minimizations'...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in your example the data results are shown on screen automatically, but in my app I can wait and nothing happens until I click on the searchState state or searchResults state and then the results instantly appear....(all I did was change the airport code to yyg in the xml - it's Charlottetown, PEI, CAN).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome widget, Robert!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 14:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170865#M5449</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-12-13T14:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170866#M5450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Phillip,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for reporting the minimize bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will want to use this configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;apquery&amp;gt;http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=[value]&amp;lt;/apquery&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;obquery&amp;gt;http://api.wunderground.com/auto/wui/geo/GeoLookupXML/index.xml?query=[value]&amp;lt;/obquery&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pwsquery&amp;gt;http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=[value]&amp;lt;/pwsquery&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;forcastquery&amp;gt;http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=[value]&amp;lt;/forcastquery&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;10000&amp;lt;/zoomscale&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;geometryservice&amp;gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer&amp;lt;/geometryservice&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- valid values are f for Fahrenheit and c for Celsius --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:Red;"&gt;&amp;lt;tempdefault&amp;gt;c&amp;lt;/tempdefault&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- enter either the zip code, airport code, or city and state to 
&amp;nbsp;&amp;nbsp;&amp;nbsp; enter in the search textbox when widget is opened. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:Red;"&gt;&amp;lt;defaultsearch&amp;gt;CYYG&amp;lt;/defaultsearch&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- if a defaultsearch value is entered do you want to automatically search for it? --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:Red;"&gt;&amp;lt;autosearchdefault&amp;gt;true&amp;lt;/autosearchdefault&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- if you do not want to allow the user to change the search then set to false. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showsearchoption&amp;gt;true&amp;lt;/showsearchoption&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- if you want to show personal weather station observations by default. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:Red;"&gt;&amp;lt;showpwsdefault&amp;gt;true&amp;lt;/showpwsdefault&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- if you want to show current temp at the observations along with the weather 
&amp;nbsp;&amp;nbsp;&amp;nbsp; condition icon by default. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showtempsdefault&amp;gt;true&amp;lt;/showtempsdefault&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;labels&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadinglabel1&amp;gt;Retrieving List Of Weather Stations...&amp;lt;/loadinglabel1&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadinglabel2&amp;gt;Retrieving Airport Weather Observations...&amp;lt;/loadinglabel2&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadinglabel3&amp;gt;Retrieving Personal Weather Observations...&amp;lt;/loadinglabel3&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/labels&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170866#M5450</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170867#M5451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Phillip,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Version 2.5.0.1 now fixes the minimize issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 17:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170867#M5451</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-12-13T17:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170868#M5452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great that did the trick, thanks Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On another note - the popups appear on a mouseOverGraphic function and I like that the user does not need to click on it to see the info.&amp;nbsp; How could I set it so that it disappears after a certain amount of time...or on a mouseOutGraphic event? - ratther than having to hit the x button to close it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have done is made the entire widget hidden from the map...so that the user does not have to do anything at all - but the icons are always present on the map - so it gets kind of annoying when you keep accidentally touching an icon and the popup appears and does not go away on its own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your time is much appreciated, good sir!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 14:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170868#M5452</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-12-16T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170869#M5453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Philipp,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Version 2.5.0.2 has this new feature and the time is configurable in the xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 17:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170869#M5453</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-12-16T17:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170870#M5454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Absolutely perfect, thank you so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170870#M5454</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-12-19T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170871#M5455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please point to me that where I can download Weather Underground widget v 2.5?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xiaoyi Zhang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 14:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170871#M5455</guid>
      <dc:creator>xiaoyizhang</dc:creator>
      <dc:date>2013-06-04T14:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170872#M5456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Xiaoyi Zhang,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That widget is no longer available. The Underground Weather service has changed making this widget unusable no matter which version you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 15:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170872#M5456</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-06-04T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Weather Underground Widget Error (cont)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170873#M5457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xiaoyi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 16:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/re-weather-underground-widget-error-cont/m-p/170873#M5457</guid>
      <dc:creator>xiaoyizhang</dc:creator>
      <dc:date>2013-06-04T16:13:39Z</dc:date>
    </item>
  </channel>
</rss>

