Hi Everyone,
I added this sub routine and the behaviour of the ultra list view changed. Instead of having a selection display on the screen after tapping on the list and staying there, it displays then immediately disappears.
Did I miss something?
I commented out the coding just to make sure the coding was not causing the problem.
I added this sub routine and the behaviour of the ultra list view changed. Instead of having a selection display on the screen after tapping on the list and staying there, it displays then immediately disappears.
Did I miss something?
B4X:
Sub ULV_CellLongClick(RowID As Long, CellIndex As Byte, Position As Int, ClickedPanel As Panel)
'
' ' Show the user an hourglass while everything loads.
' '------------------------------------------------------------
' Activity.LoadLayout("PleaseWait")
'
' PanelPleaseWait.Visible = True
'
' DoEvents
' DoEvents
'
' StartActivity(PresetDetails)
End Sub
I commented out the coding just to make sure the coding was not causing the problem.