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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.