getview

  1. M

    Android Question .GetView(n) not work with customviews (CircularProgressBar)

    Hi everyone, i've a customlistview, with custom elements. In each element there is a CircularProgressBar, i want to incremente the value of a circularprogressbar in one element. The code to do it: Public Sub AggiornaProgress(Data() As Object) '0 = Progress Value '1 = Uploaded Files...
  2. D

    Android Question problem with some customview when getview

    Hi i use this library that have a customview: https://www.b4x.com/android/forum/threads/arrowdownloadbutton.58720/#content and when i get this view from a panel with getview() , i cant do anything on view , like when view not initialized! and i have this problem with some others customview...
Top