Hi
I have been having problems using PreoptimizedCLV when the list exceeds a certain length. To debug it, I created a simple project that loads a list of labels. Immediately, there was a crash that I was not able to understand and fix, right after I scroll down past a certain length.
The error...
Hi
I have been having problems using PreoptimizedCLV when the list exceeds a certain length. To debug it, I created a simple project that loads a list of labels. Immediately, there was a crash that I was not able to understand and fix, right after I scroll down past a certain length.
The error...
Hi
I am unsure why this produces a runtime fatal error. I'm trying to delete a row within a custom list view
B4X:
Sub lblDelete_Click
Dim result As Int
'check if user really wants to delete
Msgbox2Async("Are you sure?", "Delete Entry", "Yes", "Cancel", "No", Null, False)...