POST
|
I'm trying to determine if custom extensions can be enabled and disabled in Mobile Project Center (MPC) v3.0? I know this could be done in MPC v10 but I can't seem to make it work in v3.0. I've believe I have the extension deployed correctly, however lack of documentation is making it hard to determine that for sure. When I first open MPC v3.0 and click on the 'Capabilities' section I see my custom extension listed. I can select the custom extension and see that the xaml page has loaded for it. I can select the "Remove" button and it lets me remove it. However when I click "Add" under the capabilities section I don't see anything. I would expect to be able "Add" back the custom extension. A similar workflow was used in MPC v10 to enable/disable custom extensions. Is there something I need to wire up in code to see my custom extension under the "Add" Capabilities section in MPC v3.0? Any insight would be great, thanks! Matt
... View more
10-01-2012
01:20 PM
|
0
|
0
|
565
|
POST
|
I was just wondering if ESRI has a plans to update the documentation(specifically the samples) for ArcGIS Mobile API to version 3.0. It appears the samples that Doug linked to above are all still for version 10.0. Its been several months since v3.0 has been released and I've been postponing updating client code until documentation is available but its been 3 months and still no updated code samples. So with that, is there an ETA for updating the ArcGIS Mobile Resource Center fully to reflect version 3.0? Thanks! Matt
... View more
10-01-2012
12:53 PM
|
0
|
0
|
1
|
POST
|
I'm in the same boat here. I'm trying to upgrade a custom extension to v3.0 but my extension is not showing up in the capabilities section in mobile project center. The project is compiling fine and I'm deploying the .dll to <ArcGIS install-directory>\Mobile3.0\bin\extensions folder. All the samples/documentation online are written for v10.0 so I'm wondering if the deployment strategies have changed in v3.0 Matt
... View more
07-03-2012
10:47 AM
|
0
|
0
|
1
|
POST
|
Is this still a bug? I know that it says it was addressed with Sp3 but I'm still seeing this behavior with Sp4 installed. Is anyone else having the same issue? Is sp4 not cumulative? Do I need to install sp3 and sp4? Any insight would be great, thanks! Matt
... View more
05-03-2012
07:43 AM
|
0
|
0
|
2
|
POST
|
...What are you looking to do with the snapped feature/layer info if we made it available? I'm actually converting some 9.3 code to the 10.0 environment that several clients use. I believe there are several versions of similar tools on Arcscripts that do the same thing with 9.3 or classic snapping. Its an extension that will set a rotation value on a point feature in the create feature event based on the angle of the line that it was snapped to. Really I only need the shape of the feature so if the geometry cache on the IPointSnapper had a getter that would also work assuming it is not cleared after something is snapped. Any other work-arounds or suggestions would be great! Matt
... View more
03-14-2012
05:15 AM
|
0
|
0
|
4
|
POST
|
Hi All- Does anyone know if there is a way to get the feature that something was just snapped to in the Snapping Environment in ArcGIS 10? I have code that will do this in the classic snapping mode but I would like to take advantage of the new snapping environment. In classic snapping you could loop through the IFeatureSnapAgent.FeatureCache and perfrom a HitTest to see which feature was just snapped to. I see you can get the location of the snapped point via ISnappingEnvironment.PointSnapper.Snap(), but this does not expose any information about what was snapped to. I see you can add/clear/update a geometry cache on the ISnappingEnvironment.PointSnapper but you can't get any of the items in cache. I'm not too sure that would be helped either way since its just geometries and not features. I guess in theory you could perform a spatial query against each layer in the map with the location of the ISnappingResult but I don't see this as something that is feasible performance wise. I am missing something or has anyone else dealt with this limitation of the new Snapping Environment?
... View more
03-13-2012
11:52 AM
|
0
|
2
|
584
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|