|
POST
|
Commenting out both lines seems to have worked. I will let you know if anything changes. Thank you so much Christina
... View more
01-02-2012
12:57 PM
|
0
|
0
|
1081
|
|
POST
|
This is the error I receive. the error pops up about 1 minute after opening. I need no error warnings to show as this site will be posted within a webpage that has ~6 other sites visible at the same time. The viewer is within a portlet. The viewer needs to be maintenance free once it is in production. As data providers will always have an issue with services, this could be an issue. Any suggestions are welcome. thank you for your help.
... View more
01-01-2012
07:26 PM
|
0
|
0
|
1081
|
|
POST
|
I thought it was working, but I was wrong. I looked everywhere in the code for the following text, function layer_loadErrorEvent. Stuck...
... View more
01-01-2012
03:33 PM
|
0
|
0
|
1081
|
|
POST
|
I commented out the line '//AppEvent.showError(errorMessage);' and is appears to be working correctly. thank you. I would have not figured it out myself. private function layer_loadErrorEvent(event:LayerEvent):void { event.layer.removeEventListener(LayerEvent.LOAD_ERROR, layer_loadErrorEvent); event.layer.removeEventListener(LayerEvent.LOAD, layer_loadEvent); var errorMessage:String = event.layer.name + " layer failed to load: " + makeHTMLSafe(buildFaultMessage(event.fault)); //AppEvent.showError(errorMessage); }
... View more
01-01-2012
12:34 PM
|
0
|
0
|
1081
|
|
POST
|
This is the code I see from line 828 to 835, Viewer 2.4. Shall I comment out AppEvent.showError(errorMessage);? private function layer_loadErrorEvent(event:LayerEvent):void { event.layer.removeEventListener(LayerEvent.LOAD_ERROR, layer_loadErrorEvent); event.layer.removeEventListener(LayerEvent.LOAD, layer_loadEvent); var errorMessage:String = event.layer.name + " layer failed to load: " + makeHTMLSafe(buildFaultMessage(event.fault)); AppEvent.showError(errorMessage); } Thank you this is a big help.
... View more
01-01-2012
09:37 AM
|
0
|
0
|
1081
|
|
POST
|
Does anyone know how to eliminate the fault pop up error at start up when a data service is not available? Previous versions of the Sample viewer did not do this.
... View more
01-01-2012
06:13 AM
|
0
|
8
|
1619
|
|
POST
|
I have just upgrades to 4.5 with my existing 2.4 viewer. I now have 7 warnings with the text below. Any suggestions... This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
... View more
09-24-2011
09:59 AM
|
0
|
2
|
614
|
|
POST
|
I just noticed the g was not correct in the config.xml file. It is now fixed. Thanks!!
... View more
03-07-2011
12:19 PM
|
0
|
0
|
688
|
|
POST
|
Strange, but I am now getting the previous error??? The xml file is on the server with extended permissions. I am officially stumped. Would Flash compile this incorrectly?? [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"] Fault code: Server.Error.Request Fault info: HTTP request error Fault details: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://mccullough-consulting.net/Working/widgets/WeatherUnderground/WUndergroundWidget.xml
... View more
03-07-2011
12:00 PM
|
0
|
0
|
688
|
|
POST
|
Robert, Sorry I am really confused as to how to fix this. The widget was working prior to yesterday. I increased the permission settings for the .xml file on the server. I still could not see the xml file. So, I uninstalled and reinstalled it on the site. Now I am getting this error: SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. file:///C:/cmccullough.net/McCulloughConsulting/IGIC/IGICFlash/Working/bin-debug/index.swf/[[DYNAMIC]]/2 was attempting to load http://icons-pe.wxug.com/i/c/a/partlycloudy.gif. at flash.display::Loader/_load() at flash.display::Loader/load() at mx.controls::SWFLoader/loadContent() at mx.controls::SWFLoader/load() at mx.controls::SWFLoader/commitProperties() at mx.core::UIComponent/validateProperties() at mx.managers::LayoutManager/validateClient() at mx.core::UIComponent/validateNow() at spark.components::DataGroup/initializeTypicalItem() at spark.components::DataGroup/ensureTypicalLayoutElement() at spark.components::DataGroup/measure() at mx.core::UIComponent/measureSizes() at mx.core::UIComponent/validateSize() at mx.managers::LayoutManager/validateSize() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/doPhasedInstantiationCallback() SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. file:///C:/cmccullough.net/McCulloughConsulting/IGIC/IGICFlash/Working/bin-debug/index.swf/[[DYNAMIC]]/2 was attempting to load http://resize.wunderground.com/cgi-bin/resize_convert?ox=gif&url=radblast/cgi-bin/radar/WUNIDS_composite%253Fcenterlat=39.77510452%2526centerlon=-86.10947418%2526radius=15%2526newmaps=1%2526smooth=1. at flash.display::Loader/_load() at flash.display::Loader/load() at mx.controls::SWFLoader/loadContent() at mx.controls::SWFLoader/load() at mx.controls::SWFLoader/commitProperties() at mx.core::UIComponent/validateProperties() at mx.managers::LayoutManager/validateProperties() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/validateNow() at mx.core::UIComponent/commitCurrentState() at mx.core::UIComponent/setCurrentState() at mx.core::UIComponent/set currentState() at widgets.WeatherUnderground::WUndergroundWidget/showStateTextSearch() at com.esri.viewer.components::TitlebarButton/icon_clickHandler()
... View more
03-07-2011
10:22 AM
|
0
|
0
|
688
|
|
POST
|
here is the text in my xml file. <configuration> <apquery>http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=[value]</apquery> <obquery>http://api.wunderground.com/auto/wui/geo/GeoLookupXML/index.xml?query=[value]</obquery> <pwsquery>http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=[value]</pwsquery> <forcastquery>http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=[value]</forcastquery> <zoomscale>10000</zoomscale> <outspatialref>102100</outspatialref> <geometryservice>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice> <!-- valid values are f for Fahrenheit and c for Celsius --> <tempdefault>f</tempdefault> <!-- enter either the zip code, airport code, or city and state to enter in the search textbox when widget is opened. --> <defaultsearch>Indianapolis, Indiana</defaultsearch> <!-- if a defaultsearch value is entered do you want to automatically search for it? --> <autosearchdefault>true</autosearchdefault> <!-- if you do not want to allow the user to change the search then set to false. --> <showsearchoption>true</showsearchoption> <!-- if you to show personal weather station observations by default. --> <showpwsdefault>false</showpwsdefault> <!-- if you to show current temp at the observations along with the weather condition icon by default. --> <showtempsdefault>true</showtempsdefault> <labels> <loadinglabel1>Retrieving List Of Weather Stations...</loadinglabel1> <loadinglabel2>Retrieving Airport Weather Observations...</loadinglabel2> <loadinglabel3>Retrieving Personal Weather Observations...</loadinglabel3> </labels> <info>widgets/InfoTemplates/InfoPopupWidget.swf</info> </configuration>
... View more
03-07-2011
07:06 AM
|
0
|
0
|
688
|
|
POST
|
I love this widget. I have had the Weather Underground widget on my viewer for some time, but now I am getting this error. [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"] Fault code: Server.Error.Request Fault info: HTTP request error Fault details: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://mccullough-consulting.net/Working/widgets/WeatherUnderground/WUndergroundWidget.xml [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"] Fault code: Server.Error.Request Fault info: HTTP request error Fault details: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://mccullough-consulting.net/Working/widgets/WeatherUnderground/WUndergroundWidget.xml http://mccullough-consulting.net/Working/index.html
... View more
03-06-2011
04:41 PM
|
0
|
0
|
980
|
|
POST
|
Thank you, I wanted to make sure I was doing the right thing. Much appreciated.
... View more
01-30-2011
08:00 AM
|
0
|
0
|
670
|
|
POST
|
The Flex site resides within a Word Press and stand alone. For Flex 2.2, I only see the index.html in the bin-release folder. I think I am missing something.
... View more
01-30-2011
05:09 AM
|
0
|
0
|
670
|
|
POST
|
How do you change the favicon in the Flex 2.2 version?
... View more
01-29-2011
04:28 PM
|
0
|
5
|
2505
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-07-2019 05:26 AM | |
| 1 | 11-03-2016 11:53 AM | |
| 1 | 05-15-2015 11:14 AM | |
| 2 | 07-09-2015 09:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|