|
POST
|
I too had this same requirement from client. Client wanted Edit Feature Attributes Page to be displayed side-by-side with Map page and not exclusive to each other. I started looking into an option of creating a custom page with Map control and Edit Attributes but had technical difficulties. I also played with the idea of showing a floating WinForm for Edit Attributes but it required lot of coding. Client has temporarily accepted out of the box solution of either map page or attribute page and but will require this sorted in the next phase of the project. Cheers, Vish
... View more
10-29-2013
09:21 PM
|
0
|
0
|
365
|
|
POST
|
Hi Peter, In ArcGIS 10.1 and 10.2, when you author your projects using Mobile Project Centre, you need to add basemap using option "Browse for Basemap-> Already deployed to Device". So the AMP file have a reference to this basemap. On the device itself, you need to use "Settings->Application Settings->Additional Basemap Folders" to specify where your basemaps should be attached from. And you will need to copy the basemap cache to this folder. After this, you can use same basemaps for multiple projects. Cheers, Vish
... View more
10-29-2013
09:09 PM
|
0
|
0
|
557
|
|
POST
|
Hi all, I have a requirement to allow Edit and Delete of features in ArcGIS for Windows Mobile 10.1.1 based on certain attributes of selected/identified feature. E.g. if user selected a "pole" that has status set to "Survey Pending", then only surveyor should be able to edit its attributes otherwise it should be read-only. I cannot separate the data into two service layers based on Status making one editable and other read-only in Mobile for the reasons beyond my control. From my understanding of ArcGIS for Windows Mobile, I am trying to implement FeatureListBox.CreatingFeatureListBoxMenuItems event. However, in the event handler I cannot find a way to replace existing CanExecute event on the menu command with my own CanExecute event. Does anyone know how to do it? e.g code below
protected override void OnOwnerInitialized()
{
//...
FeatureListBox.CreatingFeatureListBoxMenuItems += new EventHandler<CreatingFeatureListBoxMenuItemsEventArgs>
(FeatureListBox_CreatingFeatureListBoxMenuItems);
//...
}
private void FeatureListBox_CreatingFeatureListBoxMenuItems(object sender, CreatingFeatureListBoxMenuItemsEventArgs e)
{
//...
foreach (MenuItem currMenu in e.FeatureListBox.MenuItems)
{
// replace currMenu.Command.CanExecute ...
}
//...
}
Regards, Vish
... View more
10-21-2013
05:34 PM
|
0
|
0
|
767
|
|
POST
|
Hi, I have a customer who insists that ArcGIS for Windows Mobile should show "Table of Contents" as a dockable window so that user can easily know what each symbology represents. Use of Identify task to find out what layers user is seeing is not an acceptable workflow. Is there anything coming in version 10.2 that will meet this requirement. If not, has anyone tried to implement "Table of Contents" as a customisation/extension? If so, is it possible to share the information on how to implement it? Regards, Vish
... View more
07-06-2013
03:01 PM
|
0
|
1
|
739
|
|
POST
|
Hi, I have a customer who is using ArcGIS for Windows Mobile on HP tablet with Atom processor running Windows 8. Customer is complaining that ArcGIS Mobile's keyboard being too slow on this hardware. When user is editing the textual field, there is a 1-3 seconds delay between user pressing a key using stylus and the value appearing in the text box. If user uses Windows 8 provided keyboard, there is hardly any delay. Anyone knows why this behaviour and if ArcGIS Mobile keyboard can be disabled permanently? Thanks, Vish
... View more
06-25-2013
10:43 PM
|
0
|
3
|
1159
|
|
POST
|
Hi, Apperantly, this NIM number has been categorised as Feature Request and not a bug. Regards, Vish
... View more
06-25-2013
10:26 PM
|
0
|
0
|
878
|
|
POST
|
What are the specs of the device you are using? Client is using HP Elitepad 900 model with Windows 8. The device has inbuilt 8mp camera with flash. HP's camera metro app can take brilliant photos, ArcGIS Mobile is stuck at 640x480 without flash. Cheers, Vish
... View more
06-11-2013
10:31 PM
|
0
|
0
|
291
|
|
POST
|
Hi Denise, I started my extension project with Visual Studio 2008 to use plugin that creates required projects (Project Centre, Win and Win Mobile). I compiled and copied DLLs to necessary folders. I could see and use the extension in MPC. I then opened the same project in VS2012, changed the target framework to 4.5 and recompiled, no other changes. This time MPC could not see the extension. When I targeted the framework back to 3.5 still in VS2012, surely the extension started appearing in MPC extension list. So my guess is somewhere MPC checks the dotnet framework version of the dll found in the C:\ProgramData\ESRI\MobileProjectCenter\Extensions folder, though I am not sure why. Cheers, Vish
... View more
06-11-2013
01:57 PM
|
0
|
0
|
312
|
|
POST
|
Hi all, I have a requirement that needs custom extension for ArcGIS for Windows Mobile on Windows 8. To use some of the third party and Windows SDK tools, I need to target my custom extension on DotNet framework 4.5. However, it seems that ArcGIS Mobile Project Centre does not identify customisations with target framework other than 3.5. Is it expected or am I doing something wrong? Regards, Vish
... View more
06-09-2013
11:51 PM
|
0
|
2
|
2166
|
|
POST
|
Hi all, I am having a little problem with a custom camera page I am having to develop in ArcGIS for Windows Mobile. The reason for custom camera page is, out of the box ArcGIS for Windows Mobile 10.1.1 does not provide user with option to chage camera resolution settings. In the code I am using following lines; ESRI.ArcGIS.Mobile.Client.WebCam.CameraService.DefaultCamera.CaptureHeight = 768; ESRI.ArcGIS.Mobile.Client.WebCam.CameraService.DefaultCamera.CaptureWidth = 1024; System.Drawing.Bitmap image = ESRI.ArcGIS.Mobile.Client.WebCam.CameraService.DefaultCamera.GetCurrentImage(); image.Save(System.IO.Path.GetTempFileName(), image.RawFormat); However, the code above falls over with MemoryAccessViolation, a very low level error. Even Try Catch does not seem to capture it. In debug mode, error sometimes happens at GetCurrentImage, sometimes at image.Save and sometimes after. I have tried all sorts of things, such as cloning Bitmap, saving it MemoryStream first and then saving to FileStream, adding Thread.Sleep, boxing the disposable objects with "using" etc. But one of the calls that involve Bitmap or Stream objects, falls over with AccessViolation. Any idea why this is happening. Out of the box Camera button works fine and I can see JPG created in %TEMP% folder as well as attachment added. Just they are very low resolution images. Any help is much appreciated. My project goes live in two weeks time. Cheers, Vish PS: Someone else had started a similar thread but no answer was provided.
... View more
05-14-2013
09:02 PM
|
0
|
2
|
622
|
|
POST
|
Hi, I have a customer who is using ArcGIS for Windows Mobile to perform survey of assets. The part of the survey workflow is to take photos(s) of the asset while collecting/editing. The HP tablet client is using is running Windows 8 and is capable of taking high resolution photos. However, default camera used by the mobile app creates very low resolution images (< 16kb) and is very grainy. This is not acceptable to the client. I cannot find any way to change the settings of camera in terms of resolution etc. Does anyone know where this should be adjusted? Taking the picture outside of the mobile app and then attach it is not acceptable workflow to the client. Surveyors tend to attach wrong photos. Thanks, Vish
... View more
05-02-2013
01:55 AM
|
0
|
14
|
3350
|
|
POST
|
Hi, Is there any update on this? I too need to apply security to mobile maps pushed to Mobile Content Server. The REST end point is too thin. The documentation mentions "Securing a mobile service is like securing a map service or any other service by protecting your data from unauthorized access". However, there is no way to apply security at folder level or service level. Users have download access to all mobile maps. We have a pressing requirement where client sub-contracts survey projects. The sub-contractor should be able to see only those maps for which contract is awarded to him. It does not seem to be possible with standard configuration. I am more than happy to be wrong. Regards, Vish
... View more
05-01-2013
04:52 AM
|
0
|
0
|
630
|
|
POST
|
Hello all, I have a requirement to customise Feature List menu and provide some additional options based type of feature. It seems that there is only a static event handler called FeatureListBox.CreatingFeatureListBoxMenuItems. Configuring menus using this event handler applies the changes to all features in the list. There could be different feature types in the list. e.g. when user runs "Identify" task, it can put a Pole and a Transformer into the FeatureList. I want to customise the menu based on type of feature selected. E.g. if a selected feature is "Pole", I want to replace standard "Edit" menu with custom EditAttributePage to capture pole attachments. I can see that FeatureListBox object has SelectedFeature property which seem to be set to current feature selected in the list. Is there any event handler for selection changed, like FeatureListBox.SelectedFeatureChanged? Or is there any other way? I tried FeatureListBox.CreatingMenuItems but this event never fires. Any help is much appreciated. Cheers, Vish
... View more
04-14-2013
04:24 PM
|
0
|
0
|
491
|
|
POST
|
Hi, I am implementing an ArcGIS for Windows Mobile solution for a telecom client to do survey of Communcation Pits and equipment. The Pit feature class being surveyed has about 30 attributes, some are domain bound. However, many attributes are conditional attributes and need to be set only if some attribute has a specific value. I tried hiding/showing attributes in standard Edit Attributes page but customer wants wizard like interface where by additional attribute edit form pops up when certain value is set. E.g. in the Attribute Edit form, if user clicks "Yes" for "Is Hazardous Pit" attribute with YesNo domain, a new edit attribute page should pop-up showing hazard specific attributes for the Pit being edited. I am trying to add a new EditFeatureAttributesPage class, set required attributes using EditFeatureAttributesViewModel and then transition the page to this new page. However, I cannot find approriate event handler to launch this EditFeatureAttributesPage. I tried DataColumnFeatureAttribute.PropertyChanged but it does not launch custom Edit Attribute page. Am I missing something? I must admit here I am new to Mobile SDK. So any help is much appreciated. Cheers, Vish
... View more
03-04-2013
02:55 PM
|
0
|
5
|
3040
|
|
POST
|
Hi, I have some vector datasets in Microstation DGN v7 file format. I added these DGN files in ArcMap as layers and they are displayed correctly with symbology based thematic etc. However, when I try to publish this map as ArcGIS for Server Map Service, I get "Layer type is not supported" critical error for all map layers that are DGN files. Does ArcGIS for Server support DGN files? If not, is there any documentation on which data types are supported by ArcGIS for Server. I thought everything that ArcMap supports can be published to ArcGIS Server. Thanks, Vish
... View more
11-27-2012
08:01 PM
|
0
|
1
|
2158
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-13-2021 01:47 PM | |
| 1 | 10-13-2020 02:54 PM | |
| 1 | 03-09-2020 04:38 AM | |
| 1 | 02-23-2022 08:50 PM | |
| 1 | 01-31-2022 05:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-13-2022
07:27 PM
|