Original Post: https://www.b4x.com/android/forum/threads/b4x-xui-minisearchview-autocomplete-field.93564/
In the application I'm developing, I need an event to be executed to capture the text.
Line 2 and lines 84 to 86, within the Sub CLV_ItemClick, you can see the modifications of the MiniSearchView file.
I would like to know if someone with experience can help me create the Sub SetItems2, the Items parameter should be Map
Tnx
In the application I'm developing, I need an event to be executed to capture the text.
Line 2 and lines 84 to 86, within the Sub CLV_ItemClick, you can see the modifications of the MiniSearchView file.
Event declaration:
#Event: TextSelected(Text as String)
New code:
If SubExists(mCallBack, mEventName & "_TextSelected") Then
CallSubDelayed2(mCallBack, mEventName & "_TextSelected", TextField.Text)
End If
I would like to know if someone with experience can help me create the Sub SetItems2, the Items parameter should be Map
Tnx