Popup Menu extension
Description
This sample shows how to build a customized pop-up menu page that provides options when they're needed. The pop-up menu can be seen as equivalent to a context menu on win32 forms. A typical example is the pop-up menu that appears when you tap a feature from a search result and can then view the selected feature's attributes, browse to it on the map, add it to the work list, and so on. This sample appends a Navigate option to the following three pages in the application:
- Feature List
- Identify Results
- Search Results
This sample demonstrates how to customize a pop-up menu item' it does not implement the navigate function for the selected feature.
Prerequisites
Product: ArcGIS for Windows Mobile
Platforms: Windows Mobile 5/6
Requirements: Visual Studio 2008 with SP1, .NET Compact Framework 3.5
How to use
- Open the project in Visual Studio 2008. Learn how to set up your development machine.
- Compile the project and deploy the assembly to your mobile device or emulator. Read more about deployment.
- Build and deploy the mobile project assembly file (included with the sample project) to the <ArcGIS Mobile installation path>\bin\Extensions folder on your desktop where you'll author your mobile project with the Mobile Project Center application.
- In Mobile Project Center, add the extension to your project on the Capabilities tab.
- Deploy your mobile project to your Windows Mobile device or emulator. Get more details on deployment.
- Start the out-of-the-box mobile application.
- Open the mobile project.
- On the Select Task page, tap Search Features.
- Perform a search on any feature type.
- On the Search Results page, tap one of the features in the list. A pop-up menu appears with a Navigate option.
- Tap Navigate. A message appears.
Where to get the sample
The sample is available for download from ArcGIS Online.