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
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.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.