@Erel can you please add the tag property to the BBLabel, so i can access the BBLabel in a listview?
otherwise I have to do this with every update...
[B4X] How to get <custom view here> from <CLV or any other container>
This is a common question and for a good reason. Custom views classes are not views by themselves. The views tree only holds views. This means that this code cannot work: Dim B4XFloatTextField1 As B4XFloatTextField = CLV.GetPanel(x).GetView(y) The actual view that is added to the views tree...
www.b4x.com