so, is this still a known issue with v1.2? what about v2.0? if there is a correct way to go about this, any help would be appreciated.
Private Sub MyMap_Progress(ByVal sender As System.Object, ByVal e As ProgressEventArgs) borderWaitProgressBar.Visibility = Not (e.Progress < 100) End Sub
IfNot _bBaseMapIsImageServerLayer Then borderWaitProgressBar.Visibility = Not (e.Progress < 100) Else borderWaitProgressBar.Visibility = Not (e.Progress < 50) EndIf
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.