Custom EditAttributePage

450
1
09-05-2011 04:14 AM
TerryRichards
Esri Contributor
Hi,

I am trying to develop an extension for ArcGIS mobile (Windows/WPF) that will allow the capturing and saving of a signature. I have looked at the sample extension for custom attributes that shows how to use custom datatemplates for the EditFeatureAttributesPage and ViewFeatureAttributesPage, but what I really need is an example of how to create a custom EditAttributePage.

Anyone have any experience with this?

Terry
0 Kudos
1 Reply
guiles78
New Contributor
Hi,

like terryct I need to create custom EditAttributePage for some fields.

Reading the "Adding custom feature Attributes", I understand how to create the page (create e MobilePage derived from EditAttributePage), but I'm missing the event that would le met catch the fact that a FeatureAttribute is going to be edited. In the sample, it seems to pass by command on the FullNameFeatureAttribute, but in my case I don't want to change or replace a featureAttribute look, I just want to catch the fact that it is edited to replace the EditAttributePage with my customPage.

Any help wouldbe very appreciate.
0 Kudos