Hi everyone,
I have a CustomListView + PCLV(Preoptimized CustomListView) for lazy loading, how can i use a Textfield and search for items inside the CLV, my items are CardData
Type CardData (Title As String, Creator As String, BitmapFile As String, Filename As String, Grid As grid, Pid As String) i want to search only on the Title field.
i dont know if its a simple function, but is it possible to search inside the items and show the coincident only?
if i search John, show all items containing John
I checked the Minisearch module, but i see it are itself a customview with CLV + textfield, i already have my own CLV.
Thanks!
I have a CustomListView + PCLV(Preoptimized CustomListView) for lazy loading, how can i use a Textfield and search for items inside the CLV, my items are CardData
Type CardData (Title As String, Creator As String, BitmapFile As String, Filename As String, Grid As grid, Pid As String) i want to search only on the Title field.
i dont know if its a simple function, but is it possible to search inside the items and show the coincident only?
if i search John, show all items containing John
I checked the Minisearch module, but i see it are itself a customview with CLV + textfield, i already have my own CLV.
Thanks!