|
POST
|
Duh. I moved the widget out of the container tray and set preload to true. Seems to achieve what I wanted. Just using the base widget with no widget template. Thx, F
... View more
06-03-2013
09:07 PM
|
0
|
0
|
2092
|
|
POST
|
Hi Guys, Has anyone created a non interactive widget? I basically want to add a module that has access to the widget framework (config data, map etc etc) but doesn't have an icon or placement on any widget containers. I really want this to be completely independent of the Viewer core code so I don't have to worry about upgrades and customising the viewer code, but I want it to load automatically as any other widget. Has anyone built something along these lines? Cheers, F
... View more
06-03-2013
09:03 PM
|
0
|
10
|
2813
|
|
POST
|
Anyone? Anyone? I'm seeing this in my AGS logs: Version was edited elsewhere during edit session for GraphicFeatureServer.ApplyEdits. Will reconcile ... Invalid Spatial Reference in the input for the operation on Layer: FFT. Using Map's Spatial Reference. ... NZDF/C2.MapServer DEBUG May 27, 2013 5:08:43 PM Version Reconciliation Information. AcquireLock: false AbortIfConflicts: false ChildWins: true ColumnLevel: true Conflicts found: false NZDF/C2.MapServer DEBUG May 27, 2013 5:08:42 PM Using MultiuserEditSessionMode: esriMESMVersioned. NZDF/C2.MapServer DEBUG May 27, 2013 5:08:42 PM Operation parameter: rollbackOnFailure not honored due to data type in layer(s). NZDF/C2.MapServer DEBUG May 27, 2013 5:08:42 PM Begin GraphicFeatureServer.HandleREST_ApplyEditsOperation method. NZDF/C2.MapServer FINE May 27, 2013 5:08:42 PM REST request received
... View more
05-26-2013
08:32 PM
|
0
|
0
|
804
|
|
POST
|
Hi, Is there a way to change the Location Service polling interval? I'd ike to slow it down to every few minutes. Thanks, Fraser
... View more
05-22-2013
08:55 PM
|
0
|
1
|
912
|
|
POST
|
Hi, I'm running a feature service for editing and I'm hitting this error as I'm trying to do an update 05-23 16:36:54.689: W/ArcGIS(10547): com.esri.core.io.EsriServiceException: Unable to complete operation. 05-23 16:36:54.689: W/ArcGIS(10547): Lock request conflicts with an established lock [dbo.DEFAULT] 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.io.handler.c.a(Unknown Source) 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.io.handler.g.a(Unknown Source) 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.io.handler.g.a(Unknown Source) 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.tasks.a.e.a(Unknown Source) 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.tasks.a.e.b(Unknown Source) 05-23 16:36:54.689: W/ArcGIS(10547): at com.esri.core.internal.tasks.b.call(Unknown Source) has anyone come across this before? It is a point FC on a non versioned feature class, ArcGIS server 10.1 SP1 feature service. Thanks, Fraser
... View more
05-22-2013
08:41 PM
|
0
|
1
|
3426
|
|
POST
|
Hi There, I'm using the webmap sample to create a popup for editing. Note I am not using a webmap but a feature layer direct from AGS. I have the following code: for (Graphic g : x) { ArcGISPopupInfo popinfo = sigEventsLayer.createPopupInfo(); Popup popup = new Popup(mapView,popinfo,g); //popup.setEditMode(true); - popup is empty! popupContainer.addPopup(popup); } createEditorBar(sigEventsLayer, true); popupDialog = new PopupDialog(mapView.getContext(), popupContainer); popupDialog.show(); } If I don't set the editable flag then the graphic displays as expected. Note that if I set the edit mode I get no data. If I add the editor bar and click edit it doesn't change the popup to editable. I'm missing something obvious, I'm thinking that the popupinfo isn't set completely? Any help appreciated. Thanks, Fraser
... View more
05-20-2013
04:38 PM
|
0
|
0
|
1074
|
|
POST
|
Hey Robert, There is a bug in the widget for the layer popup. private function isMenuEmpty(item:Object) always returns true if the layer doesn't have a scale dependency. The issue is that you do a check against parent, and this is always null for the toclayermenu item. You actually pass the parent on the popUpForItem call, so this needs to be passed through to the isMenuEmpty so your check if it the TOC can be evaluated. Cheers, Fraser
... View more
10-11-2012
08:24 PM
|
0
|
0
|
3211
|
|
POST
|
Hi MDruzgala, Thanks for the reply, I appreciate your thoughts. Yes I had seen that, but in this case it won't work for us. We don't want to manage the content through the Viewer configuration. We want it managed through AGOL - so the guys can make changes to the basemap gallery, and the main content webmap and see these in the viewer without having to manage configuration file changes. Once the viewer is deployed there will be no changes without a change control process which is lengthy and difficult. We also want to use the Esri map gallery and have the same Viewer populate with different webmaps in the long run. Cheers, Fraser
... View more
10-10-2012
12:10 PM
|
0
|
0
|
1276
|
|
POST
|
Hi There, We have discovered an issue in the Flex Viewer - v 3.0. Basic version - we cannot display webmaps from an AGOL organisational account in the viewer in the basemap gallery - where you have changed the basemap group from the default Esri ones. Can we use our own webmaps from our AGOL account? Long version If you want to consume a web map from your AGOL organisational account, if you choose to add arcgisonline basemaps you only get the basemaps from the Esri group - not from any customised basemap groups you may have set. The issue is in protected function portal_loadedHandler(event:PortalEvent):void in PortalBasemapAppender.as where it sets the query to title:"ArcGIS Online Basemaps" AND owner:esri_en and there is no option to set this to your own organisation or groups. If you change this to be your organisation you can get your basemaps (which may or may not be webmaps) back, but then there is an issue with private function createBasemapLayerObject(itemData:Object, item:PortalItem):void - this method creates xml for comparison to add to the basemaps on the map. However it compares the Portal Item title with the basemap in the item title - which may be 2 different things. This means that the nested for loop in private function addBasemapsInOrder():void is never true and the maps don't get added to the basemaps collection; as the portal item title may never be the first basemap title. Now we can change all this by resetting the query and then changing how the layer xml is created, and this will add our organisations basemaps into the viewer. But then this breaks all the AGOL default ones as the control doesn't know how to handle them. Thanks, Fraser
... View more
10-09-2012
05:17 PM
|
0
|
5
|
3304
|
|
POST
|
OK I solved this one. Once I saw it, it was a forehead slap. What I had done was login as handf - this was ok and even returned my jobs. BUT! In wmx I'm HandF and the loadWorkflowControl checks this *explicitly*!! So getting jobs and updating properties as handf is ok, but running the workflow is not. Cheers, Fraser
... View more
09-02-2012
05:53 PM
|
0
|
0
|
758
|
|
POST
|
Hi There, I'm attempting to run the 10.1 JS client against a 10 server - with the exdeption of some JS errors the site appears to function except when you go onto the workflow tab - there are no buttons to interact with the workflow or to advance it or mark off steps etc. The job is assigned to the user and the interaction buttons are available in the flex client. Thx, Fraser
... View more
09-02-2012
05:00 PM
|
0
|
1
|
2341
|
|
POST
|
Hi, We have a fairly sizable workflow for a particular job. When clicking on the workflow button in the flex web client the workflow image never loads. I can see the server generating it and retuning the png, but this is never displayed in the client app. Is there a max size to the image? Using the 10 SP3 viewer. Thanks, Fraser EDIT: Same behaviour with 10.1 client - I can see the image being generated by the server (Fiddler2) but it never gets displayed in the flex client. Timeout issue?
... View more
09-02-2012
04:40 PM
|
0
|
1
|
1861
|
|
POST
|
Hi There, Has anyone had any issues with the wmx javascript viewer and running it in IE 8 compatibility mode? We are on a site where the majority of clients are XP with IE 8. Browser settings are applied by group policy and users cannot change any of their IE settings. One of these settings is to run IE in compatibility mode. When running the js viewer in IE 8 compatibility mode, multiple js errors are thrown and the wmx data nor maps load. The errors are: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E) Timestamp: Thu, 30 Aug 2012 23:51:54 UTC Message: Expected identifier, string or number Line: 975 Char: 1 Code: 0 URI: http://.../WorkflowManager/js/WMTasks.js Message: 'esri.WorkflowManager.WMConfigurationTask' is null or not an object Line: 25 Char: 1 Code: 0 URI: http://.../WorkflowManager/js/wmjsfunctions.js Message: 'esri.WorkflowManager.Enum' is null or not an object Line: 4 Char: 1 Code: 0 URI: http://.../WorkflowManager/js/jobProperty.js Message: 'esri.WorkflowManager.WMAOILayerTask' is null or not an object Line: 4 Char: 1 Code: 0 URI: http://.../WorkflowManager/js/MapView.js Message: Object doesn't support this property or method Line: 67 Char: 13 Code: 0 URI: http://.../WorkflowManager/ Administration users can change to normal mode, and the site loads and appears to run, but still throws js errors: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E) Timestamp: Thu, 30 Aug 2012 23:53:08 UTC Message: Expected ';' Line: 1 Char: 9 Code: 0 URI: http://.../wmrest/services/DownerDevelopment/WMServer/dataWorkspaces/%7B29FB56D0-C5DE-476F-B3B4-CC112BAF2591%7D/info?user=handf&f=json&_ts=1346370784708&callback=dojo.io.script.jsonp_dojoIoScript7._jsonpCallback We have an admin user which has IE 9 - and the results are even worse. IE 9 in compatibility mode produces the same errors: [ATTACH=CONFIG]17394[/ATTACH] while in normal mode we get strange artefacts on the map: [ATTACH=CONFIG]17392[/ATTACH] Running in IE 8 mode produces the same as an IE 8 client (of course). [ATTACH=CONFIG]17393[/ATTACH] We would like to get the JS viewer working to make life easier for deployment to mobile clients. Help! Thanks, Fraser
... View more
08-30-2012
03:58 PM
|
0
|
3
|
6637
|
|
POST
|
Hi There, Has anyone implemented a login / password with the OOTB wmx flex client? I'm thinking maybe wrapping it in a .net page with pass through IIS security Are there any extended samples out there? Thanks, Fraser
... View more
08-08-2012
02:52 PM
|
0
|
1
|
2037
|
|
POST
|
Hi All, I obtained my desired behaviour by extending the functionality of the Create Child Jobs step. Thx, F
... View more
07-22-2012
02:01 PM
|
0
|
0
|
1051
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-05-2026 01:57 PM | |
| 1 | 05-11-2026 08:21 PM | |
| 2 | 07-11-2024 05:14 PM | |
| 3 | 04-03-2024 01:48 PM | |
| 1 | 08-24-2014 10:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-09-2026
03:10 PM
|