The ArcPad Team Blog

Unofficial stuff from the team behind the World's leading mobile GIS platform

Tuesday, February 22, 2011

ArcPad @ 2011 Esri Devsummit

The ArcPad team is looking forward to meeting you and sharing the latest developments with ArcPad 10.
Two principal sessions in the
Demonstration Theater 2 , Oasis 1 have been planned:

  • Tuesday March 8th @ 1:00pm
    Developing for Rapid Data capture with ArcPad 10
    Presenter: Elvin Slavik
    Description: This session will demonstrate new and enhanced capabilities in ArcPad 10, which accelerate deployment of project focused apps for rapid data capture including:
    • The QuickCapture toolbar
    • Building customized project templates
    • Form improvements including repeating attribute values
    Wednesday March 9th @ 1:00pm
    New Capabilities in Arcpad 10 for Advanced Developers
    Presenter: Elvin Slavik
    Description: ArcPad 10 introduces new capabilities for developers to easily build advanced solutions. This demonstration will present and work through some of these capabilities including:
    • New Forms capabilities for Related Tables
    • User Interface tweaks, such as configuring the Map Navigator
    • Working with ArcGIS Online Caches
    Please remember, these sessions will not be recorded so it is very important that you attend in person to get the latest from the ArcPad team.

    Labels: , , ,

    Wednesday, March 17, 2010

    ArcPad 10 @ BPC/DevSummit

    Catch up with the latest developments with ArcPad @ ESRI Worldwide Business Partner Conference and 2010 ESRI Developer Summit in Palm Springs - next week.
    The ArcPad Team will be attending, so catch up with Kerry, Jian, Jen, Rui & Elvin.
    ArcPad 10 brings the following great enhancements:

    *Custom Forms for Related Tables
    *Support of ArcGIS Online & Bing Maps
    *Integration with ArcLogistic Navigator (purchase of Navigation Data required)
    *Improved Photo & Camera Experience
    *Quick Capture Toolbar
    *Data Manager for ArcGIS 10
    *Significant Performance Improvements

    ArcPad Sessions:
    Where & When: Monday, March 22, 2010, 1:00pm-1:45pm, Primrose C (PSCC)"Mobile GIS" with Jen and Jeff

    Tuesday, March 23, 2010, 2:45pm-4:00pm, Mesquite C (PSCC)"Programming and Design Patterns for ArcPad ". with Elvin

    Tuesday, March 23, 2010, 6:00pm-7:30pm, Oasis 4 (PSCC) "Meet the Teams"
    ArcPad Focus Group - contact Kerry (ksomerville@esri.com) by COB Friday 19 March 2010 if you would like to attend (numbers limited ) Wednesday March 24, 2010 4:00 p.m. to 5:00 p.m, Smoketree F

    Labels: , , , ,

    Monday, April 14, 2008

    2008 ESRI Developer Summit ArcPad Video Online

    If you missed coming to the 2008 ESRI Developer Summit, or just want to relive those precious moments there, the video of the "Programming & Design Patterns for ArcPad" session can now be viewed online on the ESRI Developer Network :

    http://edn.esri.com/index.cfm?fa=media.detail&media=122

    Labels: , , ,

    Tuesday, March 25, 2008

    2008 ESRI BPC and Developer Summit Slides


    Thank you to all of you who attended and caught up with members of the ArcPad team at the 2008 ESRI Business Partners Conference and/or the ESRI Developer Summit held in Palm Springs.

    We always enjoy the opportunity to meet up with you in person and discuss your ArcPad mobile GIS applications, requirements and (on of course very rare occasions) gripes :)

    Craig and I presented a session on customising ArcPad at the Developer Summit. We were very pleased with your responses and questions, especially regarding the new capabilities introduced in ArcPad 7.1, that you are now adopting in your own applications. In particular new features in ArcPad 7.1, such as the new AXF database capabilties, which we like to describe as a "lightweight geodatabase", and QueryForms are being very well received.

    The slides for this presentation are now available online :

    http://downloads2.esri.com/EDN/downloads/other_/programming_and_design_patterns_for_arcpad.pdf

    Finally, some of you may be interested in how Craig and I prepare for a presentation. Below is a behind the scenes photo mosaic, moments before the presentation room is filled with people. Craig likes to pretend he's a band member of Aerosmith to clear is vocal chords. I'm out of shot, playing the air guitar of course.



    Labels: , , , , ,

    Tuesday, April 10, 2007

    ArcPad Customization Demos Available at ArcScripts

    The 2nd annual ESRI Developer Summit was held March 19–22, 2007, at the Palm Springs Convention Center in Palm Springs, California. I presented 3 demos in the ArcPad Customization which are now all available for download on ArcScripts.

    QuickRoute Applet

    This sample ArcPad applet shows how you can implement a simple/quick routing for any polyline shapefile. The sample requires ArcPad 7.0.1 to function.

    Back to the Future Demo

    This is the "Back to the Future demo" that was presented in the ArcPad Customization (Deep Dive) as a simple implementation of a Utility extension. Use utility extensions whenever straight Applet/VBScript code is not enough. i.e. For either performance or for functionality reasons, a compiled ArcPad Utility extension DLL is needed.

    The sample contains 3 folders, ARM_QVGA_VBScript, Win32_QVGA_VBScript and Win32_VGA_VBScript which are ready-to-run versions of the Back to the Future demo. Choose a version that's appropriate to you (i.e. if you're running ArcPad on a PDA with a 320x240 screen use the ARM_QVGA_VBScript version). Copy the files from the Applets folder and Extensions folder into the corresponding folder of your ArcPad 7 installation and run ArcPad.

    In ArcPad you should see the Back to the Future toolbar with an arrow button. Click the button and it launches the Back to the Future form with two big buttons, "FORWARD 30 YEARS >>>" and "<<< BACK 30 YEARS". Clicking on either button will modify the System Clock by 30 years.

    Some notes of the Visual Studio 2005 C++ source code.

    - It's a single project that can target both Win32 and Pocket PC platforms.
    - Appropriate use of extern "C" __declspec(dllexport) means we don't require a module .DEF file.
    - Pre-compiled headers have been turned off on APEx.cpp

    Road Runner Multi-Tier Demo

    This is the "Road Runner demo" that was presented in the ArcPad Customization (Deep Dive) in the ESRI Developer's Summit 2007 in Palm Strings. It is a demonstration of ArcPad and its INET internet object in a 3-tier business application.

    In the scenario, we have a point shapefile (RoadRunner.shp) with fields ID, TXT, UPLOADED and a VALUEMAPRENDERER on the TXT field to display bitmaps for "cactus", "coyote", "roadrunner" and "rocket". We also have a business table in SQL Server 2005 called RoadDemo.dbo.ASSETS with fields ID, TXT, X and Y. The demonstration shows how you can make use of the INET internet object to upload changes from ArcPad to SQL Server 2005.

    In order for this demo to work, a number of assumptions have been made:

    - You have Windows PC named: NW8240 *
    - You have SQL Server 2005 installed and a database named: RoadDemo *
    - You have Visual Studio 2003 installed *.
    - You have IIS installed.
    - You have ArcPad 7.0 installed in C:\Program Files\ArcPad 7.0 **.
    - The SQL Server supports Windows Authentication logins.
    - There is a RoadDemo.dbo.ASSETS table can be edited by the Internet Guess account (e.g. IUSR_NW8240).

    * N.B. if you want to make changes you'll need to edit and recompile the middle-tier SQLExec.DLL project in Visual Studio 2003.
    ** N.B. if you install ArcPad in a different directory, you will need to edit Data/RoadRunner.apm so that it can find the Redlands sample data.

    This is a demonstration of a 3 tier business application consisting of an ArcPad thin-client, an IIS ISAPI application and SQL Server.

    The first tier is a thin-client RoadToolbar Applet that runs in ArcPad. It has 3 buttons on the toolbar. The first button uploads new records in the RoadRunner.shp to the ASSETS table and marks those records as UPLOADED = 'Y' so that they will not be uploaded a second time. This illustrates how one can carry out disconnected editing on a shapefile and upload the edits back to server when connectivity is present. The second button is a delete tool which deletes records from both RoadRunner.shp and from the server at the same time. The third button resets both the shapefile and the server to a common initial state (i.e. 3 cactus points).

    The second tier is a middle-tier an ISAPI DLL that you need to install on an IIS or an equivalent web server. This tier is acts as a relay; it forwards requests from ArcPad to SQL Server 2005. However, it's been design in such a way so that you can test the middle tier standalone. i.e. once installed correctly, you can use any web client, such as Internet Explorer, to communicate with it. Just navigate to the SQLExec.DLL and a form should appear which allows you to execute adhoc SQL commands on SQL Server. A Visual Studio 2003 C++ application with all of it's source code is provided. I recommend that you study it since it has a lot of useful information. Note that the name of the SQL Server, the database and the connection to it has been hardcoded. Tips and tricks to installing the middle tier:

    - You'll need IIS.
    - You should place the SQLExec.DLL in the C:\InetPub\Scripts directory.
    - You need to verify that the Virtual Directory 'Scripts' is linked to C:\InetPub\Scripts
    - Although not essential, it's recommended you turn on directory browsing.
    - If installing on Windows Server 2003 ISAPI extensions and filters are turned off by default and you need to turn them back on.
    - The ISAPI DLL is run using Internet Guest account privileges (so access to files and registry will be limited).

    The final tier is merely SQL Server 2005 with a database called RoadDemo and a table called ASSETS. i.e. you can use the following SQL to create this table.

    CREATE TABLE ASSETS
    (
    ID INTEGER NOT NULL,
    TXT NVARCHAR(80) NOT NULL,
    X FLOAT NOT NULL,
    Y FLOAT NOT NULL
    );


    During the DevSummit, I was putting a Hollywood spin on this demo by calling it a Road Runner demo since that sounded more interesting than presenting it as a multi-tier asset management demonstration. At the start of the demo, both the RoadRunner.shp and the SQL Server database table RoadDemo.dbo.ASSETS had 3 "CACTUS" records in it.

    I began by adding "ROADRUNNER", "COYOTE" and "ROCKET" records to the RoadRunner.shp with the UPLOADED attribute unset. If we take an inventory of both the shapefile and the database table, we see that the shapefile has 6 records, whilst the database table only has 3. If we now push the first button on the RoadApplet it will upload these new records to SQL Server and set UPLOADED = 'Y' for these records in the shapefile. If you push the first button again, it will not do anything since there have been no new records added to the shapefile. If you take an inventory of both the shapefile and the database table, we see that they both have 6 records and are in sync.

    Now, I demonstrate the second button which is a Delete tool. I remove all 3 "CACTUS" records stating that the Road Runner now has paths to flee the Coyote, so I also remove the "ROADRUNNER" record. If I take an inventory of both the shapefile and the database table, they both show exactly 2 records, namely "COYOTE" and "ROCKET".

    The final button resets the demo to containing just 3 "CACTUS" records in both the shapefile and on the database table.

    Labels: , , ,