mApp = MobileApplication.Current; try { SelectFeatureTypePage _featureTypePage = new SelectFeatureTypePage(); _featureTypePage.FeatureTypeSelected += new EventHandler<ESRI.ArcGIS.Mobile.Client.Controls.FeatureTypeEventArgs>(_featureTypePage_FeatureTypeSelected); _featureTypePage.ClickBack += new EventHandler(_featureTypePage_ClickBack); _featureTypePage.ShowFeatureSources = true; mApp.Transition(_featureTypePage); _featureTypePage.Title = this.Name; _featureTypePage.ImageSource = this.ImageSource; } catch (Exception ex) { CommonFunc.logException(ex); }
Hi
I appreciate it's been a while, but did you ever find an answer to this?
I'm trying to do the same, but have hit the same issue where no feature types are shown in the SelectFeatureTypesPage.
Regards
John
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.